@aws-sdk/client-iot 3.606.0 → 3.608.0
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.
- package/dist-cjs/index.js +10 -40
- package/dist-es/protocols/Aws_restJson1.js +10 -40
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1882,12 +1882,9 @@ var se_CancelJobExecutionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1882
1882
|
}, "se_CancelJobExecutionCommand");
|
|
1883
1883
|
var se_ClearDefaultAuthorizerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1884
1884
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1885
|
-
const headers = {
|
|
1886
|
-
"content-type": "application/json"
|
|
1887
|
-
};
|
|
1885
|
+
const headers = {};
|
|
1888
1886
|
b.bp("/default-authorizer");
|
|
1889
1887
|
let body;
|
|
1890
|
-
body = "";
|
|
1891
1888
|
b.m("DELETE").h(headers).b(body);
|
|
1892
1889
|
return b.build();
|
|
1893
1890
|
}, "se_ClearDefaultAuthorizerCommand");
|
|
@@ -2762,12 +2759,9 @@ var se_DeleteProvisioningTemplateVersionCommand = /* @__PURE__ */ __name(async (
|
|
|
2762
2759
|
}, "se_DeleteProvisioningTemplateVersionCommand");
|
|
2763
2760
|
var se_DeleteRegistrationCodeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2764
2761
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2765
|
-
const headers = {
|
|
2766
|
-
"content-type": "application/json"
|
|
2767
|
-
};
|
|
2762
|
+
const headers = {};
|
|
2768
2763
|
b.bp("/registrationcode");
|
|
2769
2764
|
let body;
|
|
2770
|
-
body = "";
|
|
2771
2765
|
b.m("DELETE").h(headers).b(body);
|
|
2772
2766
|
return b.build();
|
|
2773
2767
|
}, "se_DeleteRegistrationCodeCommand");
|
|
@@ -2891,12 +2885,9 @@ var se_DeprecateThingTypeCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2891
2885
|
}, "se_DeprecateThingTypeCommand");
|
|
2892
2886
|
var se_DescribeAccountAuditConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2893
2887
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2894
|
-
const headers = {
|
|
2895
|
-
"content-type": "application/json"
|
|
2896
|
-
};
|
|
2888
|
+
const headers = {};
|
|
2897
2889
|
b.bp("/audit/configuration");
|
|
2898
2890
|
let body;
|
|
2899
|
-
body = "";
|
|
2900
2891
|
b.m("GET").h(headers).b(body);
|
|
2901
2892
|
return b.build();
|
|
2902
2893
|
}, "se_DescribeAccountAuditConfigurationCommand");
|
|
@@ -2999,12 +2990,9 @@ var se_DescribeCustomMetricCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2999
2990
|
}, "se_DescribeCustomMetricCommand");
|
|
3000
2991
|
var se_DescribeDefaultAuthorizerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3001
2992
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3002
|
-
const headers = {
|
|
3003
|
-
"content-type": "application/json"
|
|
3004
|
-
};
|
|
2993
|
+
const headers = {};
|
|
3005
2994
|
b.bp("/default-authorizer");
|
|
3006
2995
|
let body;
|
|
3007
|
-
body = "";
|
|
3008
2996
|
b.m("GET").h(headers).b(body);
|
|
3009
2997
|
return b.build();
|
|
3010
2998
|
}, "se_DescribeDefaultAuthorizerCommand");
|
|
@@ -3048,12 +3036,9 @@ var se_DescribeEndpointCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
3048
3036
|
}, "se_DescribeEndpointCommand");
|
|
3049
3037
|
var se_DescribeEventConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3050
3038
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3051
|
-
const headers = {
|
|
3052
|
-
"content-type": "application/json"
|
|
3053
|
-
};
|
|
3039
|
+
const headers = {};
|
|
3054
3040
|
b.bp("/event-configurations");
|
|
3055
3041
|
let body;
|
|
3056
|
-
body = "";
|
|
3057
3042
|
b.m("GET").h(headers).b(body);
|
|
3058
3043
|
return b.build();
|
|
3059
3044
|
}, "se_DescribeEventConfigurationsCommand");
|
|
@@ -3357,12 +3342,9 @@ var se_GetEffectivePoliciesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
3357
3342
|
}, "se_GetEffectivePoliciesCommand");
|
|
3358
3343
|
var se_GetIndexingConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3359
3344
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3360
|
-
const headers = {
|
|
3361
|
-
"content-type": "application/json"
|
|
3362
|
-
};
|
|
3345
|
+
const headers = {};
|
|
3363
3346
|
b.bp("/indexing/config");
|
|
3364
3347
|
let body;
|
|
3365
|
-
body = "";
|
|
3366
3348
|
b.m("GET").h(headers).b(body);
|
|
3367
3349
|
return b.build();
|
|
3368
3350
|
}, "se_GetIndexingConfigurationCommand");
|
|
@@ -3377,12 +3359,9 @@ var se_GetJobDocumentCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3377
3359
|
}, "se_GetJobDocumentCommand");
|
|
3378
3360
|
var se_GetLoggingOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3379
3361
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3380
|
-
const headers = {
|
|
3381
|
-
"content-type": "application/json"
|
|
3382
|
-
};
|
|
3362
|
+
const headers = {};
|
|
3383
3363
|
b.bp("/loggingOptions");
|
|
3384
3364
|
let body;
|
|
3385
|
-
body = "";
|
|
3386
3365
|
b.m("GET").h(headers).b(body);
|
|
3387
3366
|
return b.build();
|
|
3388
3367
|
}, "se_GetLoggingOptionsCommand");
|
|
@@ -3406,12 +3385,9 @@ var se_GetPackageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3406
3385
|
}, "se_GetPackageCommand");
|
|
3407
3386
|
var se_GetPackageConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3408
3387
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3409
|
-
const headers = {
|
|
3410
|
-
"content-type": "application/json"
|
|
3411
|
-
};
|
|
3388
|
+
const headers = {};
|
|
3412
3389
|
b.bp("/package-configuration");
|
|
3413
3390
|
let body;
|
|
3414
|
-
body = "";
|
|
3415
3391
|
b.m("GET").h(headers).b(body);
|
|
3416
3392
|
return b.build();
|
|
3417
3393
|
}, "se_GetPackageConfigurationCommand");
|
|
@@ -3465,12 +3441,9 @@ var se_GetPolicyVersionCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
3465
3441
|
}, "se_GetPolicyVersionCommand");
|
|
3466
3442
|
var se_GetRegistrationCodeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3467
3443
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3468
|
-
const headers = {
|
|
3469
|
-
"content-type": "application/json"
|
|
3470
|
-
};
|
|
3444
|
+
const headers = {};
|
|
3471
3445
|
b.bp("/registrationcode");
|
|
3472
3446
|
let body;
|
|
3473
|
-
body = "";
|
|
3474
3447
|
b.m("GET").h(headers).b(body);
|
|
3475
3448
|
return b.build();
|
|
3476
3449
|
}, "se_GetRegistrationCodeCommand");
|
|
@@ -3512,12 +3485,9 @@ var se_GetTopicRuleDestinationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
3512
3485
|
}, "se_GetTopicRuleDestinationCommand");
|
|
3513
3486
|
var se_GetV2LoggingOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3514
3487
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3515
|
-
const headers = {
|
|
3516
|
-
"content-type": "application/json"
|
|
3517
|
-
};
|
|
3488
|
+
const headers = {};
|
|
3518
3489
|
b.bp("/v2LoggingOptions");
|
|
3519
3490
|
let body;
|
|
3520
|
-
body = "";
|
|
3521
3491
|
b.m("GET").h(headers).b(body);
|
|
3522
3492
|
return b.build();
|
|
3523
3493
|
}, "se_GetV2LoggingOptionsCommand");
|
|
@@ -192,12 +192,9 @@ export const se_CancelJobExecutionCommand = async (input, context) => {
|
|
|
192
192
|
};
|
|
193
193
|
export const se_ClearDefaultAuthorizerCommand = async (input, context) => {
|
|
194
194
|
const b = rb(input, context);
|
|
195
|
-
const headers = {
|
|
196
|
-
"content-type": "application/json",
|
|
197
|
-
};
|
|
195
|
+
const headers = {};
|
|
198
196
|
b.bp("/default-authorizer");
|
|
199
197
|
let body;
|
|
200
|
-
body = "";
|
|
201
198
|
b.m("DELETE").h(headers).b(body);
|
|
202
199
|
return b.build();
|
|
203
200
|
};
|
|
@@ -1014,12 +1011,9 @@ export const se_DeleteProvisioningTemplateVersionCommand = async (input, context
|
|
|
1014
1011
|
};
|
|
1015
1012
|
export const se_DeleteRegistrationCodeCommand = async (input, context) => {
|
|
1016
1013
|
const b = rb(input, context);
|
|
1017
|
-
const headers = {
|
|
1018
|
-
"content-type": "application/json",
|
|
1019
|
-
};
|
|
1014
|
+
const headers = {};
|
|
1020
1015
|
b.bp("/registrationcode");
|
|
1021
1016
|
let body;
|
|
1022
|
-
body = "";
|
|
1023
1017
|
b.m("DELETE").h(headers).b(body);
|
|
1024
1018
|
return b.build();
|
|
1025
1019
|
};
|
|
@@ -1141,12 +1135,9 @@ export const se_DeprecateThingTypeCommand = async (input, context) => {
|
|
|
1141
1135
|
};
|
|
1142
1136
|
export const se_DescribeAccountAuditConfigurationCommand = async (input, context) => {
|
|
1143
1137
|
const b = rb(input, context);
|
|
1144
|
-
const headers = {
|
|
1145
|
-
"content-type": "application/json",
|
|
1146
|
-
};
|
|
1138
|
+
const headers = {};
|
|
1147
1139
|
b.bp("/audit/configuration");
|
|
1148
1140
|
let body;
|
|
1149
|
-
body = "";
|
|
1150
1141
|
b.m("GET").h(headers).b(body);
|
|
1151
1142
|
return b.build();
|
|
1152
1143
|
};
|
|
@@ -1247,12 +1238,9 @@ export const se_DescribeCustomMetricCommand = async (input, context) => {
|
|
|
1247
1238
|
};
|
|
1248
1239
|
export const se_DescribeDefaultAuthorizerCommand = async (input, context) => {
|
|
1249
1240
|
const b = rb(input, context);
|
|
1250
|
-
const headers = {
|
|
1251
|
-
"content-type": "application/json",
|
|
1252
|
-
};
|
|
1241
|
+
const headers = {};
|
|
1253
1242
|
b.bp("/default-authorizer");
|
|
1254
1243
|
let body;
|
|
1255
|
-
body = "";
|
|
1256
1244
|
b.m("GET").h(headers).b(body);
|
|
1257
1245
|
return b.build();
|
|
1258
1246
|
};
|
|
@@ -1296,12 +1284,9 @@ export const se_DescribeEndpointCommand = async (input, context) => {
|
|
|
1296
1284
|
};
|
|
1297
1285
|
export const se_DescribeEventConfigurationsCommand = async (input, context) => {
|
|
1298
1286
|
const b = rb(input, context);
|
|
1299
|
-
const headers = {
|
|
1300
|
-
"content-type": "application/json",
|
|
1301
|
-
};
|
|
1287
|
+
const headers = {};
|
|
1302
1288
|
b.bp("/event-configurations");
|
|
1303
1289
|
let body;
|
|
1304
|
-
body = "";
|
|
1305
1290
|
b.m("GET").h(headers).b(body);
|
|
1306
1291
|
return b.build();
|
|
1307
1292
|
};
|
|
@@ -1597,12 +1582,9 @@ export const se_GetEffectivePoliciesCommand = async (input, context) => {
|
|
|
1597
1582
|
};
|
|
1598
1583
|
export const se_GetIndexingConfigurationCommand = async (input, context) => {
|
|
1599
1584
|
const b = rb(input, context);
|
|
1600
|
-
const headers = {
|
|
1601
|
-
"content-type": "application/json",
|
|
1602
|
-
};
|
|
1585
|
+
const headers = {};
|
|
1603
1586
|
b.bp("/indexing/config");
|
|
1604
1587
|
let body;
|
|
1605
|
-
body = "";
|
|
1606
1588
|
b.m("GET").h(headers).b(body);
|
|
1607
1589
|
return b.build();
|
|
1608
1590
|
};
|
|
@@ -1617,12 +1599,9 @@ export const se_GetJobDocumentCommand = async (input, context) => {
|
|
|
1617
1599
|
};
|
|
1618
1600
|
export const se_GetLoggingOptionsCommand = async (input, context) => {
|
|
1619
1601
|
const b = rb(input, context);
|
|
1620
|
-
const headers = {
|
|
1621
|
-
"content-type": "application/json",
|
|
1622
|
-
};
|
|
1602
|
+
const headers = {};
|
|
1623
1603
|
b.bp("/loggingOptions");
|
|
1624
1604
|
let body;
|
|
1625
|
-
body = "";
|
|
1626
1605
|
b.m("GET").h(headers).b(body);
|
|
1627
1606
|
return b.build();
|
|
1628
1607
|
};
|
|
@@ -1646,12 +1625,9 @@ export const se_GetPackageCommand = async (input, context) => {
|
|
|
1646
1625
|
};
|
|
1647
1626
|
export const se_GetPackageConfigurationCommand = async (input, context) => {
|
|
1648
1627
|
const b = rb(input, context);
|
|
1649
|
-
const headers = {
|
|
1650
|
-
"content-type": "application/json",
|
|
1651
|
-
};
|
|
1628
|
+
const headers = {};
|
|
1652
1629
|
b.bp("/package-configuration");
|
|
1653
1630
|
let body;
|
|
1654
|
-
body = "";
|
|
1655
1631
|
b.m("GET").h(headers).b(body);
|
|
1656
1632
|
return b.build();
|
|
1657
1633
|
};
|
|
@@ -1703,12 +1679,9 @@ export const se_GetPolicyVersionCommand = async (input, context) => {
|
|
|
1703
1679
|
};
|
|
1704
1680
|
export const se_GetRegistrationCodeCommand = async (input, context) => {
|
|
1705
1681
|
const b = rb(input, context);
|
|
1706
|
-
const headers = {
|
|
1707
|
-
"content-type": "application/json",
|
|
1708
|
-
};
|
|
1682
|
+
const headers = {};
|
|
1709
1683
|
b.bp("/registrationcode");
|
|
1710
1684
|
let body;
|
|
1711
|
-
body = "";
|
|
1712
1685
|
b.m("GET").h(headers).b(body);
|
|
1713
1686
|
return b.build();
|
|
1714
1687
|
};
|
|
@@ -1748,12 +1721,9 @@ export const se_GetTopicRuleDestinationCommand = async (input, context) => {
|
|
|
1748
1721
|
};
|
|
1749
1722
|
export const se_GetV2LoggingOptionsCommand = async (input, context) => {
|
|
1750
1723
|
const b = rb(input, context);
|
|
1751
|
-
const headers = {
|
|
1752
|
-
"content-type": "application/json",
|
|
1753
|
-
};
|
|
1724
|
+
const headers = {};
|
|
1754
1725
|
b.bp("/v2LoggingOptions");
|
|
1755
1726
|
let body;
|
|
1756
|
-
body = "";
|
|
1757
1727
|
b.m("GET").h(headers).b(body);
|
|
1758
1728
|
return b.build();
|
|
1759
1729
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.608.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot",
|