aws-sdk-core 2.11.117 → 2.11.118

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: bb0c0e0af5d5d750d8e7fa079f65657af60ac146
4
- data.tar.gz: 624479a0e4f7997cb259f2a138badfd9cc47facd
3
+ metadata.gz: ba65b5832b1a554439df8ee8cd780ee75a0e5ebb
4
+ data.tar.gz: 5c5590725ef55dc07cb4ce579c771cbd8cedf686
5
5
  SHA512:
6
- metadata.gz: b54b41e2ab6536feb3d70a48ad2a55c8b542c96dcfdfdd55bd6496a9a582830aa3557db847f46e701f35e9172ae8b2aabf7b9328d21810a5f4c940a38dd728fe
7
- data.tar.gz: 027321af56645223818c9703ec952423dba51c4a32c1575bde0779e90f37d8123e4d574d1b2952cdd471b8d0b328eeafdd124b58493e924b3d0553bdc159ef4b
6
+ metadata.gz: ff705e1fde6445b13337f5c03eb5889b513d763cb088d63f8fd247a503a97fd834cb00e650160d7a1a4914290e38d4be9ca6fa837b05ce720cdbb1137e20891e
7
+ data.tar.gz: 6cb8a4c358512d0ebb4fb76f08c5bacca25513bfb33270214ff08b4b326de5ef534c5384beec590406e38eeb91b0c683ff7706a725ecff02e3174d133172153d
@@ -285,6 +285,7 @@
285
285
  "output":{"shape":"CreateOTAUpdateResponse"},
286
286
  "errors":[
287
287
  {"shape":"InvalidRequestException"},
288
+ {"shape":"LimitExceededException"},
288
289
  {"shape":"ResourceNotFoundException"},
289
290
  {"shape":"ResourceAlreadyExistsException"},
290
291
  {"shape":"ThrottlingException"},
@@ -388,6 +389,7 @@
388
389
  "output":{"shape":"CreateStreamResponse"},
389
390
  "errors":[
390
391
  {"shape":"InvalidRequestException"},
392
+ {"shape":"LimitExceededException"},
391
393
  {"shape":"ResourceNotFoundException"},
392
394
  {"shape":"ResourceAlreadyExistsException"},
393
395
  {"shape":"ThrottlingException"},
@@ -575,7 +577,8 @@
575
577
  {"shape":"ThrottlingException"},
576
578
  {"shape":"UnauthorizedException"},
577
579
  {"shape":"InternalFailureException"},
578
- {"shape":"ServiceUnavailableException"}
580
+ {"shape":"ServiceUnavailableException"},
581
+ {"shape":"VersionConflictException"}
579
582
  ]
580
583
  },
581
584
  "DeletePolicy":{
@@ -2523,7 +2526,7 @@
2523
2526
  },
2524
2527
  "AdditionalParameterMap":{
2525
2528
  "type":"map",
2526
- "key":{"shape":"Key"},
2529
+ "key":{"shape":"AttributeKey"},
2527
2530
  "value":{"shape":"Value"}
2528
2531
  },
2529
2532
  "AlarmName":{"type":"string"},
@@ -2662,6 +2665,7 @@
2662
2665
  "members":{
2663
2666
  }
2664
2667
  },
2668
+ "AttributeKey":{"type":"string"},
2665
2669
  "AttributeName":{
2666
2670
  "type":"string",
2667
2671
  "max":128,
@@ -2686,7 +2690,7 @@
2686
2690
  },
2687
2691
  "AttributesMap":{
2688
2692
  "type":"map",
2689
- "key":{"shape":"Key"},
2693
+ "key":{"shape":"AttributeKey"},
2690
2694
  "value":{"shape":"Value"}
2691
2695
  },
2692
2696
  "AuditCheckConfiguration":{
@@ -2906,6 +2910,12 @@
2906
2910
  "AwsIotJobArn":{"type":"string"},
2907
2911
  "AwsIotJobId":{"type":"string"},
2908
2912
  "AwsIotSqlVersion":{"type":"string"},
2913
+ "AwsJobExecutionsRolloutConfig":{
2914
+ "type":"structure",
2915
+ "members":{
2916
+ "maximumPerMinute":{"shape":"MaximumPerMinute"}
2917
+ }
2918
+ },
2909
2919
  "Behavior":{
2910
2920
  "type":"structure",
2911
2921
  "required":["name"],
@@ -3109,6 +3119,7 @@
3109
3119
  "pattern":"(0x)?[a-fA-F0-9]+"
3110
3120
  },
3111
3121
  "CertificateName":{"type":"string"},
3122
+ "CertificatePathOnDevice":{"type":"string"},
3112
3123
  "CertificatePem":{
3113
3124
  "type":"string",
3114
3125
  "max":65536,
@@ -3217,13 +3228,13 @@
3217
3228
  "type":"structure",
3218
3229
  "members":{
3219
3230
  "awsSignerJobId":{"shape":"SigningJobId"},
3231
+ "startSigningJobParameter":{"shape":"StartSigningJobParameter"},
3220
3232
  "customCodeSigning":{"shape":"CustomCodeSigning"}
3221
3233
  }
3222
3234
  },
3223
3235
  "CodeSigningCertificateChain":{
3224
3236
  "type":"structure",
3225
3237
  "members":{
3226
- "stream":{"shape":"Stream"},
3227
3238
  "certificateName":{"shape":"CertificateName"},
3228
3239
  "inlineDocument":{"shape":"InlineDocument"}
3229
3240
  }
@@ -3231,7 +3242,6 @@
3231
3242
  "CodeSigningSignature":{
3232
3243
  "type":"structure",
3233
3244
  "members":{
3234
- "stream":{"shape":"Stream"},
3235
3245
  "inlineDocument":{"shape":"Signature"}
3236
3246
  }
3237
3247
  },
@@ -3382,6 +3392,7 @@
3382
3392
  "description":{"shape":"OTAUpdateDescription"},
3383
3393
  "targets":{"shape":"Targets"},
3384
3394
  "targetSelection":{"shape":"TargetSelection"},
3395
+ "awsJobExecutionsRolloutConfig":{"shape":"AwsJobExecutionsRolloutConfig"},
3385
3396
  "files":{"shape":"OTAUpdateFiles"},
3386
3397
  "roleArn":{"shape":"RoleArn"},
3387
3398
  "additionalParameters":{"shape":"AdditionalParameterMap"}
@@ -3789,6 +3800,16 @@
3789
3800
  "shape":"OTAUpdateId",
3790
3801
  "location":"uri",
3791
3802
  "locationName":"otaUpdateId"
3803
+ },
3804
+ "deleteStream":{
3805
+ "shape":"DeleteStream",
3806
+ "location":"querystring",
3807
+ "locationName":"deleteStream"
3808
+ },
3809
+ "forceDeleteAWSJob":{
3810
+ "shape":"ForceDeleteAWSJob",
3811
+ "location":"querystring",
3812
+ "locationName":"forceDeleteAWSJob"
3792
3813
  }
3793
3814
  }
3794
3815
  },
@@ -3891,6 +3912,7 @@
3891
3912
  "members":{
3892
3913
  }
3893
3914
  },
3915
+ "DeleteStream":{"type":"boolean"},
3894
3916
  "DeleteStreamRequest":{
3895
3917
  "type":"structure",
3896
3918
  "required":["streamId"],
@@ -4390,6 +4412,12 @@
4390
4412
  }
4391
4413
  },
4392
4414
  "Description":{"type":"string"},
4415
+ "Destination":{
4416
+ "type":"structure",
4417
+ "members":{
4418
+ "s3Destination":{"shape":"S3Destination"}
4419
+ }
4420
+ },
4393
4421
  "DetachPolicyRequest":{
4394
4422
  "type":"structure",
4395
4423
  "required":[
@@ -4642,6 +4670,13 @@
4642
4670
  "max":255,
4643
4671
  "min":0
4644
4672
  },
4673
+ "FileLocation":{
4674
+ "type":"structure",
4675
+ "members":{
4676
+ "stream":{"shape":"Stream"},
4677
+ "s3Location":{"shape":"S3Location"}
4678
+ }
4679
+ },
4645
4680
  "FileName":{"type":"string"},
4646
4681
  "FirehoseAction":{
4647
4682
  "type":"structure",
@@ -4661,6 +4696,7 @@
4661
4696
  },
4662
4697
  "Flag":{"type":"boolean"},
4663
4698
  "ForceDelete":{"type":"boolean"},
4699
+ "ForceDeleteAWSJob":{"type":"boolean"},
4664
4700
  "ForceFlag":{"type":"boolean"},
4665
4701
  "Forced":{"type":"boolean"},
4666
4702
  "FunctionArn":{"type":"string"},
@@ -6330,6 +6366,11 @@
6330
6366
  "max":250,
6331
6367
  "min":1
6332
6368
  },
6369
+ "MaximumPerMinute":{
6370
+ "type":"integer",
6371
+ "max":1000,
6372
+ "min":1
6373
+ },
6333
6374
  "Message":{
6334
6375
  "type":"string",
6335
6376
  "max":128
@@ -6385,7 +6426,7 @@
6385
6426
  "members":{
6386
6427
  "fileName":{"shape":"FileName"},
6387
6428
  "fileVersion":{"shape":"OTAUpdateFileVersion"},
6388
- "fileSource":{"shape":"Stream"},
6429
+ "fileLocation":{"shape":"FileLocation"},
6389
6430
  "codeSigning":{"shape":"CodeSigning"},
6390
6431
  "attributes":{"shape":"AttributesMap"}
6391
6432
  }
@@ -6394,7 +6435,7 @@
6394
6435
  "OTAUpdateFiles":{
6395
6436
  "type":"list",
6396
6437
  "member":{"shape":"OTAUpdateFile"},
6397
- "max":10,
6438
+ "max":50,
6398
6439
  "min":1
6399
6440
  },
6400
6441
  "OTAUpdateId":{
@@ -6412,6 +6453,7 @@
6412
6453
  "lastModifiedDate":{"shape":"DateType"},
6413
6454
  "description":{"shape":"OTAUpdateDescription"},
6414
6455
  "targets":{"shape":"Targets"},
6456
+ "awsJobExecutionsRolloutConfig":{"shape":"AwsJobExecutionsRolloutConfig"},
6415
6457
  "targetSelection":{"shape":"TargetSelection"},
6416
6458
  "otaUpdateFiles":{"shape":"OTAUpdateFiles"},
6417
6459
  "otaUpdateStatus":{"shape":"OTAUpdateStatus"},
@@ -6476,6 +6518,7 @@
6476
6518
  "max":100,
6477
6519
  "min":0
6478
6520
  },
6521
+ "Platform":{"type":"string"},
6479
6522
  "Policies":{
6480
6523
  "type":"list",
6481
6524
  "member":{"shape":"Policy"}
@@ -6540,6 +6583,7 @@
6540
6583
  "type":"list",
6541
6584
  "member":{"shape":"Port"}
6542
6585
  },
6586
+ "Prefix":{"type":"string"},
6543
6587
  "PresignedUrlConfig":{
6544
6588
  "type":"structure",
6545
6589
  "members":{
@@ -6896,6 +6940,13 @@
6896
6940
  "type":"string",
6897
6941
  "min":1
6898
6942
  },
6943
+ "S3Destination":{
6944
+ "type":"structure",
6945
+ "members":{
6946
+ "bucket":{"shape":"S3Bucket"},
6947
+ "prefix":{"shape":"Prefix"}
6948
+ }
6949
+ },
6899
6950
  "S3FileUrl":{
6900
6951
  "type":"string",
6901
6952
  "max":65535
@@ -6910,10 +6961,6 @@
6910
6961
  },
6911
6962
  "S3Location":{
6912
6963
  "type":"structure",
6913
- "required":[
6914
- "bucket",
6915
- "key"
6916
- ],
6917
6964
  "members":{
6918
6965
  "bucket":{"shape":"S3Bucket"},
6919
6966
  "key":{"shape":"S3Key"},
@@ -7112,6 +7159,15 @@
7112
7159
  "Signature":{"type":"blob"},
7113
7160
  "SignatureAlgorithm":{"type":"string"},
7114
7161
  "SigningJobId":{"type":"string"},
7162
+ "SigningProfileName":{"type":"string"},
7163
+ "SigningProfileParameter":{
7164
+ "type":"structure",
7165
+ "members":{
7166
+ "certificateArn":{"shape":"CertificateArn"},
7167
+ "platform":{"shape":"Platform"},
7168
+ "certificatePathOnDevice":{"shape":"CertificatePathOnDevice"}
7169
+ }
7170
+ },
7115
7171
  "SkyfallMaxResults":{
7116
7172
  "type":"integer",
7117
7173
  "max":250,
@@ -7162,6 +7218,14 @@
7162
7218
  "taskId":{"shape":"AuditTaskId"}
7163
7219
  }
7164
7220
  },
7221
+ "StartSigningJobParameter":{
7222
+ "type":"structure",
7223
+ "members":{
7224
+ "signingProfileParameter":{"shape":"SigningProfileParameter"},
7225
+ "signingProfileName":{"shape":"SigningProfileName"},
7226
+ "destination":{"shape":"Destination"}
7227
+ }
7228
+ },
7165
7229
  "StartThingRegistrationTaskRequest":{
7166
7230
  "type":"structure",
7167
7231
  "required":[
@@ -7247,7 +7311,7 @@
7247
7311
  "StreamFiles":{
7248
7312
  "type":"list",
7249
7313
  "member":{"shape":"StreamFile"},
7250
- "max":10,
7314
+ "max":50,
7251
7315
  "min":1
7252
7316
  },
7253
7317
  "StreamId":{
@@ -323,6 +323,22 @@
323
323
  {"shape":"ThrottlingException"}
324
324
  ]
325
325
  },
326
+ "ListDatasetContents":{
327
+ "name":"ListDatasetContents",
328
+ "http":{
329
+ "method":"GET",
330
+ "requestUri":"/datasets/{datasetName}/contents"
331
+ },
332
+ "input":{"shape":"ListDatasetContentsRequest"},
333
+ "output":{"shape":"ListDatasetContentsResponse"},
334
+ "errors":[
335
+ {"shape":"InvalidRequestException"},
336
+ {"shape":"InternalFailureException"},
337
+ {"shape":"ServiceUnavailableException"},
338
+ {"shape":"ThrottlingException"},
339
+ {"shape":"ResourceNotFoundException"}
340
+ ]
341
+ },
326
342
  "ListDatasets":{
327
343
  "name":"ListDatasets",
328
344
  "http":{
@@ -878,6 +894,19 @@
878
894
  "reason":{"shape":"Reason"}
879
895
  }
880
896
  },
897
+ "DatasetContentSummaries":{
898
+ "type":"list",
899
+ "member":{"shape":"DatasetContentSummary"}
900
+ },
901
+ "DatasetContentSummary":{
902
+ "type":"structure",
903
+ "members":{
904
+ "version":{"shape":"DatasetContentVersion"},
905
+ "status":{"shape":"DatasetContentStatus"},
906
+ "creationTime":{"shape":"Timestamp"},
907
+ "scheduleTime":{"shape":"Timestamp"}
908
+ }
909
+ },
881
910
  "DatasetContentVersion":{
882
911
  "type":"string",
883
912
  "max":36,
@@ -1318,6 +1347,34 @@
1318
1347
  "nextToken":{"shape":"NextToken"}
1319
1348
  }
1320
1349
  },
1350
+ "ListDatasetContentsRequest":{
1351
+ "type":"structure",
1352
+ "required":["datasetName"],
1353
+ "members":{
1354
+ "datasetName":{
1355
+ "shape":"DatasetName",
1356
+ "location":"uri",
1357
+ "locationName":"datasetName"
1358
+ },
1359
+ "nextToken":{
1360
+ "shape":"NextToken",
1361
+ "location":"querystring",
1362
+ "locationName":"nextToken"
1363
+ },
1364
+ "maxResults":{
1365
+ "shape":"MaxResults",
1366
+ "location":"querystring",
1367
+ "locationName":"maxResults"
1368
+ }
1369
+ }
1370
+ },
1371
+ "ListDatasetContentsResponse":{
1372
+ "type":"structure",
1373
+ "members":{
1374
+ "datasetContentSummaries":{"shape":"DatasetContentSummaries"},
1375
+ "nextToken":{"shape":"NextToken"}
1376
+ }
1377
+ },
1321
1378
  "ListDatasetsRequest":{
1322
1379
  "type":"structure",
1323
1380
  "members":{
@@ -5,6 +5,11 @@
5
5
  "output_token": "nextToken",
6
6
  "limit_key": "maxResults"
7
7
  },
8
+ "ListDatasetContents": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
8
13
  "ListDatasets": {
9
14
  "input_token": "nextToken",
10
15
  "output_token": "nextToken",
@@ -0,0 +1,670 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-08-25",
5
+ "endpointPrefix":"signer",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"signer",
9
+ "serviceFullName":"AWS Signer",
10
+ "serviceId":"signer",
11
+ "signatureVersion":"v4",
12
+ "signingName":"signer",
13
+ "uid":"signer-2017-08-25"
14
+ },
15
+ "operations":{
16
+ "CancelSigningProfile":{
17
+ "name":"CancelSigningProfile",
18
+ "http":{
19
+ "method":"DELETE",
20
+ "requestUri":"/signing-profiles/{profileName}"
21
+ },
22
+ "input":{"shape":"CancelSigningProfileRequest"},
23
+ "errors":[
24
+ {"shape":"ResourceNotFoundException"},
25
+ {"shape":"AccessDeniedException"},
26
+ {"shape":"ThrottlingException"},
27
+ {"shape":"InternalServiceErrorException"}
28
+ ]
29
+ },
30
+ "DescribeSigningJob":{
31
+ "name":"DescribeSigningJob",
32
+ "http":{
33
+ "method":"GET",
34
+ "requestUri":"/signing-jobs/{jobId}"
35
+ },
36
+ "input":{"shape":"DescribeSigningJobRequest"},
37
+ "output":{"shape":"DescribeSigningJobResponse"},
38
+ "errors":[
39
+ {"shape":"ResourceNotFoundException"},
40
+ {"shape":"AccessDeniedException"},
41
+ {"shape":"InternalServiceErrorException"}
42
+ ]
43
+ },
44
+ "GetSigningPlatform":{
45
+ "name":"GetSigningPlatform",
46
+ "http":{
47
+ "method":"GET",
48
+ "requestUri":"/signing-platforms/{platformId}"
49
+ },
50
+ "input":{"shape":"GetSigningPlatformRequest"},
51
+ "output":{"shape":"GetSigningPlatformResponse"},
52
+ "errors":[
53
+ {"shape":"ResourceNotFoundException"},
54
+ {"shape":"AccessDeniedException"},
55
+ {"shape":"InternalServiceErrorException"}
56
+ ]
57
+ },
58
+ "GetSigningProfile":{
59
+ "name":"GetSigningProfile",
60
+ "http":{
61
+ "method":"GET",
62
+ "requestUri":"/signing-profiles/{profileName}"
63
+ },
64
+ "input":{"shape":"GetSigningProfileRequest"},
65
+ "output":{"shape":"GetSigningProfileResponse"},
66
+ "errors":[
67
+ {"shape":"ResourceNotFoundException"},
68
+ {"shape":"AccessDeniedException"},
69
+ {"shape":"ThrottlingException"},
70
+ {"shape":"InternalServiceErrorException"}
71
+ ]
72
+ },
73
+ "ListSigningJobs":{
74
+ "name":"ListSigningJobs",
75
+ "http":{
76
+ "method":"GET",
77
+ "requestUri":"/signing-jobs"
78
+ },
79
+ "input":{"shape":"ListSigningJobsRequest"},
80
+ "output":{"shape":"ListSigningJobsResponse"},
81
+ "errors":[
82
+ {"shape":"ValidationException"},
83
+ {"shape":"AccessDeniedException"},
84
+ {"shape":"ThrottlingException"},
85
+ {"shape":"InternalServiceErrorException"}
86
+ ]
87
+ },
88
+ "ListSigningPlatforms":{
89
+ "name":"ListSigningPlatforms",
90
+ "http":{
91
+ "method":"GET",
92
+ "requestUri":"/signing-platforms"
93
+ },
94
+ "input":{"shape":"ListSigningPlatformsRequest"},
95
+ "output":{"shape":"ListSigningPlatformsResponse"},
96
+ "errors":[
97
+ {"shape":"ValidationException"},
98
+ {"shape":"AccessDeniedException"},
99
+ {"shape":"ThrottlingException"},
100
+ {"shape":"InternalServiceErrorException"}
101
+ ]
102
+ },
103
+ "ListSigningProfiles":{
104
+ "name":"ListSigningProfiles",
105
+ "http":{
106
+ "method":"GET",
107
+ "requestUri":"/signing-profiles"
108
+ },
109
+ "input":{"shape":"ListSigningProfilesRequest"},
110
+ "output":{"shape":"ListSigningProfilesResponse"},
111
+ "errors":[
112
+ {"shape":"AccessDeniedException"},
113
+ {"shape":"ThrottlingException"},
114
+ {"shape":"InternalServiceErrorException"}
115
+ ]
116
+ },
117
+ "PutSigningProfile":{
118
+ "name":"PutSigningProfile",
119
+ "http":{
120
+ "method":"PUT",
121
+ "requestUri":"/signing-profiles/{profileName}"
122
+ },
123
+ "input":{"shape":"PutSigningProfileRequest"},
124
+ "output":{"shape":"PutSigningProfileResponse"},
125
+ "errors":[
126
+ {"shape":"ResourceNotFoundException"},
127
+ {"shape":"AccessDeniedException"},
128
+ {"shape":"ValidationException"},
129
+ {"shape":"ThrottlingException"},
130
+ {"shape":"InternalServiceErrorException"}
131
+ ]
132
+ },
133
+ "StartSigningJob":{
134
+ "name":"StartSigningJob",
135
+ "http":{
136
+ "method":"POST",
137
+ "requestUri":"/signing-jobs"
138
+ },
139
+ "input":{"shape":"StartSigningJobRequest"},
140
+ "output":{"shape":"StartSigningJobResponse"},
141
+ "errors":[
142
+ {"shape":"ValidationException"},
143
+ {"shape":"ResourceNotFoundException"},
144
+ {"shape":"AccessDeniedException"},
145
+ {"shape":"ThrottlingException"},
146
+ {"shape":"InternalServiceErrorException"}
147
+ ]
148
+ }
149
+ },
150
+ "shapes":{
151
+ "key":{"type":"string"},
152
+ "AccessDeniedException":{
153
+ "type":"structure",
154
+ "members":{
155
+ "message":{"shape":"ErrorMessage"}
156
+ },
157
+ "error":{"httpStatusCode":403},
158
+ "exception":true
159
+ },
160
+ "BucketName":{"type":"string"},
161
+ "CancelSigningProfileRequest":{
162
+ "type":"structure",
163
+ "required":["profileName"],
164
+ "members":{
165
+ "profileName":{
166
+ "shape":"ProfileName",
167
+ "location":"uri",
168
+ "locationName":"profileName"
169
+ }
170
+ }
171
+ },
172
+ "Category":{
173
+ "type":"string",
174
+ "enum":["AWSIoT"]
175
+ },
176
+ "CertificateArn":{"type":"string"},
177
+ "ClientRequestToken":{"type":"string"},
178
+ "CompletedAt":{"type":"timestamp"},
179
+ "CreatedAt":{"type":"timestamp"},
180
+ "DescribeSigningJobRequest":{
181
+ "type":"structure",
182
+ "required":["jobId"],
183
+ "members":{
184
+ "jobId":{
185
+ "shape":"JobId",
186
+ "location":"uri",
187
+ "locationName":"jobId"
188
+ }
189
+ }
190
+ },
191
+ "DescribeSigningJobResponse":{
192
+ "type":"structure",
193
+ "members":{
194
+ "jobId":{"shape":"JobId"},
195
+ "source":{"shape":"Source"},
196
+ "signingMaterial":{"shape":"SigningMaterial"},
197
+ "platformId":{"shape":"PlatformId"},
198
+ "profileName":{"shape":"ProfileName"},
199
+ "overrides":{"shape":"SigningPlatformOverrides"},
200
+ "signingParameters":{"shape":"SigningParameters"},
201
+ "createdAt":{"shape":"CreatedAt"},
202
+ "completedAt":{"shape":"CompletedAt"},
203
+ "requestedBy":{"shape":"RequestedBy"},
204
+ "status":{"shape":"SigningStatus"},
205
+ "statusReason":{"shape":"StatusReason"},
206
+ "signedObject":{"shape":"SignedObject"}
207
+ }
208
+ },
209
+ "Destination":{
210
+ "type":"structure",
211
+ "members":{
212
+ "s3":{"shape":"S3Destination"}
213
+ }
214
+ },
215
+ "DisplayName":{"type":"string"},
216
+ "EncryptionAlgorithm":{
217
+ "type":"string",
218
+ "enum":[
219
+ "RSA",
220
+ "ECDSA"
221
+ ]
222
+ },
223
+ "EncryptionAlgorithmOptions":{
224
+ "type":"structure",
225
+ "required":[
226
+ "allowedValues",
227
+ "defaultValue"
228
+ ],
229
+ "members":{
230
+ "allowedValues":{"shape":"EncryptionAlgorithms"},
231
+ "defaultValue":{"shape":"EncryptionAlgorithm"}
232
+ }
233
+ },
234
+ "EncryptionAlgorithms":{
235
+ "type":"list",
236
+ "member":{"shape":"EncryptionAlgorithm"}
237
+ },
238
+ "ErrorMessage":{"type":"string"},
239
+ "GetSigningPlatformRequest":{
240
+ "type":"structure",
241
+ "required":["platformId"],
242
+ "members":{
243
+ "platformId":{
244
+ "shape":"PlatformId",
245
+ "location":"uri",
246
+ "locationName":"platformId"
247
+ }
248
+ }
249
+ },
250
+ "GetSigningPlatformResponse":{
251
+ "type":"structure",
252
+ "members":{
253
+ "platformId":{"shape":"PlatformId"},
254
+ "displayName":{"shape":"DisplayName"},
255
+ "partner":{"shape":"String"},
256
+ "target":{"shape":"String"},
257
+ "category":{"shape":"Category"},
258
+ "signingConfiguration":{"shape":"SigningConfiguration"},
259
+ "signingImageFormat":{"shape":"SigningImageFormat"},
260
+ "maxSizeInMB":{"shape":"MaxSizeInMB"}
261
+ }
262
+ },
263
+ "GetSigningProfileRequest":{
264
+ "type":"structure",
265
+ "required":["profileName"],
266
+ "members":{
267
+ "profileName":{
268
+ "shape":"ProfileName",
269
+ "location":"uri",
270
+ "locationName":"profileName"
271
+ }
272
+ }
273
+ },
274
+ "GetSigningProfileResponse":{
275
+ "type":"structure",
276
+ "members":{
277
+ "profileName":{"shape":"ProfileName"},
278
+ "signingMaterial":{"shape":"SigningMaterial"},
279
+ "platformId":{"shape":"PlatformId"},
280
+ "overrides":{"shape":"SigningPlatformOverrides"},
281
+ "signingParameters":{"shape":"SigningParameters"},
282
+ "status":{"shape":"SigningProfileStatus"}
283
+ }
284
+ },
285
+ "HashAlgorithm":{
286
+ "type":"string",
287
+ "enum":[
288
+ "SHA1",
289
+ "SHA256"
290
+ ]
291
+ },
292
+ "HashAlgorithmOptions":{
293
+ "type":"structure",
294
+ "required":[
295
+ "allowedValues",
296
+ "defaultValue"
297
+ ],
298
+ "members":{
299
+ "allowedValues":{"shape":"HashAlgorithms"},
300
+ "defaultValue":{"shape":"HashAlgorithm"}
301
+ }
302
+ },
303
+ "HashAlgorithms":{
304
+ "type":"list",
305
+ "member":{"shape":"HashAlgorithm"}
306
+ },
307
+ "ImageFormat":{
308
+ "type":"string",
309
+ "enum":["JSON"]
310
+ },
311
+ "ImageFormats":{
312
+ "type":"list",
313
+ "member":{"shape":"ImageFormat"}
314
+ },
315
+ "InternalServiceErrorException":{
316
+ "type":"structure",
317
+ "members":{
318
+ "message":{"shape":"ErrorMessage"}
319
+ },
320
+ "error":{"httpStatusCode":500},
321
+ "exception":true
322
+ },
323
+ "JobId":{"type":"string"},
324
+ "Key":{"type":"string"},
325
+ "ListSigningJobsRequest":{
326
+ "type":"structure",
327
+ "members":{
328
+ "status":{
329
+ "shape":"SigningStatus",
330
+ "location":"querystring",
331
+ "locationName":"status"
332
+ },
333
+ "platformId":{
334
+ "shape":"PlatformId",
335
+ "location":"querystring",
336
+ "locationName":"platformId"
337
+ },
338
+ "requestedBy":{
339
+ "shape":"RequestedBy",
340
+ "location":"querystring",
341
+ "locationName":"requestedBy"
342
+ },
343
+ "maxResults":{
344
+ "shape":"MaxResults",
345
+ "location":"querystring",
346
+ "locationName":"maxResults"
347
+ },
348
+ "nextToken":{
349
+ "shape":"NextToken",
350
+ "location":"querystring",
351
+ "locationName":"nextToken"
352
+ }
353
+ }
354
+ },
355
+ "ListSigningJobsResponse":{
356
+ "type":"structure",
357
+ "members":{
358
+ "jobs":{"shape":"SigningJobs"},
359
+ "nextToken":{"shape":"NextToken"}
360
+ }
361
+ },
362
+ "ListSigningPlatformsRequest":{
363
+ "type":"structure",
364
+ "members":{
365
+ "category":{
366
+ "shape":"String",
367
+ "location":"querystring",
368
+ "locationName":"category"
369
+ },
370
+ "partner":{
371
+ "shape":"String",
372
+ "location":"querystring",
373
+ "locationName":"partner"
374
+ },
375
+ "target":{
376
+ "shape":"String",
377
+ "location":"querystring",
378
+ "locationName":"target"
379
+ },
380
+ "maxResults":{
381
+ "shape":"MaxResults",
382
+ "location":"querystring",
383
+ "locationName":"maxResults"
384
+ },
385
+ "nextToken":{
386
+ "shape":"String",
387
+ "location":"querystring",
388
+ "locationName":"nextToken"
389
+ }
390
+ }
391
+ },
392
+ "ListSigningPlatformsResponse":{
393
+ "type":"structure",
394
+ "members":{
395
+ "platforms":{"shape":"SigningPlatforms"},
396
+ "nextToken":{"shape":"String"}
397
+ }
398
+ },
399
+ "ListSigningProfilesRequest":{
400
+ "type":"structure",
401
+ "members":{
402
+ "includeCanceled":{
403
+ "shape":"bool",
404
+ "location":"querystring",
405
+ "locationName":"includeCanceled"
406
+ },
407
+ "maxResults":{
408
+ "shape":"MaxResults",
409
+ "location":"querystring",
410
+ "locationName":"maxResults"
411
+ },
412
+ "nextToken":{
413
+ "shape":"NextToken",
414
+ "location":"querystring",
415
+ "locationName":"nextToken"
416
+ }
417
+ }
418
+ },
419
+ "ListSigningProfilesResponse":{
420
+ "type":"structure",
421
+ "members":{
422
+ "profiles":{"shape":"SigningProfiles"},
423
+ "nextToken":{"shape":"NextToken"}
424
+ }
425
+ },
426
+ "MaxResults":{
427
+ "type":"integer",
428
+ "box":true,
429
+ "max":25,
430
+ "min":1
431
+ },
432
+ "MaxSizeInMB":{"type":"integer"},
433
+ "NextToken":{"type":"string"},
434
+ "PlatformId":{"type":"string"},
435
+ "Prefix":{"type":"string"},
436
+ "ProfileName":{
437
+ "type":"string",
438
+ "max":20,
439
+ "min":2,
440
+ "pattern":"^[a-zA-Z0-9_]{2,}"
441
+ },
442
+ "PutSigningProfileRequest":{
443
+ "type":"structure",
444
+ "required":[
445
+ "profileName",
446
+ "signingMaterial",
447
+ "platformId"
448
+ ],
449
+ "members":{
450
+ "profileName":{
451
+ "shape":"ProfileName",
452
+ "location":"uri",
453
+ "locationName":"profileName"
454
+ },
455
+ "signingMaterial":{"shape":"SigningMaterial"},
456
+ "platformId":{"shape":"PlatformId"},
457
+ "overrides":{"shape":"SigningPlatformOverrides"},
458
+ "signingParameters":{"shape":"SigningParameters"}
459
+ }
460
+ },
461
+ "PutSigningProfileResponse":{
462
+ "type":"structure",
463
+ "members":{
464
+ "arn":{"shape":"string"}
465
+ }
466
+ },
467
+ "RequestedBy":{"type":"string"},
468
+ "ResourceNotFoundException":{
469
+ "type":"structure",
470
+ "members":{
471
+ "message":{"shape":"ErrorMessage"}
472
+ },
473
+ "error":{"httpStatusCode":404},
474
+ "exception":true
475
+ },
476
+ "S3Destination":{
477
+ "type":"structure",
478
+ "members":{
479
+ "bucketName":{"shape":"BucketName"},
480
+ "prefix":{"shape":"Prefix"}
481
+ }
482
+ },
483
+ "S3SignedObject":{
484
+ "type":"structure",
485
+ "members":{
486
+ "bucketName":{"shape":"BucketName"},
487
+ "key":{"shape":"key"}
488
+ }
489
+ },
490
+ "S3Source":{
491
+ "type":"structure",
492
+ "required":[
493
+ "bucketName",
494
+ "key",
495
+ "version"
496
+ ],
497
+ "members":{
498
+ "bucketName":{"shape":"BucketName"},
499
+ "key":{"shape":"Key"},
500
+ "version":{"shape":"Version"}
501
+ }
502
+ },
503
+ "SignedObject":{
504
+ "type":"structure",
505
+ "members":{
506
+ "s3":{"shape":"S3SignedObject"}
507
+ }
508
+ },
509
+ "SigningConfiguration":{
510
+ "type":"structure",
511
+ "required":[
512
+ "encryptionAlgorithmOptions",
513
+ "hashAlgorithmOptions"
514
+ ],
515
+ "members":{
516
+ "encryptionAlgorithmOptions":{"shape":"EncryptionAlgorithmOptions"},
517
+ "hashAlgorithmOptions":{"shape":"HashAlgorithmOptions"}
518
+ }
519
+ },
520
+ "SigningConfigurationOverrides":{
521
+ "type":"structure",
522
+ "members":{
523
+ "encryptionAlgorithm":{"shape":"EncryptionAlgorithm"},
524
+ "hashAlgorithm":{"shape":"HashAlgorithm"}
525
+ }
526
+ },
527
+ "SigningImageFormat":{
528
+ "type":"structure",
529
+ "required":[
530
+ "supportedFormats",
531
+ "defaultFormat"
532
+ ],
533
+ "members":{
534
+ "supportedFormats":{"shape":"ImageFormats"},
535
+ "defaultFormat":{"shape":"ImageFormat"}
536
+ }
537
+ },
538
+ "SigningJob":{
539
+ "type":"structure",
540
+ "members":{
541
+ "jobId":{"shape":"JobId"},
542
+ "source":{"shape":"Source"},
543
+ "signedObject":{"shape":"SignedObject"},
544
+ "signingMaterial":{"shape":"SigningMaterial"},
545
+ "createdAt":{"shape":"CreatedAt"},
546
+ "status":{"shape":"SigningStatus"}
547
+ }
548
+ },
549
+ "SigningJobs":{
550
+ "type":"list",
551
+ "member":{"shape":"SigningJob"}
552
+ },
553
+ "SigningMaterial":{
554
+ "type":"structure",
555
+ "required":["certificateArn"],
556
+ "members":{
557
+ "certificateArn":{"shape":"CertificateArn"}
558
+ }
559
+ },
560
+ "SigningParameterKey":{"type":"string"},
561
+ "SigningParameterValue":{"type":"string"},
562
+ "SigningParameters":{
563
+ "type":"map",
564
+ "key":{"shape":"SigningParameterKey"},
565
+ "value":{"shape":"SigningParameterValue"}
566
+ },
567
+ "SigningPlatform":{
568
+ "type":"structure",
569
+ "members":{
570
+ "platformId":{"shape":"String"},
571
+ "displayName":{"shape":"String"},
572
+ "partner":{"shape":"String"},
573
+ "target":{"shape":"String"},
574
+ "category":{"shape":"Category"},
575
+ "signingConfiguration":{"shape":"SigningConfiguration"},
576
+ "signingImageFormat":{"shape":"SigningImageFormat"},
577
+ "maxSizeInMB":{"shape":"MaxSizeInMB"}
578
+ }
579
+ },
580
+ "SigningPlatformOverrides":{
581
+ "type":"structure",
582
+ "members":{
583
+ "signingConfiguration":{"shape":"SigningConfigurationOverrides"}
584
+ }
585
+ },
586
+ "SigningPlatforms":{
587
+ "type":"list",
588
+ "member":{"shape":"SigningPlatform"}
589
+ },
590
+ "SigningProfile":{
591
+ "type":"structure",
592
+ "members":{
593
+ "profileName":{"shape":"ProfileName"},
594
+ "signingMaterial":{"shape":"SigningMaterial"},
595
+ "platformId":{"shape":"PlatformId"},
596
+ "signingParameters":{"shape":"SigningParameters"},
597
+ "status":{"shape":"SigningProfileStatus"}
598
+ }
599
+ },
600
+ "SigningProfileStatus":{
601
+ "type":"string",
602
+ "enum":[
603
+ "Active",
604
+ "Canceled"
605
+ ]
606
+ },
607
+ "SigningProfiles":{
608
+ "type":"list",
609
+ "member":{"shape":"SigningProfile"}
610
+ },
611
+ "SigningStatus":{
612
+ "type":"string",
613
+ "enum":[
614
+ "InProgress",
615
+ "Failed",
616
+ "Succeeded"
617
+ ]
618
+ },
619
+ "Source":{
620
+ "type":"structure",
621
+ "members":{
622
+ "s3":{"shape":"S3Source"}
623
+ }
624
+ },
625
+ "StartSigningJobRequest":{
626
+ "type":"structure",
627
+ "required":[
628
+ "source",
629
+ "destination",
630
+ "clientRequestToken"
631
+ ],
632
+ "members":{
633
+ "source":{"shape":"Source"},
634
+ "destination":{"shape":"Destination"},
635
+ "profileName":{"shape":"ProfileName"},
636
+ "clientRequestToken":{
637
+ "shape":"ClientRequestToken",
638
+ "idempotencyToken":true
639
+ }
640
+ }
641
+ },
642
+ "StartSigningJobResponse":{
643
+ "type":"structure",
644
+ "members":{
645
+ "jobId":{"shape":"JobId"}
646
+ }
647
+ },
648
+ "StatusReason":{"type":"string"},
649
+ "String":{"type":"string"},
650
+ "ThrottlingException":{
651
+ "type":"structure",
652
+ "members":{
653
+ "message":{"shape":"ErrorMessage"}
654
+ },
655
+ "error":{"httpStatusCode":429},
656
+ "exception":true
657
+ },
658
+ "ValidationException":{
659
+ "type":"structure",
660
+ "members":{
661
+ "message":{"shape":"ErrorMessage"}
662
+ },
663
+ "error":{"httpStatusCode":400},
664
+ "exception":true
665
+ },
666
+ "Version":{"type":"string"},
667
+ "bool":{"type":"boolean"},
668
+ "string":{"type":"string"}
669
+ }
670
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "pagination": {
3
+ "ListSigningJobs": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "ListSigningPlatforms": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
13
+ "ListSigningProfiles": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "SuccessfulSigningJob": {
5
+ "delay": 20,
6
+ "operation": "DescribeSigningJob",
7
+ "maxAttempts": 25,
8
+ "acceptors": [
9
+ {
10
+ "expected": "Succeeded",
11
+ "matcher": "path",
12
+ "state": "success",
13
+ "argument": "status"
14
+ },
15
+ {
16
+ "expected": "Failed",
17
+ "matcher": "path",
18
+ "state": "failure",
19
+ "argument": "status"
20
+ },
21
+ {
22
+ "expected": "ResourceNotFoundException",
23
+ "matcher": "error",
24
+ "state": "failure"
25
+ }
26
+ ]
27
+ }
28
+ }
29
+ }
data/endpoints.json CHANGED
@@ -1160,6 +1160,14 @@
1160
1160
  "us-west-2" : { }
1161
1161
  }
1162
1162
  },
1163
+ "iotanalytics" : {
1164
+ "endpoints" : {
1165
+ "eu-west-1" : { },
1166
+ "us-east-1" : { },
1167
+ "us-east-2" : { },
1168
+ "us-west-2" : { }
1169
+ }
1170
+ },
1163
1171
  "kinesis" : {
1164
1172
  "endpoints" : {
1165
1173
  "ap-northeast-1" : { },
data/lib/aws-sdk-core.rb CHANGED
@@ -155,6 +155,7 @@ module Aws
155
155
  ServiceCatalog
156
156
  ServiceDiscovery
157
157
  Shield
158
+ Signer
158
159
  SimpleDB
159
160
  Snowball
160
161
  States
@@ -0,0 +1,7 @@
1
+ Aws.add_service(:Signer, {
2
+ api: "#{Aws::API_DIR}/signer/2017-08-25/api-2.json",
3
+ docs: "#{Aws::API_DIR}/signer/2017-08-25/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/signer/2017-08-25/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/signer/2017-08-25/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/signer/2017-08-25/waiters-2.json",
7
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.117'
2
+ VERSION = '2.11.118'
3
3
  end
data/service-models.json CHANGED
@@ -526,6 +526,10 @@
526
526
  "models": "shield/2016-06-02",
527
527
  "endpoint": "shield"
528
528
  },
529
+ "Signer": {
530
+ "models": "signer/2017-08-25",
531
+ "endpoint": "signer"
532
+ },
529
533
  "SimpleDB": {
530
534
  "models": "sdb/2009-04-15",
531
535
  "endpoint": "sdb"
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.11.117
4
+ version: 2.11.118
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: 2018-08-25 00:00:00.000000000 Z
11
+ date: 2018-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -552,6 +552,10 @@ files:
552
552
  - apis/shield/2016-06-02/api-2.json
553
553
  - apis/shield/2016-06-02/examples-1.json
554
554
  - apis/shield/2016-06-02/paginators-1.json
555
+ - apis/signer/2017-08-25/api-2.json
556
+ - apis/signer/2017-08-25/examples-1.json
557
+ - apis/signer/2017-08-25/paginators-1.json
558
+ - apis/signer/2017-08-25/waiters-2.json
555
559
  - apis/sms/2016-10-24/api-2.json
556
560
  - apis/sms/2016-10-24/examples-1.json
557
561
  - apis/sms/2016-10-24/paginators-1.json
@@ -868,6 +872,7 @@ files:
868
872
  - lib/aws-sdk-core/shared_config.rb
869
873
  - lib/aws-sdk-core/shared_credentials.rb
870
874
  - lib/aws-sdk-core/shield.rb
875
+ - lib/aws-sdk-core/signer.rb
871
876
  - lib/aws-sdk-core/signers/base.rb
872
877
  - lib/aws-sdk-core/signers/s3.rb
873
878
  - lib/aws-sdk-core/signers/v2.rb