aws-sdk-core 2.2.6 → 2.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudfront/{2015-07-27 → 2015-09-17}/api-2.json +248 -819
- data/apis/cloudfront/2015-09-17/examples-1.json +5 -0
- data/apis/cloudfront/{2015-07-27 → 2015-09-17}/paginators-1.json +0 -0
- data/apis/cloudfront/{2015-07-27 → 2015-09-17}/waiters-2.json +0 -0
- data/apis/cloudtrail/2013-11-01/api-2.json +105 -846
- data/apis/cloudtrail/2013-11-01/examples-1.json +5 -0
- data/apis/config/2014-11-12/api-2.json +21 -4
- data/apis/ec2/2015-10-01/api-2.json +209 -28
- data/apis/iam/2010-05-08/paginators-1.json +7 -0
- data/apis/iot-data/2015-05-28/api-2.json +35 -158
- data/apis/iot/2015-05-28/api-2.json +11 -2
- data/apis/iot/2015-05-28/examples-1.json +5 -0
- data/apis/rds/2014-10-31/api-2.json +15 -5
- data/apis/ssm/2014-11-06/api-2.json +89 -725
- data/apis/ssm/2014-11-06/examples-1.json +5 -0
- data/lib/aws-sdk-core/cloudfront.rb +5 -4
- data/lib/aws-sdk-core/cloudtrail.rb +1 -0
- data/lib/aws-sdk-core/iot.rb +1 -0
- data/lib/aws-sdk-core/ssm.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +9 -5
@@ -19,7 +19,8 @@
|
|
19
19
|
},
|
20
20
|
"input":{"shape":"DeleteConfigRuleRequest"},
|
21
21
|
"errors":[
|
22
|
-
{"shape":"NoSuchConfigRuleException"}
|
22
|
+
{"shape":"NoSuchConfigRuleException"},
|
23
|
+
{"shape":"ResourceInUseException"}
|
23
24
|
]
|
24
25
|
},
|
25
26
|
"DeleteDeliveryChannel":{
|
@@ -234,7 +235,8 @@
|
|
234
235
|
"errors":[
|
235
236
|
{"shape":"InvalidParameterValueException"},
|
236
237
|
{"shape":"MaxNumberOfConfigRulesExceededException"},
|
237
|
-
{"shape":"ResourceInUseException"}
|
238
|
+
{"shape":"ResourceInUseException"},
|
239
|
+
{"shape":"InsufficientPermissionsException"}
|
238
240
|
]
|
239
241
|
},
|
240
242
|
"PutConfigurationRecorder":{
|
@@ -436,9 +438,12 @@
|
|
436
438
|
"ConfigRuleId":{"shape":"String"},
|
437
439
|
"LastSuccessfulInvocationTime":{"shape":"Date"},
|
438
440
|
"LastFailedInvocationTime":{"shape":"Date"},
|
441
|
+
"LastSuccessfulEvaluationTime":{"shape":"Date"},
|
442
|
+
"LastFailedEvaluationTime":{"shape":"Date"},
|
439
443
|
"FirstActivatedTime":{"shape":"Date"},
|
440
444
|
"LastErrorCode":{"shape":"String"},
|
441
|
-
"LastErrorMessage":{"shape":"String"}
|
445
|
+
"LastErrorMessage":{"shape":"String"},
|
446
|
+
"FirstEvaluationStarted":{"shape":"Boolean"}
|
442
447
|
}
|
443
448
|
},
|
444
449
|
"ConfigRuleEvaluationStatusList":{
|
@@ -862,12 +867,19 @@
|
|
862
867
|
"nextToken":{"shape":"NextToken"}
|
863
868
|
}
|
864
869
|
},
|
870
|
+
"IncludeGlobalResourceTypes":{"type":"boolean"},
|
865
871
|
"InsufficientDeliveryPolicyException":{
|
866
872
|
"type":"structure",
|
867
873
|
"members":{
|
868
874
|
},
|
869
875
|
"exception":true
|
870
876
|
},
|
877
|
+
"InsufficientPermissionsException":{
|
878
|
+
"type":"structure",
|
879
|
+
"members":{
|
880
|
+
},
|
881
|
+
"exception":true
|
882
|
+
},
|
871
883
|
"Integer":{"type":"integer"},
|
872
884
|
"InvalidConfigurationRecorderNameException":{
|
873
885
|
"type":"structure",
|
@@ -1105,6 +1117,7 @@
|
|
1105
1117
|
"type":"structure",
|
1106
1118
|
"members":{
|
1107
1119
|
"allSupported":{"shape":"AllSupported"},
|
1120
|
+
"includeGlobalResourceTypes":{"shape":"IncludeGlobalResourceTypes"},
|
1108
1121
|
"resourceTypes":{"shape":"ResourceTypeList"}
|
1109
1122
|
}
|
1110
1123
|
},
|
@@ -1177,7 +1190,11 @@
|
|
1177
1190
|
"AWS::EC2::Volume",
|
1178
1191
|
"AWS::EC2::VPC",
|
1179
1192
|
"AWS::EC2::VPNConnection",
|
1180
|
-
"AWS::EC2::VPNGateway"
|
1193
|
+
"AWS::EC2::VPNGateway",
|
1194
|
+
"AWS::IAM::Group",
|
1195
|
+
"AWS::IAM::Policy",
|
1196
|
+
"AWS::IAM::Role",
|
1197
|
+
"AWS::IAM::User"
|
1181
1198
|
]
|
1182
1199
|
},
|
1183
1200
|
"ResourceTypeList":{
|
@@ -104,10 +104,7 @@
|
|
104
104
|
"requestUri":"/"
|
105
105
|
},
|
106
106
|
"input":{"shape":"AttachVolumeRequest"},
|
107
|
-
"output":{
|
108
|
-
"shape":"VolumeAttachment",
|
109
|
-
"locationName":"attachment"
|
110
|
-
}
|
107
|
+
"output":{"shape":"VolumeAttachment"}
|
111
108
|
},
|
112
109
|
"AttachVpnGateway":{
|
113
110
|
"name":"AttachVpnGateway",
|
@@ -292,10 +289,16 @@
|
|
292
289
|
"requestUri":"/"
|
293
290
|
},
|
294
291
|
"input":{"shape":"CreateKeyPairRequest"},
|
295
|
-
"output":{
|
296
|
-
|
297
|
-
|
298
|
-
|
292
|
+
"output":{"shape":"KeyPair"}
|
293
|
+
},
|
294
|
+
"CreateNatGateway":{
|
295
|
+
"name":"CreateNatGateway",
|
296
|
+
"http":{
|
297
|
+
"method":"POST",
|
298
|
+
"requestUri":"/"
|
299
|
+
},
|
300
|
+
"input":{"shape":"CreateNatGatewayRequest"},
|
301
|
+
"output":{"shape":"CreateNatGatewayResult"}
|
299
302
|
},
|
300
303
|
"CreateNetworkAcl":{
|
301
304
|
"name":"CreateNetworkAcl",
|
@@ -374,10 +377,7 @@
|
|
374
377
|
"requestUri":"/"
|
375
378
|
},
|
376
379
|
"input":{"shape":"CreateSnapshotRequest"},
|
377
|
-
"output":{
|
378
|
-
"shape":"Snapshot",
|
379
|
-
"locationName":"snapshot"
|
380
|
-
}
|
380
|
+
"output":{"shape":"Snapshot"}
|
381
381
|
},
|
382
382
|
"CreateSpotDatafeedSubscription":{
|
383
383
|
"name":"CreateSpotDatafeedSubscription",
|
@@ -412,10 +412,7 @@
|
|
412
412
|
"requestUri":"/"
|
413
413
|
},
|
414
414
|
"input":{"shape":"CreateVolumeRequest"},
|
415
|
-
"output":{
|
416
|
-
"shape":"Volume",
|
417
|
-
"locationName":"volume"
|
418
|
-
}
|
415
|
+
"output":{"shape":"Volume"}
|
419
416
|
},
|
420
417
|
"CreateVpc":{
|
421
418
|
"name":"CreateVpc",
|
@@ -511,6 +508,15 @@
|
|
511
508
|
},
|
512
509
|
"input":{"shape":"DeleteKeyPairRequest"}
|
513
510
|
},
|
511
|
+
"DeleteNatGateway":{
|
512
|
+
"name":"DeleteNatGateway",
|
513
|
+
"http":{
|
514
|
+
"method":"POST",
|
515
|
+
"requestUri":"/"
|
516
|
+
},
|
517
|
+
"input":{"shape":"DeleteNatGatewayRequest"},
|
518
|
+
"output":{"shape":"DeleteNatGatewayResult"}
|
519
|
+
},
|
514
520
|
"DeleteNetworkAcl":{
|
515
521
|
"name":"DeleteNetworkAcl",
|
516
522
|
"http":{
|
@@ -780,10 +786,7 @@
|
|
780
786
|
"requestUri":"/"
|
781
787
|
},
|
782
788
|
"input":{"shape":"DescribeImageAttributeRequest"},
|
783
|
-
"output":{
|
784
|
-
"shape":"ImageAttribute",
|
785
|
-
"locationName":"imageAttribute"
|
786
|
-
}
|
789
|
+
"output":{"shape":"ImageAttribute"}
|
787
790
|
},
|
788
791
|
"DescribeImages":{
|
789
792
|
"name":"DescribeImages",
|
@@ -866,6 +869,15 @@
|
|
866
869
|
"input":{"shape":"DescribeMovingAddressesRequest"},
|
867
870
|
"output":{"shape":"DescribeMovingAddressesResult"}
|
868
871
|
},
|
872
|
+
"DescribeNatGateways":{
|
873
|
+
"name":"DescribeNatGateways",
|
874
|
+
"http":{
|
875
|
+
"method":"POST",
|
876
|
+
"requestUri":"/"
|
877
|
+
},
|
878
|
+
"input":{"shape":"DescribeNatGatewaysRequest"},
|
879
|
+
"output":{"shape":"DescribeNatGatewaysResult"}
|
880
|
+
},
|
869
881
|
"DescribeNetworkAcls":{
|
870
882
|
"name":"DescribeNetworkAcls",
|
871
883
|
"http":{
|
@@ -1195,10 +1207,7 @@
|
|
1195
1207
|
"requestUri":"/"
|
1196
1208
|
},
|
1197
1209
|
"input":{"shape":"DetachVolumeRequest"},
|
1198
|
-
"output":{
|
1199
|
-
"shape":"VolumeAttachment",
|
1200
|
-
"locationName":"attachment"
|
1201
|
-
}
|
1210
|
+
"output":{"shape":"VolumeAttachment"}
|
1202
1211
|
},
|
1203
1212
|
"DetachVpnGateway":{
|
1204
1213
|
"name":"DetachVpnGateway",
|
@@ -1632,10 +1641,7 @@
|
|
1632
1641
|
"requestUri":"/"
|
1633
1642
|
},
|
1634
1643
|
"input":{"shape":"RunInstancesRequest"},
|
1635
|
-
"output":{
|
1636
|
-
"shape":"Reservation",
|
1637
|
-
"locationName":"reservation"
|
1638
|
-
}
|
1644
|
+
"output":{"shape":"Reservation"}
|
1639
1645
|
},
|
1640
1646
|
"StartInstances":{
|
1641
1647
|
"name":"StartInstances",
|
@@ -3133,6 +3139,31 @@
|
|
3133
3139
|
"KeyName":{"shape":"String"}
|
3134
3140
|
}
|
3135
3141
|
},
|
3142
|
+
"CreateNatGatewayRequest":{
|
3143
|
+
"type":"structure",
|
3144
|
+
"required":[
|
3145
|
+
"SubnetId",
|
3146
|
+
"AllocationId"
|
3147
|
+
],
|
3148
|
+
"members":{
|
3149
|
+
"SubnetId":{"shape":"String"},
|
3150
|
+
"AllocationId":{"shape":"String"},
|
3151
|
+
"ClientToken":{"shape":"String"}
|
3152
|
+
}
|
3153
|
+
},
|
3154
|
+
"CreateNatGatewayResult":{
|
3155
|
+
"type":"structure",
|
3156
|
+
"members":{
|
3157
|
+
"NatGateway":{
|
3158
|
+
"shape":"NatGateway",
|
3159
|
+
"locationName":"natGateway"
|
3160
|
+
},
|
3161
|
+
"ClientToken":{
|
3162
|
+
"shape":"String",
|
3163
|
+
"locationName":"clientToken"
|
3164
|
+
}
|
3165
|
+
}
|
3166
|
+
},
|
3136
3167
|
"CreateNetworkAclEntryRequest":{
|
3137
3168
|
"type":"structure",
|
3138
3169
|
"required":[
|
@@ -3339,6 +3370,10 @@
|
|
3339
3370
|
"VpcPeeringConnectionId":{
|
3340
3371
|
"shape":"String",
|
3341
3372
|
"locationName":"vpcPeeringConnectionId"
|
3373
|
+
},
|
3374
|
+
"NatGatewayId":{
|
3375
|
+
"shape":"String",
|
3376
|
+
"locationName":"natGatewayId"
|
3342
3377
|
}
|
3343
3378
|
}
|
3344
3379
|
},
|
@@ -3802,6 +3837,22 @@
|
|
3802
3837
|
"KeyName":{"shape":"String"}
|
3803
3838
|
}
|
3804
3839
|
},
|
3840
|
+
"DeleteNatGatewayRequest":{
|
3841
|
+
"type":"structure",
|
3842
|
+
"required":["NatGatewayId"],
|
3843
|
+
"members":{
|
3844
|
+
"NatGatewayId":{"shape":"String"}
|
3845
|
+
}
|
3846
|
+
},
|
3847
|
+
"DeleteNatGatewayResult":{
|
3848
|
+
"type":"structure",
|
3849
|
+
"members":{
|
3850
|
+
"NatGatewayId":{
|
3851
|
+
"shape":"String",
|
3852
|
+
"locationName":"natGatewayId"
|
3853
|
+
}
|
3854
|
+
}
|
3855
|
+
},
|
3805
3856
|
"DeleteNetworkAclEntryRequest":{
|
3806
3857
|
"type":"structure",
|
3807
3858
|
"required":[
|
@@ -4679,6 +4730,31 @@
|
|
4679
4730
|
}
|
4680
4731
|
}
|
4681
4732
|
},
|
4733
|
+
"DescribeNatGatewaysRequest":{
|
4734
|
+
"type":"structure",
|
4735
|
+
"members":{
|
4736
|
+
"NatGatewayIds":{
|
4737
|
+
"shape":"ValueStringList",
|
4738
|
+
"locationName":"NatGatewayId"
|
4739
|
+
},
|
4740
|
+
"Filter":{"shape":"FilterList"},
|
4741
|
+
"MaxResults":{"shape":"Integer"},
|
4742
|
+
"NextToken":{"shape":"String"}
|
4743
|
+
}
|
4744
|
+
},
|
4745
|
+
"DescribeNatGatewaysResult":{
|
4746
|
+
"type":"structure",
|
4747
|
+
"members":{
|
4748
|
+
"NatGateways":{
|
4749
|
+
"shape":"NatGatewayList",
|
4750
|
+
"locationName":"natGatewaySet"
|
4751
|
+
},
|
4752
|
+
"NextToken":{
|
4753
|
+
"shape":"String",
|
4754
|
+
"locationName":"nextToken"
|
4755
|
+
}
|
4756
|
+
}
|
4757
|
+
},
|
4682
4758
|
"DescribeNetworkAclsRequest":{
|
4683
4759
|
"type":"structure",
|
4684
4760
|
"members":{
|
@@ -8766,6 +8842,92 @@
|
|
8766
8842
|
"locationName":"item"
|
8767
8843
|
}
|
8768
8844
|
},
|
8845
|
+
"NatGateway":{
|
8846
|
+
"type":"structure",
|
8847
|
+
"members":{
|
8848
|
+
"VpcId":{
|
8849
|
+
"shape":"String",
|
8850
|
+
"locationName":"vpcId"
|
8851
|
+
},
|
8852
|
+
"SubnetId":{
|
8853
|
+
"shape":"String",
|
8854
|
+
"locationName":"subnetId"
|
8855
|
+
},
|
8856
|
+
"NatGatewayId":{
|
8857
|
+
"shape":"String",
|
8858
|
+
"locationName":"natGatewayId"
|
8859
|
+
},
|
8860
|
+
"CreateTime":{
|
8861
|
+
"shape":"DateTime",
|
8862
|
+
"locationName":"createTime"
|
8863
|
+
},
|
8864
|
+
"DeleteTime":{
|
8865
|
+
"shape":"DateTime",
|
8866
|
+
"locationName":"deleteTime"
|
8867
|
+
},
|
8868
|
+
"NatGatewayAddresses":{
|
8869
|
+
"shape":"NatGatewayAddressList",
|
8870
|
+
"locationName":"natGatewayAddressSet"
|
8871
|
+
},
|
8872
|
+
"State":{
|
8873
|
+
"shape":"NatGatewayState",
|
8874
|
+
"locationName":"state"
|
8875
|
+
},
|
8876
|
+
"FailureCode":{
|
8877
|
+
"shape":"String",
|
8878
|
+
"locationName":"failureCode"
|
8879
|
+
},
|
8880
|
+
"FailureMessage":{
|
8881
|
+
"shape":"String",
|
8882
|
+
"locationName":"failureMessage"
|
8883
|
+
}
|
8884
|
+
}
|
8885
|
+
},
|
8886
|
+
"NatGatewayAddress":{
|
8887
|
+
"type":"structure",
|
8888
|
+
"members":{
|
8889
|
+
"PublicIp":{
|
8890
|
+
"shape":"String",
|
8891
|
+
"locationName":"publicIp"
|
8892
|
+
},
|
8893
|
+
"AllocationId":{
|
8894
|
+
"shape":"String",
|
8895
|
+
"locationName":"allocationId"
|
8896
|
+
},
|
8897
|
+
"PrivateIp":{
|
8898
|
+
"shape":"String",
|
8899
|
+
"locationName":"privateIp"
|
8900
|
+
},
|
8901
|
+
"NetworkInterfaceId":{
|
8902
|
+
"shape":"String",
|
8903
|
+
"locationName":"networkInterfaceId"
|
8904
|
+
}
|
8905
|
+
}
|
8906
|
+
},
|
8907
|
+
"NatGatewayAddressList":{
|
8908
|
+
"type":"list",
|
8909
|
+
"member":{
|
8910
|
+
"shape":"NatGatewayAddress",
|
8911
|
+
"locationName":"item"
|
8912
|
+
}
|
8913
|
+
},
|
8914
|
+
"NatGatewayList":{
|
8915
|
+
"type":"list",
|
8916
|
+
"member":{
|
8917
|
+
"shape":"NatGateway",
|
8918
|
+
"locationName":"item"
|
8919
|
+
}
|
8920
|
+
},
|
8921
|
+
"NatGatewayState":{
|
8922
|
+
"type":"string",
|
8923
|
+
"enum":[
|
8924
|
+
"pending",
|
8925
|
+
"failed",
|
8926
|
+
"available",
|
8927
|
+
"deleting",
|
8928
|
+
"deleted"
|
8929
|
+
]
|
8930
|
+
},
|
8769
8931
|
"NetworkAcl":{
|
8770
8932
|
"type":"structure",
|
8771
8933
|
"members":{
|
@@ -8940,6 +9102,10 @@
|
|
8940
9102
|
"PrivateIpAddresses":{
|
8941
9103
|
"shape":"NetworkInterfacePrivateIpAddressList",
|
8942
9104
|
"locationName":"privateIpAddressesSet"
|
9105
|
+
},
|
9106
|
+
"InterfaceType":{
|
9107
|
+
"shape":"NetworkInterfaceType",
|
9108
|
+
"locationName":"interfaceType"
|
8943
9109
|
}
|
8944
9110
|
}
|
8945
9111
|
},
|
@@ -9074,6 +9240,13 @@
|
|
9074
9240
|
"detaching"
|
9075
9241
|
]
|
9076
9242
|
},
|
9243
|
+
"NetworkInterfaceType":{
|
9244
|
+
"type":"string",
|
9245
|
+
"enum":[
|
9246
|
+
"interface",
|
9247
|
+
"natGateway"
|
9248
|
+
]
|
9249
|
+
},
|
9077
9250
|
"NewDhcpConfiguration":{
|
9078
9251
|
"type":"structure",
|
9079
9252
|
"members":{
|
@@ -9742,6 +9915,10 @@
|
|
9742
9915
|
"VpcPeeringConnectionId":{
|
9743
9916
|
"shape":"String",
|
9744
9917
|
"locationName":"vpcPeeringConnectionId"
|
9918
|
+
},
|
9919
|
+
"NatGatewayId":{
|
9920
|
+
"shape":"String",
|
9921
|
+
"locationName":"natGatewayId"
|
9745
9922
|
}
|
9746
9923
|
}
|
9747
9924
|
},
|
@@ -10594,6 +10771,10 @@
|
|
10594
10771
|
"shape":"String",
|
10595
10772
|
"locationName":"vpcPeeringConnectionId"
|
10596
10773
|
},
|
10774
|
+
"NatGatewayId":{
|
10775
|
+
"shape":"String",
|
10776
|
+
"locationName":"natGatewayId"
|
10777
|
+
},
|
10597
10778
|
"State":{
|
10598
10779
|
"shape":"RouteState",
|
10599
10780
|
"locationName":"state"
|
@@ -102,6 +102,13 @@
|
|
102
102
|
"limit_key": "MaxItems",
|
103
103
|
"result_key": "Policies"
|
104
104
|
},
|
105
|
+
"ListPolicyVersions": {
|
106
|
+
"input_token": "Marker",
|
107
|
+
"output_token": "Marker",
|
108
|
+
"more_results": "IsTruncated",
|
109
|
+
"limit_key": "MaxItems",
|
110
|
+
"result_key": "Versions"
|
111
|
+
},
|
105
112
|
"ListRolePolicies": {
|
106
113
|
"input_token": "Marker",
|
107
114
|
"output_token": "Marker",
|
@@ -3,10 +3,10 @@
|
|
3
3
|
"metadata":{
|
4
4
|
"apiVersion":"2015-05-28",
|
5
5
|
"endpointPrefix":"data.iot",
|
6
|
+
"protocol":"rest-json",
|
6
7
|
"serviceFullName":"AWS IoT Data Plane",
|
7
8
|
"signatureVersion":"v4",
|
8
|
-
"signingName":"iotdata"
|
9
|
-
"protocol":"rest-json"
|
9
|
+
"signingName":"iotdata"
|
10
10
|
},
|
11
11
|
"operations":{
|
12
12
|
"DeleteThingShadow":{
|
@@ -18,48 +18,14 @@
|
|
18
18
|
"input":{"shape":"DeleteThingShadowRequest"},
|
19
19
|
"output":{"shape":"DeleteThingShadowResponse"},
|
20
20
|
"errors":[
|
21
|
-
{
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
},
|
26
|
-
{
|
27
|
-
|
28
|
-
|
29
|
-
"exception":true
|
30
|
-
},
|
31
|
-
{
|
32
|
-
"shape":"ThrottlingException",
|
33
|
-
"error":{"httpStatusCode":429},
|
34
|
-
"exception":true
|
35
|
-
},
|
36
|
-
{
|
37
|
-
"shape":"UnauthorizedException",
|
38
|
-
"error":{"httpStatusCode":401},
|
39
|
-
"exception":true
|
40
|
-
},
|
41
|
-
{
|
42
|
-
"shape":"ServiceUnavailableException",
|
43
|
-
"error":{"httpStatusCode":503},
|
44
|
-
"exception":true,
|
45
|
-
"fault":true
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"shape":"InternalFailureException",
|
49
|
-
"error":{"httpStatusCode":500},
|
50
|
-
"exception":true,
|
51
|
-
"fault":true
|
52
|
-
},
|
53
|
-
{
|
54
|
-
"shape":"MethodNotAllowedException",
|
55
|
-
"error":{"httpStatusCode":405},
|
56
|
-
"exception":true
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"shape":"UnsupportedDocumentEncodingException",
|
60
|
-
"error":{"httpStatusCode":415},
|
61
|
-
"exception":true
|
62
|
-
}
|
21
|
+
{"shape":"ResourceNotFoundException"},
|
22
|
+
{"shape":"InvalidRequestException"},
|
23
|
+
{"shape":"ThrottlingException"},
|
24
|
+
{"shape":"UnauthorizedException"},
|
25
|
+
{"shape":"ServiceUnavailableException"},
|
26
|
+
{"shape":"InternalFailureException"},
|
27
|
+
{"shape":"MethodNotAllowedException"},
|
28
|
+
{"shape":"UnsupportedDocumentEncodingException"}
|
63
29
|
]
|
64
30
|
},
|
65
31
|
"GetThingShadow":{
|
@@ -71,48 +37,14 @@
|
|
71
37
|
"input":{"shape":"GetThingShadowRequest"},
|
72
38
|
"output":{"shape":"GetThingShadowResponse"},
|
73
39
|
"errors":[
|
74
|
-
{
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
},
|
79
|
-
{
|
80
|
-
|
81
|
-
|
82
|
-
"exception":true
|
83
|
-
},
|
84
|
-
{
|
85
|
-
"shape":"ThrottlingException",
|
86
|
-
"error":{"httpStatusCode":429},
|
87
|
-
"exception":true
|
88
|
-
},
|
89
|
-
{
|
90
|
-
"shape":"UnauthorizedException",
|
91
|
-
"error":{"httpStatusCode":401},
|
92
|
-
"exception":true
|
93
|
-
},
|
94
|
-
{
|
95
|
-
"shape":"ServiceUnavailableException",
|
96
|
-
"error":{"httpStatusCode":503},
|
97
|
-
"exception":true,
|
98
|
-
"fault":true
|
99
|
-
},
|
100
|
-
{
|
101
|
-
"shape":"InternalFailureException",
|
102
|
-
"error":{"httpStatusCode":500},
|
103
|
-
"exception":true,
|
104
|
-
"fault":true
|
105
|
-
},
|
106
|
-
{
|
107
|
-
"shape":"MethodNotAllowedException",
|
108
|
-
"error":{"httpStatusCode":405},
|
109
|
-
"exception":true
|
110
|
-
},
|
111
|
-
{
|
112
|
-
"shape":"UnsupportedDocumentEncodingException",
|
113
|
-
"error":{"httpStatusCode":415},
|
114
|
-
"exception":true
|
115
|
-
}
|
40
|
+
{"shape":"InvalidRequestException"},
|
41
|
+
{"shape":"ResourceNotFoundException"},
|
42
|
+
{"shape":"ThrottlingException"},
|
43
|
+
{"shape":"UnauthorizedException"},
|
44
|
+
{"shape":"ServiceUnavailableException"},
|
45
|
+
{"shape":"InternalFailureException"},
|
46
|
+
{"shape":"MethodNotAllowedException"},
|
47
|
+
{"shape":"UnsupportedDocumentEncodingException"}
|
116
48
|
]
|
117
49
|
},
|
118
50
|
"Publish":{
|
@@ -123,27 +55,10 @@
|
|
123
55
|
},
|
124
56
|
"input":{"shape":"PublishRequest"},
|
125
57
|
"errors":[
|
126
|
-
{
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
"fault":true
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"shape":"InvalidRequestException",
|
134
|
-
"error":{"httpStatusCode":400},
|
135
|
-
"exception":true
|
136
|
-
},
|
137
|
-
{
|
138
|
-
"shape":"UnauthorizedException",
|
139
|
-
"error":{"httpStatusCode":401},
|
140
|
-
"exception":true
|
141
|
-
},
|
142
|
-
{
|
143
|
-
"shape":"MethodNotAllowedException",
|
144
|
-
"error":{"httpStatusCode":405},
|
145
|
-
"exception":true
|
146
|
-
}
|
58
|
+
{"shape":"InternalFailureException"},
|
59
|
+
{"shape":"InvalidRequestException"},
|
60
|
+
{"shape":"UnauthorizedException"},
|
61
|
+
{"shape":"MethodNotAllowedException"}
|
147
62
|
]
|
148
63
|
},
|
149
64
|
"UpdateThingShadow":{
|
@@ -155,53 +70,15 @@
|
|
155
70
|
"input":{"shape":"UpdateThingShadowRequest"},
|
156
71
|
"output":{"shape":"UpdateThingShadowResponse"},
|
157
72
|
"errors":[
|
158
|
-
{
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
},
|
163
|
-
{
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
},
|
168
|
-
{
|
169
|
-
"shape":"InvalidRequestException",
|
170
|
-
"error":{"httpStatusCode":400},
|
171
|
-
"exception":true
|
172
|
-
},
|
173
|
-
{
|
174
|
-
"shape":"ThrottlingException",
|
175
|
-
"error":{"httpStatusCode":429},
|
176
|
-
"exception":true
|
177
|
-
},
|
178
|
-
{
|
179
|
-
"shape":"UnauthorizedException",
|
180
|
-
"error":{"httpStatusCode":401},
|
181
|
-
"exception":true
|
182
|
-
},
|
183
|
-
{
|
184
|
-
"shape":"ServiceUnavailableException",
|
185
|
-
"error":{"httpStatusCode":503},
|
186
|
-
"exception":true,
|
187
|
-
"fault":true
|
188
|
-
},
|
189
|
-
{
|
190
|
-
"shape":"InternalFailureException",
|
191
|
-
"error":{"httpStatusCode":500},
|
192
|
-
"exception":true,
|
193
|
-
"fault":true
|
194
|
-
},
|
195
|
-
{
|
196
|
-
"shape":"MethodNotAllowedException",
|
197
|
-
"error":{"httpStatusCode":405},
|
198
|
-
"exception":true
|
199
|
-
},
|
200
|
-
{
|
201
|
-
"shape":"UnsupportedDocumentEncodingException",
|
202
|
-
"error":{"httpStatusCode":415},
|
203
|
-
"exception":true
|
204
|
-
}
|
73
|
+
{"shape":"ConflictException"},
|
74
|
+
{"shape":"RequestEntityTooLargeException"},
|
75
|
+
{"shape":"InvalidRequestException"},
|
76
|
+
{"shape":"ThrottlingException"},
|
77
|
+
{"shape":"UnauthorizedException"},
|
78
|
+
{"shape":"ServiceUnavailableException"},
|
79
|
+
{"shape":"InternalFailureException"},
|
80
|
+
{"shape":"MethodNotAllowedException"},
|
81
|
+
{"shape":"UnsupportedDocumentEncodingException"}
|
205
82
|
]
|
206
83
|
}
|
207
84
|
},
|
@@ -281,6 +158,7 @@
|
|
281
158
|
"Payload":{"type":"blob"},
|
282
159
|
"PublishRequest":{
|
283
160
|
"type":"structure",
|
161
|
+
"required":["topic"],
|
284
162
|
"members":{
|
285
163
|
"topic":{
|
286
164
|
"shape":"Topic",
|
@@ -294,13 +172,12 @@
|
|
294
172
|
},
|
295
173
|
"payload":{"shape":"Payload"}
|
296
174
|
},
|
297
|
-
"required":["topic"],
|
298
175
|
"payload":"payload"
|
299
176
|
},
|
300
177
|
"Qos":{
|
301
178
|
"type":"integer",
|
302
|
-
"
|
303
|
-
"
|
179
|
+
"max":1,
|
180
|
+
"min":0
|
304
181
|
},
|
305
182
|
"RequestEntityTooLargeException":{
|
306
183
|
"type":"structure",
|
@@ -329,8 +206,8 @@
|
|
329
206
|
},
|
330
207
|
"ThingName":{
|
331
208
|
"type":"string",
|
332
|
-
"min":1,
|
333
209
|
"max":128,
|
210
|
+
"min":1,
|
334
211
|
"pattern":"[a-zA-Z0-9_-]+"
|
335
212
|
},
|
336
213
|
"ThrottlingException":{
|