aws-sdk-core 2.11.52 → 2.11.53
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.
- checksums.yaml +4 -4
- data/apis/iot/2015-05-28/api-2.json +86 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e67592113648f90685e873ff94f453d929f7e56c
|
|
4
|
+
data.tar.gz: 7fb2466838b45b296717b802d8a7d553a140965a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1db43767a4fce5ebf5d2ac6a77dff9f816a9521b7d23bbc5c29c72d2f449d95d511c6b110d8de634c8c0db4b68ba2a46dd64d58d68db0d4d71bfffe901b03a3d
|
|
7
|
+
data.tar.gz: e15b876395c49651a2ec4e39d0f3969e5c18827894136aba5b7600857b7d134e81e653ee5a9aa6282d7288b60bc681689d61e0500e840040dc3f2e1eba6cc7b7
|
|
@@ -437,6 +437,37 @@
|
|
|
437
437
|
{"shape":"ResourceNotFoundException"}
|
|
438
438
|
]
|
|
439
439
|
},
|
|
440
|
+
"DeleteJob":{
|
|
441
|
+
"name":"DeleteJob",
|
|
442
|
+
"http":{
|
|
443
|
+
"method":"DELETE",
|
|
444
|
+
"requestUri":"/jobs/{jobId}"
|
|
445
|
+
},
|
|
446
|
+
"input":{"shape":"DeleteJobRequest"},
|
|
447
|
+
"errors":[
|
|
448
|
+
{"shape":"InvalidRequestException"},
|
|
449
|
+
{"shape":"InvalidStateTransitionException"},
|
|
450
|
+
{"shape":"ResourceNotFoundException"},
|
|
451
|
+
{"shape":"LimitExceededException"},
|
|
452
|
+
{"shape":"ThrottlingException"},
|
|
453
|
+
{"shape":"ServiceUnavailableException"}
|
|
454
|
+
]
|
|
455
|
+
},
|
|
456
|
+
"DeleteJobExecution":{
|
|
457
|
+
"name":"DeleteJobExecution",
|
|
458
|
+
"http":{
|
|
459
|
+
"method":"DELETE",
|
|
460
|
+
"requestUri":"/things/{thingName}/jobs/{jobId}/executionNumber/{executionNumber}"
|
|
461
|
+
},
|
|
462
|
+
"input":{"shape":"DeleteJobExecutionRequest"},
|
|
463
|
+
"errors":[
|
|
464
|
+
{"shape":"InvalidRequestException"},
|
|
465
|
+
{"shape":"InvalidStateTransitionException"},
|
|
466
|
+
{"shape":"ResourceNotFoundException"},
|
|
467
|
+
{"shape":"ThrottlingException"},
|
|
468
|
+
{"shape":"ServiceUnavailableException"}
|
|
469
|
+
]
|
|
470
|
+
},
|
|
440
471
|
"DeleteOTAUpdate":{
|
|
441
472
|
"name":"DeleteOTAUpdate",
|
|
442
473
|
"http":{
|
|
@@ -2939,6 +2970,52 @@
|
|
|
2939
2970
|
"error":{"httpStatusCode":409},
|
|
2940
2971
|
"exception":true
|
|
2941
2972
|
},
|
|
2973
|
+
"DeleteJobExecutionRequest":{
|
|
2974
|
+
"type":"structure",
|
|
2975
|
+
"required":[
|
|
2976
|
+
"jobId",
|
|
2977
|
+
"thingName",
|
|
2978
|
+
"executionNumber"
|
|
2979
|
+
],
|
|
2980
|
+
"members":{
|
|
2981
|
+
"jobId":{
|
|
2982
|
+
"shape":"JobId",
|
|
2983
|
+
"location":"uri",
|
|
2984
|
+
"locationName":"jobId"
|
|
2985
|
+
},
|
|
2986
|
+
"thingName":{
|
|
2987
|
+
"shape":"ThingName",
|
|
2988
|
+
"location":"uri",
|
|
2989
|
+
"locationName":"thingName"
|
|
2990
|
+
},
|
|
2991
|
+
"executionNumber":{
|
|
2992
|
+
"shape":"ExecutionNumber",
|
|
2993
|
+
"location":"uri",
|
|
2994
|
+
"locationName":"executionNumber"
|
|
2995
|
+
},
|
|
2996
|
+
"force":{
|
|
2997
|
+
"shape":"ForceFlag",
|
|
2998
|
+
"location":"querystring",
|
|
2999
|
+
"locationName":"force"
|
|
3000
|
+
}
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
"DeleteJobRequest":{
|
|
3004
|
+
"type":"structure",
|
|
3005
|
+
"required":["jobId"],
|
|
3006
|
+
"members":{
|
|
3007
|
+
"jobId":{
|
|
3008
|
+
"shape":"JobId",
|
|
3009
|
+
"location":"uri",
|
|
3010
|
+
"locationName":"jobId"
|
|
3011
|
+
},
|
|
3012
|
+
"force":{
|
|
3013
|
+
"shape":"ForceFlag",
|
|
3014
|
+
"location":"querystring",
|
|
3015
|
+
"locationName":"force"
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
2942
3019
|
"DeleteOTAUpdateRequest":{
|
|
2943
3020
|
"type":"structure",
|
|
2944
3021
|
"required":["otaUpdateId"],
|
|
@@ -3668,6 +3745,7 @@
|
|
|
3668
3745
|
},
|
|
3669
3746
|
"Flag":{"type":"boolean"},
|
|
3670
3747
|
"ForceDelete":{"type":"boolean"},
|
|
3748
|
+
"ForceFlag":{"type":"boolean"},
|
|
3671
3749
|
"FunctionArn":{"type":"string"},
|
|
3672
3750
|
"GEMaxResults":{
|
|
3673
3751
|
"type":"integer",
|
|
@@ -3934,6 +4012,14 @@
|
|
|
3934
4012
|
"error":{"httpStatusCode":400},
|
|
3935
4013
|
"exception":true
|
|
3936
4014
|
},
|
|
4015
|
+
"InvalidStateTransitionException":{
|
|
4016
|
+
"type":"structure",
|
|
4017
|
+
"members":{
|
|
4018
|
+
"message":{"shape":"errorMessage"}
|
|
4019
|
+
},
|
|
4020
|
+
"error":{"httpStatusCode":409},
|
|
4021
|
+
"exception":true
|
|
4022
|
+
},
|
|
3937
4023
|
"IotAnalyticsAction":{
|
|
3938
4024
|
"type":"structure",
|
|
3939
4025
|
"members":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.11.53
|
|
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-05-
|
|
11
|
+
date: 2018-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|