@aws-sdk/client-iot 3.857.0 → 3.859.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/README.md +16 -0
- package/dist-cjs/index.js +101 -0
- package/dist-es/IoT.js +4 -0
- package/dist-es/commands/DescribeEncryptionConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateEncryptionConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_1.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +51 -0
- package/dist-types/IoT.d.ts +15 -0
- package/dist-types/IoTClient.d.ts +4 -2
- package/dist-types/commands/CreateTopicRuleCommand.d.ts +3 -0
- package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEncryptionConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/ListCommandExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomMetricsCommand.d.ts +1 -2
- package/dist-types/commands/ListTopicRulesCommand.d.ts +3 -0
- package/dist-types/commands/TransferCertificateCommand.d.ts +18 -2
- package/dist-types/commands/UpdateEncryptionConfigurationCommand.d.ts +106 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +87 -131
- package/dist-types/models/models_2.d.ts +159 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/IoT.d.ts +35 -0
- package/dist-types/ts3.4/IoTClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeEncryptionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCommandExecutionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateEncryptionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +25 -28
- package/dist-types/ts3.4/models/models_2.d.ts +38 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1026,6 +1026,14 @@ DescribeDomainConfiguration
|
|
|
1026
1026
|
|
|
1027
1027
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iot/command/DescribeDomainConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iot/Interface/DescribeDomainConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iot/Interface/DescribeDomainConfigurationCommandOutput/)
|
|
1028
1028
|
|
|
1029
|
+
</details>
|
|
1030
|
+
<details>
|
|
1031
|
+
<summary>
|
|
1032
|
+
DescribeEncryptionConfiguration
|
|
1033
|
+
</summary>
|
|
1034
|
+
|
|
1035
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iot/command/DescribeEncryptionConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iot/Interface/DescribeEncryptionConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iot/Interface/DescribeEncryptionConfigurationCommandOutput/)
|
|
1036
|
+
|
|
1029
1037
|
</details>
|
|
1030
1038
|
<details>
|
|
1031
1039
|
<summary>
|
|
@@ -2226,6 +2234,14 @@ UpdateDynamicThingGroup
|
|
|
2226
2234
|
|
|
2227
2235
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iot/command/UpdateDynamicThingGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iot/Interface/UpdateDynamicThingGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iot/Interface/UpdateDynamicThingGroupCommandOutput/)
|
|
2228
2236
|
|
|
2237
|
+
</details>
|
|
2238
|
+
<details>
|
|
2239
|
+
<summary>
|
|
2240
|
+
UpdateEncryptionConfiguration
|
|
2241
|
+
</summary>
|
|
2242
|
+
|
|
2243
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iot/command/UpdateEncryptionConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iot/Interface/UpdateEncryptionConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iot/Interface/UpdateEncryptionConfigurationCommandOutput/)
|
|
2244
|
+
|
|
2229
2245
|
</details>
|
|
2230
2246
|
<details>
|
|
2231
2247
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -72,6 +72,7 @@ __export(index_exports, {
|
|
|
72
72
|
ComparisonOperator: () => ComparisonOperator,
|
|
73
73
|
ConfidenceLevel: () => ConfidenceLevel,
|
|
74
74
|
ConfigName: () => ConfigName,
|
|
75
|
+
ConfigurationStatus: () => ConfigurationStatus,
|
|
75
76
|
ConfirmTopicRuleDestinationCommand: () => ConfirmTopicRuleDestinationCommand,
|
|
76
77
|
ConflictException: () => ConflictException,
|
|
77
78
|
ConflictingResourceUpdateException: () => ConflictingResourceUpdateException,
|
|
@@ -168,6 +169,7 @@ __export(index_exports, {
|
|
|
168
169
|
DescribeDetectMitigationActionsTaskCommand: () => DescribeDetectMitigationActionsTaskCommand,
|
|
169
170
|
DescribeDimensionCommand: () => DescribeDimensionCommand,
|
|
170
171
|
DescribeDomainConfigurationCommand: () => DescribeDomainConfigurationCommand,
|
|
172
|
+
DescribeEncryptionConfigurationCommand: () => DescribeEncryptionConfigurationCommand,
|
|
171
173
|
DescribeEndpointCommand: () => DescribeEndpointCommand,
|
|
172
174
|
DescribeEventConfigurationsCommand: () => DescribeEventConfigurationsCommand,
|
|
173
175
|
DescribeFleetMetricCommand: () => DescribeFleetMetricCommand,
|
|
@@ -205,6 +207,7 @@ __export(index_exports, {
|
|
|
205
207
|
DynamicGroupStatus: () => DynamicGroupStatus,
|
|
206
208
|
DynamoKeyType: () => DynamoKeyType,
|
|
207
209
|
EnableTopicRuleCommand: () => EnableTopicRuleCommand,
|
|
210
|
+
EncryptionType: () => EncryptionType,
|
|
208
211
|
EventType: () => EventType,
|
|
209
212
|
FieldType: () => FieldType,
|
|
210
213
|
FleetMetricUnit: () => FleetMetricUnit,
|
|
@@ -398,6 +401,7 @@ __export(index_exports, {
|
|
|
398
401
|
UpdateDimensionCommand: () => UpdateDimensionCommand,
|
|
399
402
|
UpdateDomainConfigurationCommand: () => UpdateDomainConfigurationCommand,
|
|
400
403
|
UpdateDynamicThingGroupCommand: () => UpdateDynamicThingGroupCommand,
|
|
404
|
+
UpdateEncryptionConfigurationCommand: () => UpdateEncryptionConfigurationCommand,
|
|
401
405
|
UpdateEventConfigurationsCommand: () => UpdateEventConfigurationsCommand,
|
|
402
406
|
UpdateFleetMetricCommand: () => UpdateFleetMetricCommand,
|
|
403
407
|
UpdateIndexingConfigurationCommand: () => UpdateIndexingConfigurationCommand,
|
|
@@ -1528,6 +1532,14 @@ var ServerCertificateStatus = {
|
|
|
1528
1532
|
INVALID: "INVALID",
|
|
1529
1533
|
VALID: "VALID"
|
|
1530
1534
|
};
|
|
1535
|
+
var ConfigurationStatus = {
|
|
1536
|
+
HEALTHY: "HEALTHY",
|
|
1537
|
+
UNHEALTHY: "UNHEALTHY"
|
|
1538
|
+
};
|
|
1539
|
+
var EncryptionType = {
|
|
1540
|
+
AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY",
|
|
1541
|
+
CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY"
|
|
1542
|
+
};
|
|
1531
1543
|
var EventType = {
|
|
1532
1544
|
CA_CERTIFICATE: "CA_CERTIFICATE",
|
|
1533
1545
|
CERTIFICATE: "CERTIFICATE",
|
|
@@ -3247,6 +3259,14 @@ var se_DescribeDomainConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
3247
3259
|
b.m("GET").h(headers).b(body);
|
|
3248
3260
|
return b.build();
|
|
3249
3261
|
}, "se_DescribeDomainConfigurationCommand");
|
|
3262
|
+
var se_DescribeEncryptionConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3263
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3264
|
+
const headers = {};
|
|
3265
|
+
b.bp("/encryption-configuration");
|
|
3266
|
+
let body;
|
|
3267
|
+
b.m("GET").h(headers).b(body);
|
|
3268
|
+
return b.build();
|
|
3269
|
+
}, "se_DescribeEncryptionConfigurationCommand");
|
|
3250
3270
|
var se_DescribeEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3251
3271
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3252
3272
|
const headers = {};
|
|
@@ -5332,6 +5352,23 @@ var se_UpdateDynamicThingGroupCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
5332
5352
|
b.m("PATCH").h(headers).b(body);
|
|
5333
5353
|
return b.build();
|
|
5334
5354
|
}, "se_UpdateDynamicThingGroupCommand");
|
|
5355
|
+
var se_UpdateEncryptionConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5356
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5357
|
+
const headers = {
|
|
5358
|
+
"content-type": "application/json"
|
|
5359
|
+
};
|
|
5360
|
+
b.bp("/encryption-configuration");
|
|
5361
|
+
let body;
|
|
5362
|
+
body = JSON.stringify(
|
|
5363
|
+
(0, import_smithy_client.take)(input, {
|
|
5364
|
+
encryptionType: [],
|
|
5365
|
+
kmsAccessRoleArn: [],
|
|
5366
|
+
kmsKeyArn: []
|
|
5367
|
+
})
|
|
5368
|
+
);
|
|
5369
|
+
b.m("PATCH").h(headers).b(body);
|
|
5370
|
+
return b.build();
|
|
5371
|
+
}, "se_UpdateEncryptionConfigurationCommand");
|
|
5335
5372
|
var se_UpdateEventConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5336
5373
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5337
5374
|
const headers = {
|
|
@@ -7018,6 +7055,24 @@ var de_DescribeDomainConfigurationCommand = /* @__PURE__ */ __name(async (output
|
|
|
7018
7055
|
Object.assign(contents, doc);
|
|
7019
7056
|
return contents;
|
|
7020
7057
|
}, "de_DescribeDomainConfigurationCommand");
|
|
7058
|
+
var de_DescribeEncryptionConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7059
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7060
|
+
return de_CommandError(output, context);
|
|
7061
|
+
}
|
|
7062
|
+
const contents = (0, import_smithy_client.map)({
|
|
7063
|
+
$metadata: deserializeMetadata(output)
|
|
7064
|
+
});
|
|
7065
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7066
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7067
|
+
configurationDetails: import_smithy_client._json,
|
|
7068
|
+
encryptionType: import_smithy_client.expectString,
|
|
7069
|
+
kmsAccessRoleArn: import_smithy_client.expectString,
|
|
7070
|
+
kmsKeyArn: import_smithy_client.expectString,
|
|
7071
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate")
|
|
7072
|
+
});
|
|
7073
|
+
Object.assign(contents, doc);
|
|
7074
|
+
return contents;
|
|
7075
|
+
}, "de_DescribeEncryptionConfigurationCommand");
|
|
7021
7076
|
var de_DescribeEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7022
7077
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7023
7078
|
return de_CommandError(output, context);
|
|
@@ -9283,6 +9338,16 @@ var de_UpdateDynamicThingGroupCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
9283
9338
|
Object.assign(contents, doc);
|
|
9284
9339
|
return contents;
|
|
9285
9340
|
}, "de_UpdateDynamicThingGroupCommand");
|
|
9341
|
+
var de_UpdateEncryptionConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9342
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9343
|
+
return de_CommandError(output, context);
|
|
9344
|
+
}
|
|
9345
|
+
const contents = (0, import_smithy_client.map)({
|
|
9346
|
+
$metadata: deserializeMetadata(output)
|
|
9347
|
+
});
|
|
9348
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
9349
|
+
return contents;
|
|
9350
|
+
}, "de_UpdateEncryptionConfigurationCommand");
|
|
9286
9351
|
var de_UpdateEventConfigurationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9287
9352
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9288
9353
|
return de_CommandError(output, context);
|
|
@@ -12716,6 +12781,21 @@ var DescribeDomainConfigurationCommand = class extends import_smithy_client.Comm
|
|
|
12716
12781
|
}
|
|
12717
12782
|
};
|
|
12718
12783
|
|
|
12784
|
+
// src/commands/DescribeEncryptionConfigurationCommand.ts
|
|
12785
|
+
|
|
12786
|
+
|
|
12787
|
+
|
|
12788
|
+
var DescribeEncryptionConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12789
|
+
return [
|
|
12790
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12791
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12792
|
+
];
|
|
12793
|
+
}).s("AWSIotService", "DescribeEncryptionConfiguration", {}).n("IoTClient", "DescribeEncryptionConfigurationCommand").f(void 0, void 0).ser(se_DescribeEncryptionConfigurationCommand).de(de_DescribeEncryptionConfigurationCommand).build() {
|
|
12794
|
+
static {
|
|
12795
|
+
__name(this, "DescribeEncryptionConfigurationCommand");
|
|
12796
|
+
}
|
|
12797
|
+
};
|
|
12798
|
+
|
|
12719
12799
|
// src/commands/DescribeEndpointCommand.ts
|
|
12720
12800
|
|
|
12721
12801
|
|
|
@@ -14966,6 +15046,21 @@ var UpdateDynamicThingGroupCommand = class extends import_smithy_client.Command.
|
|
|
14966
15046
|
}
|
|
14967
15047
|
};
|
|
14968
15048
|
|
|
15049
|
+
// src/commands/UpdateEncryptionConfigurationCommand.ts
|
|
15050
|
+
|
|
15051
|
+
|
|
15052
|
+
|
|
15053
|
+
var UpdateEncryptionConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15054
|
+
return [
|
|
15055
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15056
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15057
|
+
];
|
|
15058
|
+
}).s("AWSIotService", "UpdateEncryptionConfiguration", {}).n("IoTClient", "UpdateEncryptionConfigurationCommand").f(void 0, void 0).ser(se_UpdateEncryptionConfigurationCommand).de(de_UpdateEncryptionConfigurationCommand).build() {
|
|
15059
|
+
static {
|
|
15060
|
+
__name(this, "UpdateEncryptionConfigurationCommand");
|
|
15061
|
+
}
|
|
15062
|
+
};
|
|
15063
|
+
|
|
14969
15064
|
// src/commands/UpdateEventConfigurationsCommand.ts
|
|
14970
15065
|
|
|
14971
15066
|
|
|
@@ -15354,6 +15449,7 @@ var commands = {
|
|
|
15354
15449
|
DescribeDetectMitigationActionsTaskCommand,
|
|
15355
15450
|
DescribeDimensionCommand,
|
|
15356
15451
|
DescribeDomainConfigurationCommand,
|
|
15452
|
+
DescribeEncryptionConfigurationCommand,
|
|
15357
15453
|
DescribeEndpointCommand,
|
|
15358
15454
|
DescribeEventConfigurationsCommand,
|
|
15359
15455
|
DescribeFleetMetricCommand,
|
|
@@ -15504,6 +15600,7 @@ var commands = {
|
|
|
15504
15600
|
UpdateDimensionCommand,
|
|
15505
15601
|
UpdateDomainConfigurationCommand,
|
|
15506
15602
|
UpdateDynamicThingGroupCommand,
|
|
15603
|
+
UpdateEncryptionConfigurationCommand,
|
|
15507
15604
|
UpdateEventConfigurationsCommand,
|
|
15508
15605
|
UpdateFleetMetricCommand,
|
|
15509
15606
|
UpdateIndexingConfigurationCommand,
|
|
@@ -15895,6 +15992,7 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
15895
15992
|
DescribeDetectMitigationActionsTaskCommand,
|
|
15896
15993
|
DescribeDimensionCommand,
|
|
15897
15994
|
DescribeDomainConfigurationCommand,
|
|
15995
|
+
DescribeEncryptionConfigurationCommand,
|
|
15898
15996
|
DescribeEndpointCommand,
|
|
15899
15997
|
DescribeEventConfigurationsCommand,
|
|
15900
15998
|
DescribeFleetMetricCommand,
|
|
@@ -16045,6 +16143,7 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
16045
16143
|
UpdateDimensionCommand,
|
|
16046
16144
|
UpdateDomainConfigurationCommand,
|
|
16047
16145
|
UpdateDynamicThingGroupCommand,
|
|
16146
|
+
UpdateEncryptionConfigurationCommand,
|
|
16048
16147
|
UpdateEventConfigurationsCommand,
|
|
16049
16148
|
UpdateFleetMetricCommand,
|
|
16050
16149
|
UpdateIndexingConfigurationCommand,
|
|
@@ -16220,6 +16319,8 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
16220
16319
|
DomainConfigurationStatus,
|
|
16221
16320
|
DomainType,
|
|
16222
16321
|
ServerCertificateStatus,
|
|
16322
|
+
ConfigurationStatus,
|
|
16323
|
+
EncryptionType,
|
|
16223
16324
|
EventType,
|
|
16224
16325
|
IndexStatus,
|
|
16225
16326
|
JobStatus,
|
package/dist-es/IoT.js
CHANGED
|
@@ -100,6 +100,7 @@ import { DescribeDefaultAuthorizerCommand, } from "./commands/DescribeDefaultAut
|
|
|
100
100
|
import { DescribeDetectMitigationActionsTaskCommand, } from "./commands/DescribeDetectMitigationActionsTaskCommand";
|
|
101
101
|
import { DescribeDimensionCommand, } from "./commands/DescribeDimensionCommand";
|
|
102
102
|
import { DescribeDomainConfigurationCommand, } from "./commands/DescribeDomainConfigurationCommand";
|
|
103
|
+
import { DescribeEncryptionConfigurationCommand, } from "./commands/DescribeEncryptionConfigurationCommand";
|
|
103
104
|
import { DescribeEndpointCommand, } from "./commands/DescribeEndpointCommand";
|
|
104
105
|
import { DescribeEventConfigurationsCommand, } from "./commands/DescribeEventConfigurationsCommand";
|
|
105
106
|
import { DescribeFleetMetricCommand, } from "./commands/DescribeFleetMetricCommand";
|
|
@@ -250,6 +251,7 @@ import { UpdateCustomMetricCommand, } from "./commands/UpdateCustomMetricCommand
|
|
|
250
251
|
import { UpdateDimensionCommand, } from "./commands/UpdateDimensionCommand";
|
|
251
252
|
import { UpdateDomainConfigurationCommand, } from "./commands/UpdateDomainConfigurationCommand";
|
|
252
253
|
import { UpdateDynamicThingGroupCommand, } from "./commands/UpdateDynamicThingGroupCommand";
|
|
254
|
+
import { UpdateEncryptionConfigurationCommand, } from "./commands/UpdateEncryptionConfigurationCommand";
|
|
253
255
|
import { UpdateEventConfigurationsCommand, } from "./commands/UpdateEventConfigurationsCommand";
|
|
254
256
|
import { UpdateFleetMetricCommand, } from "./commands/UpdateFleetMetricCommand";
|
|
255
257
|
import { UpdateIndexingConfigurationCommand, } from "./commands/UpdateIndexingConfigurationCommand";
|
|
@@ -372,6 +374,7 @@ const commands = {
|
|
|
372
374
|
DescribeDetectMitigationActionsTaskCommand,
|
|
373
375
|
DescribeDimensionCommand,
|
|
374
376
|
DescribeDomainConfigurationCommand,
|
|
377
|
+
DescribeEncryptionConfigurationCommand,
|
|
375
378
|
DescribeEndpointCommand,
|
|
376
379
|
DescribeEventConfigurationsCommand,
|
|
377
380
|
DescribeFleetMetricCommand,
|
|
@@ -522,6 +525,7 @@ const commands = {
|
|
|
522
525
|
UpdateDimensionCommand,
|
|
523
526
|
UpdateDomainConfigurationCommand,
|
|
524
527
|
UpdateDynamicThingGroupCommand,
|
|
528
|
+
UpdateEncryptionConfigurationCommand,
|
|
525
529
|
UpdateEventConfigurationsCommand,
|
|
526
530
|
UpdateFleetMetricCommand,
|
|
527
531
|
UpdateIndexingConfigurationCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeEncryptionConfigurationCommand, se_DescribeEncryptionConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeEncryptionConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIotService", "DescribeEncryptionConfiguration", {})
|
|
17
|
+
.n("IoTClient", "DescribeEncryptionConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeEncryptionConfigurationCommand)
|
|
20
|
+
.de(de_DescribeEncryptionConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateEncryptionConfigurationCommand, se_UpdateEncryptionConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateEncryptionConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIotService", "UpdateEncryptionConfiguration", {})
|
|
17
|
+
.n("IoTClient", "UpdateEncryptionConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateEncryptionConfigurationCommand)
|
|
20
|
+
.de(de_UpdateEncryptionConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -99,6 +99,7 @@ export * from "./DescribeDefaultAuthorizerCommand";
|
|
|
99
99
|
export * from "./DescribeDetectMitigationActionsTaskCommand";
|
|
100
100
|
export * from "./DescribeDimensionCommand";
|
|
101
101
|
export * from "./DescribeDomainConfigurationCommand";
|
|
102
|
+
export * from "./DescribeEncryptionConfigurationCommand";
|
|
102
103
|
export * from "./DescribeEndpointCommand";
|
|
103
104
|
export * from "./DescribeEventConfigurationsCommand";
|
|
104
105
|
export * from "./DescribeFleetMetricCommand";
|
|
@@ -249,6 +250,7 @@ export * from "./UpdateCustomMetricCommand";
|
|
|
249
250
|
export * from "./UpdateDimensionCommand";
|
|
250
251
|
export * from "./UpdateDomainConfigurationCommand";
|
|
251
252
|
export * from "./UpdateDynamicThingGroupCommand";
|
|
253
|
+
export * from "./UpdateEncryptionConfigurationCommand";
|
|
252
254
|
export * from "./UpdateEventConfigurationsCommand";
|
|
253
255
|
export * from "./UpdateFleetMetricCommand";
|
|
254
256
|
export * from "./UpdateIndexingConfigurationCommand";
|
|
@@ -66,6 +66,14 @@ export const ServerCertificateStatus = {
|
|
|
66
66
|
INVALID: "INVALID",
|
|
67
67
|
VALID: "VALID",
|
|
68
68
|
};
|
|
69
|
+
export const ConfigurationStatus = {
|
|
70
|
+
HEALTHY: "HEALTHY",
|
|
71
|
+
UNHEALTHY: "UNHEALTHY",
|
|
72
|
+
};
|
|
73
|
+
export const EncryptionType = {
|
|
74
|
+
AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY",
|
|
75
|
+
CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY",
|
|
76
|
+
};
|
|
69
77
|
export const EventType = {
|
|
70
78
|
CA_CERTIFICATE: "CA_CERTIFICATE",
|
|
71
79
|
CERTIFICATE: "CERTIFICATE",
|
|
@@ -1338,6 +1338,14 @@ export const se_DescribeDomainConfigurationCommand = async (input, context) => {
|
|
|
1338
1338
|
b.m("GET").h(headers).b(body);
|
|
1339
1339
|
return b.build();
|
|
1340
1340
|
};
|
|
1341
|
+
export const se_DescribeEncryptionConfigurationCommand = async (input, context) => {
|
|
1342
|
+
const b = rb(input, context);
|
|
1343
|
+
const headers = {};
|
|
1344
|
+
b.bp("/encryption-configuration");
|
|
1345
|
+
let body;
|
|
1346
|
+
b.m("GET").h(headers).b(body);
|
|
1347
|
+
return b.build();
|
|
1348
|
+
};
|
|
1341
1349
|
export const se_DescribeEndpointCommand = async (input, context) => {
|
|
1342
1350
|
const b = rb(input, context);
|
|
1343
1351
|
const headers = {};
|
|
@@ -3341,6 +3349,21 @@ export const se_UpdateDynamicThingGroupCommand = async (input, context) => {
|
|
|
3341
3349
|
b.m("PATCH").h(headers).b(body);
|
|
3342
3350
|
return b.build();
|
|
3343
3351
|
};
|
|
3352
|
+
export const se_UpdateEncryptionConfigurationCommand = async (input, context) => {
|
|
3353
|
+
const b = rb(input, context);
|
|
3354
|
+
const headers = {
|
|
3355
|
+
"content-type": "application/json",
|
|
3356
|
+
};
|
|
3357
|
+
b.bp("/encryption-configuration");
|
|
3358
|
+
let body;
|
|
3359
|
+
body = JSON.stringify(take(input, {
|
|
3360
|
+
encryptionType: [],
|
|
3361
|
+
kmsAccessRoleArn: [],
|
|
3362
|
+
kmsKeyArn: [],
|
|
3363
|
+
}));
|
|
3364
|
+
b.m("PATCH").h(headers).b(body);
|
|
3365
|
+
return b.build();
|
|
3366
|
+
};
|
|
3344
3367
|
export const se_UpdateEventConfigurationsCommand = async (input, context) => {
|
|
3345
3368
|
const b = rb(input, context);
|
|
3346
3369
|
const headers = {
|
|
@@ -4989,6 +5012,24 @@ export const de_DescribeDomainConfigurationCommand = async (output, context) =>
|
|
|
4989
5012
|
Object.assign(contents, doc);
|
|
4990
5013
|
return contents;
|
|
4991
5014
|
};
|
|
5015
|
+
export const de_DescribeEncryptionConfigurationCommand = async (output, context) => {
|
|
5016
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5017
|
+
return de_CommandError(output, context);
|
|
5018
|
+
}
|
|
5019
|
+
const contents = map({
|
|
5020
|
+
$metadata: deserializeMetadata(output),
|
|
5021
|
+
});
|
|
5022
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5023
|
+
const doc = take(data, {
|
|
5024
|
+
configurationDetails: _json,
|
|
5025
|
+
encryptionType: __expectString,
|
|
5026
|
+
kmsAccessRoleArn: __expectString,
|
|
5027
|
+
kmsKeyArn: __expectString,
|
|
5028
|
+
lastModifiedDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
5029
|
+
});
|
|
5030
|
+
Object.assign(contents, doc);
|
|
5031
|
+
return contents;
|
|
5032
|
+
};
|
|
4992
5033
|
export const de_DescribeEndpointCommand = async (output, context) => {
|
|
4993
5034
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4994
5035
|
return de_CommandError(output, context);
|
|
@@ -7254,6 +7295,16 @@ export const de_UpdateDynamicThingGroupCommand = async (output, context) => {
|
|
|
7254
7295
|
Object.assign(contents, doc);
|
|
7255
7296
|
return contents;
|
|
7256
7297
|
};
|
|
7298
|
+
export const de_UpdateEncryptionConfigurationCommand = async (output, context) => {
|
|
7299
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7300
|
+
return de_CommandError(output, context);
|
|
7301
|
+
}
|
|
7302
|
+
const contents = map({
|
|
7303
|
+
$metadata: deserializeMetadata(output),
|
|
7304
|
+
});
|
|
7305
|
+
await collectBody(output.body, context);
|
|
7306
|
+
return contents;
|
|
7307
|
+
};
|
|
7257
7308
|
export const de_UpdateEventConfigurationsCommand = async (output, context) => {
|
|
7258
7309
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7259
7310
|
return de_CommandError(output, context);
|
package/dist-types/IoT.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ import { DescribeDefaultAuthorizerCommandInput, DescribeDefaultAuthorizerCommand
|
|
|
100
100
|
import { DescribeDetectMitigationActionsTaskCommandInput, DescribeDetectMitigationActionsTaskCommandOutput } from "./commands/DescribeDetectMitigationActionsTaskCommand";
|
|
101
101
|
import { DescribeDimensionCommandInput, DescribeDimensionCommandOutput } from "./commands/DescribeDimensionCommand";
|
|
102
102
|
import { DescribeDomainConfigurationCommandInput, DescribeDomainConfigurationCommandOutput } from "./commands/DescribeDomainConfigurationCommand";
|
|
103
|
+
import { DescribeEncryptionConfigurationCommandInput, DescribeEncryptionConfigurationCommandOutput } from "./commands/DescribeEncryptionConfigurationCommand";
|
|
103
104
|
import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
|
|
104
105
|
import { DescribeEventConfigurationsCommandInput, DescribeEventConfigurationsCommandOutput } from "./commands/DescribeEventConfigurationsCommand";
|
|
105
106
|
import { DescribeFleetMetricCommandInput, DescribeFleetMetricCommandOutput } from "./commands/DescribeFleetMetricCommand";
|
|
@@ -250,6 +251,7 @@ import { UpdateCustomMetricCommandInput, UpdateCustomMetricCommandOutput } from
|
|
|
250
251
|
import { UpdateDimensionCommandInput, UpdateDimensionCommandOutput } from "./commands/UpdateDimensionCommand";
|
|
251
252
|
import { UpdateDomainConfigurationCommandInput, UpdateDomainConfigurationCommandOutput } from "./commands/UpdateDomainConfigurationCommand";
|
|
252
253
|
import { UpdateDynamicThingGroupCommandInput, UpdateDynamicThingGroupCommandOutput } from "./commands/UpdateDynamicThingGroupCommand";
|
|
254
|
+
import { UpdateEncryptionConfigurationCommandInput, UpdateEncryptionConfigurationCommandOutput } from "./commands/UpdateEncryptionConfigurationCommand";
|
|
253
255
|
import { UpdateEventConfigurationsCommandInput, UpdateEventConfigurationsCommandOutput } from "./commands/UpdateEventConfigurationsCommand";
|
|
254
256
|
import { UpdateFleetMetricCommandInput, UpdateFleetMetricCommandOutput } from "./commands/UpdateFleetMetricCommand";
|
|
255
257
|
import { UpdateIndexingConfigurationCommandInput, UpdateIndexingConfigurationCommandOutput } from "./commands/UpdateIndexingConfigurationCommand";
|
|
@@ -885,6 +887,13 @@ export interface IoT {
|
|
|
885
887
|
describeDomainConfiguration(args: DescribeDomainConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainConfigurationCommandOutput>;
|
|
886
888
|
describeDomainConfiguration(args: DescribeDomainConfigurationCommandInput, cb: (err: any, data?: DescribeDomainConfigurationCommandOutput) => void): void;
|
|
887
889
|
describeDomainConfiguration(args: DescribeDomainConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainConfigurationCommandOutput) => void): void;
|
|
890
|
+
/**
|
|
891
|
+
* @see {@link DescribeEncryptionConfigurationCommand}
|
|
892
|
+
*/
|
|
893
|
+
describeEncryptionConfiguration(): Promise<DescribeEncryptionConfigurationCommandOutput>;
|
|
894
|
+
describeEncryptionConfiguration(args: DescribeEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEncryptionConfigurationCommandOutput>;
|
|
895
|
+
describeEncryptionConfiguration(args: DescribeEncryptionConfigurationCommandInput, cb: (err: any, data?: DescribeEncryptionConfigurationCommandOutput) => void): void;
|
|
896
|
+
describeEncryptionConfiguration(args: DescribeEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEncryptionConfigurationCommandOutput) => void): void;
|
|
888
897
|
/**
|
|
889
898
|
* @see {@link DescribeEndpointCommand}
|
|
890
899
|
*/
|
|
@@ -1834,6 +1843,12 @@ export interface IoT {
|
|
|
1834
1843
|
updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDynamicThingGroupCommandOutput>;
|
|
1835
1844
|
updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, cb: (err: any, data?: UpdateDynamicThingGroupCommandOutput) => void): void;
|
|
1836
1845
|
updateDynamicThingGroup(args: UpdateDynamicThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDynamicThingGroupCommandOutput) => void): void;
|
|
1846
|
+
/**
|
|
1847
|
+
* @see {@link UpdateEncryptionConfigurationCommand}
|
|
1848
|
+
*/
|
|
1849
|
+
updateEncryptionConfiguration(args: UpdateEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEncryptionConfigurationCommandOutput>;
|
|
1850
|
+
updateEncryptionConfiguration(args: UpdateEncryptionConfigurationCommandInput, cb: (err: any, data?: UpdateEncryptionConfigurationCommandOutput) => void): void;
|
|
1851
|
+
updateEncryptionConfiguration(args: UpdateEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEncryptionConfigurationCommandOutput) => void): void;
|
|
1837
1852
|
/**
|
|
1838
1853
|
* @see {@link UpdateEventConfigurationsCommand}
|
|
1839
1854
|
*/
|
|
@@ -108,6 +108,7 @@ import { DescribeDefaultAuthorizerCommandInput, DescribeDefaultAuthorizerCommand
|
|
|
108
108
|
import { DescribeDetectMitigationActionsTaskCommandInput, DescribeDetectMitigationActionsTaskCommandOutput } from "./commands/DescribeDetectMitigationActionsTaskCommand";
|
|
109
109
|
import { DescribeDimensionCommandInput, DescribeDimensionCommandOutput } from "./commands/DescribeDimensionCommand";
|
|
110
110
|
import { DescribeDomainConfigurationCommandInput, DescribeDomainConfigurationCommandOutput } from "./commands/DescribeDomainConfigurationCommand";
|
|
111
|
+
import { DescribeEncryptionConfigurationCommandInput, DescribeEncryptionConfigurationCommandOutput } from "./commands/DescribeEncryptionConfigurationCommand";
|
|
111
112
|
import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
|
|
112
113
|
import { DescribeEventConfigurationsCommandInput, DescribeEventConfigurationsCommandOutput } from "./commands/DescribeEventConfigurationsCommand";
|
|
113
114
|
import { DescribeFleetMetricCommandInput, DescribeFleetMetricCommandOutput } from "./commands/DescribeFleetMetricCommand";
|
|
@@ -258,6 +259,7 @@ import { UpdateCustomMetricCommandInput, UpdateCustomMetricCommandOutput } from
|
|
|
258
259
|
import { UpdateDimensionCommandInput, UpdateDimensionCommandOutput } from "./commands/UpdateDimensionCommand";
|
|
259
260
|
import { UpdateDomainConfigurationCommandInput, UpdateDomainConfigurationCommandOutput } from "./commands/UpdateDomainConfigurationCommand";
|
|
260
261
|
import { UpdateDynamicThingGroupCommandInput, UpdateDynamicThingGroupCommandOutput } from "./commands/UpdateDynamicThingGroupCommand";
|
|
262
|
+
import { UpdateEncryptionConfigurationCommandInput, UpdateEncryptionConfigurationCommandOutput } from "./commands/UpdateEncryptionConfigurationCommand";
|
|
261
263
|
import { UpdateEventConfigurationsCommandInput, UpdateEventConfigurationsCommandOutput } from "./commands/UpdateEventConfigurationsCommand";
|
|
262
264
|
import { UpdateFleetMetricCommandInput, UpdateFleetMetricCommandOutput } from "./commands/UpdateFleetMetricCommand";
|
|
263
265
|
import { UpdateIndexingConfigurationCommandInput, UpdateIndexingConfigurationCommandOutput } from "./commands/UpdateIndexingConfigurationCommand";
|
|
@@ -283,11 +285,11 @@ export { __Client };
|
|
|
283
285
|
/**
|
|
284
286
|
* @public
|
|
285
287
|
*/
|
|
286
|
-
export type ServiceInputTypes = AcceptCertificateTransferCommandInput | AddThingToBillingGroupCommandInput | AddThingToThingGroupCommandInput | AssociateSbomWithPackageVersionCommandInput | AssociateTargetsWithJobCommandInput | AttachPolicyCommandInput | AttachPrincipalPolicyCommandInput | AttachSecurityProfileCommandInput | AttachThingPrincipalCommandInput | CancelAuditMitigationActionsTaskCommandInput | CancelAuditTaskCommandInput | CancelCertificateTransferCommandInput | CancelDetectMitigationActionsTaskCommandInput | CancelJobCommandInput | CancelJobExecutionCommandInput | ClearDefaultAuthorizerCommandInput | ConfirmTopicRuleDestinationCommandInput | CreateAuditSuppressionCommandInput | CreateAuthorizerCommandInput | CreateBillingGroupCommandInput | CreateCertificateFromCsrCommandInput | CreateCertificateProviderCommandInput | CreateCommandCommandInput | CreateCustomMetricCommandInput | CreateDimensionCommandInput | CreateDomainConfigurationCommandInput | CreateDynamicThingGroupCommandInput | CreateFleetMetricCommandInput | CreateJobCommandInput | CreateJobTemplateCommandInput | CreateKeysAndCertificateCommandInput | CreateMitigationActionCommandInput | CreateOTAUpdateCommandInput | CreatePackageCommandInput | CreatePackageVersionCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateProvisioningClaimCommandInput | CreateProvisioningTemplateCommandInput | CreateProvisioningTemplateVersionCommandInput | CreateRoleAliasCommandInput | CreateScheduledAuditCommandInput | CreateSecurityProfileCommandInput | CreateStreamCommandInput | CreateThingCommandInput | CreateThingGroupCommandInput | CreateThingTypeCommandInput | CreateTopicRuleCommandInput | CreateTopicRuleDestinationCommandInput | DeleteAccountAuditConfigurationCommandInput | DeleteAuditSuppressionCommandInput | DeleteAuthorizerCommandInput | DeleteBillingGroupCommandInput | DeleteCACertificateCommandInput | DeleteCertificateCommandInput | DeleteCertificateProviderCommandInput | DeleteCommandCommandInput | DeleteCommandExecutionCommandInput | DeleteCustomMetricCommandInput | DeleteDimensionCommandInput | DeleteDomainConfigurationCommandInput | DeleteDynamicThingGroupCommandInput | DeleteFleetMetricCommandInput | DeleteJobCommandInput | DeleteJobExecutionCommandInput | DeleteJobTemplateCommandInput | DeleteMitigationActionCommandInput | DeleteOTAUpdateCommandInput | DeletePackageCommandInput | DeletePackageVersionCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteProvisioningTemplateCommandInput | DeleteProvisioningTemplateVersionCommandInput | DeleteRegistrationCodeCommandInput | DeleteRoleAliasCommandInput | DeleteScheduledAuditCommandInput | DeleteSecurityProfileCommandInput | DeleteStreamCommandInput | DeleteThingCommandInput | DeleteThingGroupCommandInput | DeleteThingTypeCommandInput | DeleteTopicRuleCommandInput | DeleteTopicRuleDestinationCommandInput | DeleteV2LoggingLevelCommandInput | DeprecateThingTypeCommandInput | DescribeAccountAuditConfigurationCommandInput | DescribeAuditFindingCommandInput | DescribeAuditMitigationActionsTaskCommandInput | DescribeAuditSuppressionCommandInput | DescribeAuditTaskCommandInput | DescribeAuthorizerCommandInput | DescribeBillingGroupCommandInput | DescribeCACertificateCommandInput | DescribeCertificateCommandInput | DescribeCertificateProviderCommandInput | DescribeCustomMetricCommandInput | DescribeDefaultAuthorizerCommandInput | DescribeDetectMitigationActionsTaskCommandInput | DescribeDimensionCommandInput | DescribeDomainConfigurationCommandInput | DescribeEndpointCommandInput | DescribeEventConfigurationsCommandInput | DescribeFleetMetricCommandInput | DescribeIndexCommandInput | DescribeJobCommandInput | DescribeJobExecutionCommandInput | DescribeJobTemplateCommandInput | DescribeManagedJobTemplateCommandInput | DescribeMitigationActionCommandInput | DescribeProvisioningTemplateCommandInput | DescribeProvisioningTemplateVersionCommandInput | DescribeRoleAliasCommandInput | DescribeScheduledAuditCommandInput | DescribeSecurityProfileCommandInput | DescribeStreamCommandInput | DescribeThingCommandInput | DescribeThingGroupCommandInput | DescribeThingRegistrationTaskCommandInput | DescribeThingTypeCommandInput | DetachPolicyCommandInput | DetachPrincipalPolicyCommandInput | DetachSecurityProfileCommandInput | DetachThingPrincipalCommandInput | DisableTopicRuleCommandInput | DisassociateSbomFromPackageVersionCommandInput | EnableTopicRuleCommandInput | GetBehaviorModelTrainingSummariesCommandInput | GetBucketsAggregationCommandInput | GetCardinalityCommandInput | GetCommandCommandInput | GetCommandExecutionCommandInput | GetEffectivePoliciesCommandInput | GetIndexingConfigurationCommandInput | GetJobDocumentCommandInput | GetLoggingOptionsCommandInput | GetOTAUpdateCommandInput | GetPackageCommandInput | GetPackageConfigurationCommandInput | GetPackageVersionCommandInput | GetPercentilesCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRegistrationCodeCommandInput | GetStatisticsCommandInput | GetThingConnectivityDataCommandInput | GetTopicRuleCommandInput | GetTopicRuleDestinationCommandInput | GetV2LoggingOptionsCommandInput | ListActiveViolationsCommandInput | ListAttachedPoliciesCommandInput | ListAuditFindingsCommandInput | ListAuditMitigationActionsExecutionsCommandInput | ListAuditMitigationActionsTasksCommandInput | ListAuditSuppressionsCommandInput | ListAuditTasksCommandInput | ListAuthorizersCommandInput | ListBillingGroupsCommandInput | ListCACertificatesCommandInput | ListCertificateProvidersCommandInput | ListCertificatesByCACommandInput | ListCertificatesCommandInput | ListCommandExecutionsCommandInput | ListCommandsCommandInput | ListCustomMetricsCommandInput | ListDetectMitigationActionsExecutionsCommandInput | ListDetectMitigationActionsTasksCommandInput | ListDimensionsCommandInput | ListDomainConfigurationsCommandInput | ListFleetMetricsCommandInput | ListIndicesCommandInput | ListJobExecutionsForJobCommandInput | ListJobExecutionsForThingCommandInput | ListJobTemplatesCommandInput | ListJobsCommandInput | ListManagedJobTemplatesCommandInput | ListMetricValuesCommandInput | ListMitigationActionsCommandInput | ListOTAUpdatesCommandInput | ListOutgoingCertificatesCommandInput | ListPackageVersionsCommandInput | ListPackagesCommandInput | ListPoliciesCommandInput | ListPolicyPrincipalsCommandInput | ListPolicyVersionsCommandInput | ListPrincipalPoliciesCommandInput | ListPrincipalThingsCommandInput | ListPrincipalThingsV2CommandInput | ListProvisioningTemplateVersionsCommandInput | ListProvisioningTemplatesCommandInput | ListRelatedResourcesForAuditFindingCommandInput | ListRoleAliasesCommandInput | ListSbomValidationResultsCommandInput | ListScheduledAuditsCommandInput | ListSecurityProfilesCommandInput | ListSecurityProfilesForTargetCommandInput | ListStreamsCommandInput | ListTagsForResourceCommandInput | ListTargetsForPolicyCommandInput | ListTargetsForSecurityProfileCommandInput | ListThingGroupsCommandInput | ListThingGroupsForThingCommandInput | ListThingPrincipalsCommandInput | ListThingPrincipalsV2CommandInput | ListThingRegistrationTaskReportsCommandInput | ListThingRegistrationTasksCommandInput | ListThingTypesCommandInput | ListThingsCommandInput | ListThingsInBillingGroupCommandInput | ListThingsInThingGroupCommandInput | ListTopicRuleDestinationsCommandInput | ListTopicRulesCommandInput | ListV2LoggingLevelsCommandInput | ListViolationEventsCommandInput | PutVerificationStateOnViolationCommandInput | RegisterCACertificateCommandInput | RegisterCertificateCommandInput | RegisterCertificateWithoutCACommandInput | RegisterThingCommandInput | RejectCertificateTransferCommandInput | RemoveThingFromBillingGroupCommandInput | RemoveThingFromThingGroupCommandInput | ReplaceTopicRuleCommandInput | SearchIndexCommandInput | SetDefaultAuthorizerCommandInput | SetDefaultPolicyVersionCommandInput | SetLoggingOptionsCommandInput | SetV2LoggingLevelCommandInput | SetV2LoggingOptionsCommandInput | StartAuditMitigationActionsTaskCommandInput | StartDetectMitigationActionsTaskCommandInput | StartOnDemandAuditTaskCommandInput | StartThingRegistrationTaskCommandInput | StopThingRegistrationTaskCommandInput | TagResourceCommandInput | TestAuthorizationCommandInput | TestInvokeAuthorizerCommandInput | TransferCertificateCommandInput | UntagResourceCommandInput | UpdateAccountAuditConfigurationCommandInput | UpdateAuditSuppressionCommandInput | UpdateAuthorizerCommandInput | UpdateBillingGroupCommandInput | UpdateCACertificateCommandInput | UpdateCertificateCommandInput | UpdateCertificateProviderCommandInput | UpdateCommandCommandInput | UpdateCustomMetricCommandInput | UpdateDimensionCommandInput | UpdateDomainConfigurationCommandInput | UpdateDynamicThingGroupCommandInput | UpdateEventConfigurationsCommandInput | UpdateFleetMetricCommandInput | UpdateIndexingConfigurationCommandInput | UpdateJobCommandInput | UpdateMitigationActionCommandInput | UpdatePackageCommandInput | UpdatePackageConfigurationCommandInput | UpdatePackageVersionCommandInput | UpdateProvisioningTemplateCommandInput | UpdateRoleAliasCommandInput | UpdateScheduledAuditCommandInput | UpdateSecurityProfileCommandInput | UpdateStreamCommandInput | UpdateThingCommandInput | UpdateThingGroupCommandInput | UpdateThingGroupsForThingCommandInput | UpdateThingTypeCommandInput | UpdateTopicRuleDestinationCommandInput | ValidateSecurityProfileBehaviorsCommandInput;
|
|
288
|
+
export type ServiceInputTypes = AcceptCertificateTransferCommandInput | AddThingToBillingGroupCommandInput | AddThingToThingGroupCommandInput | AssociateSbomWithPackageVersionCommandInput | AssociateTargetsWithJobCommandInput | AttachPolicyCommandInput | AttachPrincipalPolicyCommandInput | AttachSecurityProfileCommandInput | AttachThingPrincipalCommandInput | CancelAuditMitigationActionsTaskCommandInput | CancelAuditTaskCommandInput | CancelCertificateTransferCommandInput | CancelDetectMitigationActionsTaskCommandInput | CancelJobCommandInput | CancelJobExecutionCommandInput | ClearDefaultAuthorizerCommandInput | ConfirmTopicRuleDestinationCommandInput | CreateAuditSuppressionCommandInput | CreateAuthorizerCommandInput | CreateBillingGroupCommandInput | CreateCertificateFromCsrCommandInput | CreateCertificateProviderCommandInput | CreateCommandCommandInput | CreateCustomMetricCommandInput | CreateDimensionCommandInput | CreateDomainConfigurationCommandInput | CreateDynamicThingGroupCommandInput | CreateFleetMetricCommandInput | CreateJobCommandInput | CreateJobTemplateCommandInput | CreateKeysAndCertificateCommandInput | CreateMitigationActionCommandInput | CreateOTAUpdateCommandInput | CreatePackageCommandInput | CreatePackageVersionCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateProvisioningClaimCommandInput | CreateProvisioningTemplateCommandInput | CreateProvisioningTemplateVersionCommandInput | CreateRoleAliasCommandInput | CreateScheduledAuditCommandInput | CreateSecurityProfileCommandInput | CreateStreamCommandInput | CreateThingCommandInput | CreateThingGroupCommandInput | CreateThingTypeCommandInput | CreateTopicRuleCommandInput | CreateTopicRuleDestinationCommandInput | DeleteAccountAuditConfigurationCommandInput | DeleteAuditSuppressionCommandInput | DeleteAuthorizerCommandInput | DeleteBillingGroupCommandInput | DeleteCACertificateCommandInput | DeleteCertificateCommandInput | DeleteCertificateProviderCommandInput | DeleteCommandCommandInput | DeleteCommandExecutionCommandInput | DeleteCustomMetricCommandInput | DeleteDimensionCommandInput | DeleteDomainConfigurationCommandInput | DeleteDynamicThingGroupCommandInput | DeleteFleetMetricCommandInput | DeleteJobCommandInput | DeleteJobExecutionCommandInput | DeleteJobTemplateCommandInput | DeleteMitigationActionCommandInput | DeleteOTAUpdateCommandInput | DeletePackageCommandInput | DeletePackageVersionCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteProvisioningTemplateCommandInput | DeleteProvisioningTemplateVersionCommandInput | DeleteRegistrationCodeCommandInput | DeleteRoleAliasCommandInput | DeleteScheduledAuditCommandInput | DeleteSecurityProfileCommandInput | DeleteStreamCommandInput | DeleteThingCommandInput | DeleteThingGroupCommandInput | DeleteThingTypeCommandInput | DeleteTopicRuleCommandInput | DeleteTopicRuleDestinationCommandInput | DeleteV2LoggingLevelCommandInput | DeprecateThingTypeCommandInput | DescribeAccountAuditConfigurationCommandInput | DescribeAuditFindingCommandInput | DescribeAuditMitigationActionsTaskCommandInput | DescribeAuditSuppressionCommandInput | DescribeAuditTaskCommandInput | DescribeAuthorizerCommandInput | DescribeBillingGroupCommandInput | DescribeCACertificateCommandInput | DescribeCertificateCommandInput | DescribeCertificateProviderCommandInput | DescribeCustomMetricCommandInput | DescribeDefaultAuthorizerCommandInput | DescribeDetectMitigationActionsTaskCommandInput | DescribeDimensionCommandInput | DescribeDomainConfigurationCommandInput | DescribeEncryptionConfigurationCommandInput | DescribeEndpointCommandInput | DescribeEventConfigurationsCommandInput | DescribeFleetMetricCommandInput | DescribeIndexCommandInput | DescribeJobCommandInput | DescribeJobExecutionCommandInput | DescribeJobTemplateCommandInput | DescribeManagedJobTemplateCommandInput | DescribeMitigationActionCommandInput | DescribeProvisioningTemplateCommandInput | DescribeProvisioningTemplateVersionCommandInput | DescribeRoleAliasCommandInput | DescribeScheduledAuditCommandInput | DescribeSecurityProfileCommandInput | DescribeStreamCommandInput | DescribeThingCommandInput | DescribeThingGroupCommandInput | DescribeThingRegistrationTaskCommandInput | DescribeThingTypeCommandInput | DetachPolicyCommandInput | DetachPrincipalPolicyCommandInput | DetachSecurityProfileCommandInput | DetachThingPrincipalCommandInput | DisableTopicRuleCommandInput | DisassociateSbomFromPackageVersionCommandInput | EnableTopicRuleCommandInput | GetBehaviorModelTrainingSummariesCommandInput | GetBucketsAggregationCommandInput | GetCardinalityCommandInput | GetCommandCommandInput | GetCommandExecutionCommandInput | GetEffectivePoliciesCommandInput | GetIndexingConfigurationCommandInput | GetJobDocumentCommandInput | GetLoggingOptionsCommandInput | GetOTAUpdateCommandInput | GetPackageCommandInput | GetPackageConfigurationCommandInput | GetPackageVersionCommandInput | GetPercentilesCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRegistrationCodeCommandInput | GetStatisticsCommandInput | GetThingConnectivityDataCommandInput | GetTopicRuleCommandInput | GetTopicRuleDestinationCommandInput | GetV2LoggingOptionsCommandInput | ListActiveViolationsCommandInput | ListAttachedPoliciesCommandInput | ListAuditFindingsCommandInput | ListAuditMitigationActionsExecutionsCommandInput | ListAuditMitigationActionsTasksCommandInput | ListAuditSuppressionsCommandInput | ListAuditTasksCommandInput | ListAuthorizersCommandInput | ListBillingGroupsCommandInput | ListCACertificatesCommandInput | ListCertificateProvidersCommandInput | ListCertificatesByCACommandInput | ListCertificatesCommandInput | ListCommandExecutionsCommandInput | ListCommandsCommandInput | ListCustomMetricsCommandInput | ListDetectMitigationActionsExecutionsCommandInput | ListDetectMitigationActionsTasksCommandInput | ListDimensionsCommandInput | ListDomainConfigurationsCommandInput | ListFleetMetricsCommandInput | ListIndicesCommandInput | ListJobExecutionsForJobCommandInput | ListJobExecutionsForThingCommandInput | ListJobTemplatesCommandInput | ListJobsCommandInput | ListManagedJobTemplatesCommandInput | ListMetricValuesCommandInput | ListMitigationActionsCommandInput | ListOTAUpdatesCommandInput | ListOutgoingCertificatesCommandInput | ListPackageVersionsCommandInput | ListPackagesCommandInput | ListPoliciesCommandInput | ListPolicyPrincipalsCommandInput | ListPolicyVersionsCommandInput | ListPrincipalPoliciesCommandInput | ListPrincipalThingsCommandInput | ListPrincipalThingsV2CommandInput | ListProvisioningTemplateVersionsCommandInput | ListProvisioningTemplatesCommandInput | ListRelatedResourcesForAuditFindingCommandInput | ListRoleAliasesCommandInput | ListSbomValidationResultsCommandInput | ListScheduledAuditsCommandInput | ListSecurityProfilesCommandInput | ListSecurityProfilesForTargetCommandInput | ListStreamsCommandInput | ListTagsForResourceCommandInput | ListTargetsForPolicyCommandInput | ListTargetsForSecurityProfileCommandInput | ListThingGroupsCommandInput | ListThingGroupsForThingCommandInput | ListThingPrincipalsCommandInput | ListThingPrincipalsV2CommandInput | ListThingRegistrationTaskReportsCommandInput | ListThingRegistrationTasksCommandInput | ListThingTypesCommandInput | ListThingsCommandInput | ListThingsInBillingGroupCommandInput | ListThingsInThingGroupCommandInput | ListTopicRuleDestinationsCommandInput | ListTopicRulesCommandInput | ListV2LoggingLevelsCommandInput | ListViolationEventsCommandInput | PutVerificationStateOnViolationCommandInput | RegisterCACertificateCommandInput | RegisterCertificateCommandInput | RegisterCertificateWithoutCACommandInput | RegisterThingCommandInput | RejectCertificateTransferCommandInput | RemoveThingFromBillingGroupCommandInput | RemoveThingFromThingGroupCommandInput | ReplaceTopicRuleCommandInput | SearchIndexCommandInput | SetDefaultAuthorizerCommandInput | SetDefaultPolicyVersionCommandInput | SetLoggingOptionsCommandInput | SetV2LoggingLevelCommandInput | SetV2LoggingOptionsCommandInput | StartAuditMitigationActionsTaskCommandInput | StartDetectMitigationActionsTaskCommandInput | StartOnDemandAuditTaskCommandInput | StartThingRegistrationTaskCommandInput | StopThingRegistrationTaskCommandInput | TagResourceCommandInput | TestAuthorizationCommandInput | TestInvokeAuthorizerCommandInput | TransferCertificateCommandInput | UntagResourceCommandInput | UpdateAccountAuditConfigurationCommandInput | UpdateAuditSuppressionCommandInput | UpdateAuthorizerCommandInput | UpdateBillingGroupCommandInput | UpdateCACertificateCommandInput | UpdateCertificateCommandInput | UpdateCertificateProviderCommandInput | UpdateCommandCommandInput | UpdateCustomMetricCommandInput | UpdateDimensionCommandInput | UpdateDomainConfigurationCommandInput | UpdateDynamicThingGroupCommandInput | UpdateEncryptionConfigurationCommandInput | UpdateEventConfigurationsCommandInput | UpdateFleetMetricCommandInput | UpdateIndexingConfigurationCommandInput | UpdateJobCommandInput | UpdateMitigationActionCommandInput | UpdatePackageCommandInput | UpdatePackageConfigurationCommandInput | UpdatePackageVersionCommandInput | UpdateProvisioningTemplateCommandInput | UpdateRoleAliasCommandInput | UpdateScheduledAuditCommandInput | UpdateSecurityProfileCommandInput | UpdateStreamCommandInput | UpdateThingCommandInput | UpdateThingGroupCommandInput | UpdateThingGroupsForThingCommandInput | UpdateThingTypeCommandInput | UpdateTopicRuleDestinationCommandInput | ValidateSecurityProfileBehaviorsCommandInput;
|
|
287
289
|
/**
|
|
288
290
|
* @public
|
|
289
291
|
*/
|
|
290
|
-
export type ServiceOutputTypes = AcceptCertificateTransferCommandOutput | AddThingToBillingGroupCommandOutput | AddThingToThingGroupCommandOutput | AssociateSbomWithPackageVersionCommandOutput | AssociateTargetsWithJobCommandOutput | AttachPolicyCommandOutput | AttachPrincipalPolicyCommandOutput | AttachSecurityProfileCommandOutput | AttachThingPrincipalCommandOutput | CancelAuditMitigationActionsTaskCommandOutput | CancelAuditTaskCommandOutput | CancelCertificateTransferCommandOutput | CancelDetectMitigationActionsTaskCommandOutput | CancelJobCommandOutput | CancelJobExecutionCommandOutput | ClearDefaultAuthorizerCommandOutput | ConfirmTopicRuleDestinationCommandOutput | CreateAuditSuppressionCommandOutput | CreateAuthorizerCommandOutput | CreateBillingGroupCommandOutput | CreateCertificateFromCsrCommandOutput | CreateCertificateProviderCommandOutput | CreateCommandCommandOutput | CreateCustomMetricCommandOutput | CreateDimensionCommandOutput | CreateDomainConfigurationCommandOutput | CreateDynamicThingGroupCommandOutput | CreateFleetMetricCommandOutput | CreateJobCommandOutput | CreateJobTemplateCommandOutput | CreateKeysAndCertificateCommandOutput | CreateMitigationActionCommandOutput | CreateOTAUpdateCommandOutput | CreatePackageCommandOutput | CreatePackageVersionCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateProvisioningClaimCommandOutput | CreateProvisioningTemplateCommandOutput | CreateProvisioningTemplateVersionCommandOutput | CreateRoleAliasCommandOutput | CreateScheduledAuditCommandOutput | CreateSecurityProfileCommandOutput | CreateStreamCommandOutput | CreateThingCommandOutput | CreateThingGroupCommandOutput | CreateThingTypeCommandOutput | CreateTopicRuleCommandOutput | CreateTopicRuleDestinationCommandOutput | DeleteAccountAuditConfigurationCommandOutput | DeleteAuditSuppressionCommandOutput | DeleteAuthorizerCommandOutput | DeleteBillingGroupCommandOutput | DeleteCACertificateCommandOutput | DeleteCertificateCommandOutput | DeleteCertificateProviderCommandOutput | DeleteCommandCommandOutput | DeleteCommandExecutionCommandOutput | DeleteCustomMetricCommandOutput | DeleteDimensionCommandOutput | DeleteDomainConfigurationCommandOutput | DeleteDynamicThingGroupCommandOutput | DeleteFleetMetricCommandOutput | DeleteJobCommandOutput | DeleteJobExecutionCommandOutput | DeleteJobTemplateCommandOutput | DeleteMitigationActionCommandOutput | DeleteOTAUpdateCommandOutput | DeletePackageCommandOutput | DeletePackageVersionCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteProvisioningTemplateCommandOutput | DeleteProvisioningTemplateVersionCommandOutput | DeleteRegistrationCodeCommandOutput | DeleteRoleAliasCommandOutput | DeleteScheduledAuditCommandOutput | DeleteSecurityProfileCommandOutput | DeleteStreamCommandOutput | DeleteThingCommandOutput | DeleteThingGroupCommandOutput | DeleteThingTypeCommandOutput | DeleteTopicRuleCommandOutput | DeleteTopicRuleDestinationCommandOutput | DeleteV2LoggingLevelCommandOutput | DeprecateThingTypeCommandOutput | DescribeAccountAuditConfigurationCommandOutput | DescribeAuditFindingCommandOutput | DescribeAuditMitigationActionsTaskCommandOutput | DescribeAuditSuppressionCommandOutput | DescribeAuditTaskCommandOutput | DescribeAuthorizerCommandOutput | DescribeBillingGroupCommandOutput | DescribeCACertificateCommandOutput | DescribeCertificateCommandOutput | DescribeCertificateProviderCommandOutput | DescribeCustomMetricCommandOutput | DescribeDefaultAuthorizerCommandOutput | DescribeDetectMitigationActionsTaskCommandOutput | DescribeDimensionCommandOutput | DescribeDomainConfigurationCommandOutput | DescribeEndpointCommandOutput | DescribeEventConfigurationsCommandOutput | DescribeFleetMetricCommandOutput | DescribeIndexCommandOutput | DescribeJobCommandOutput | DescribeJobExecutionCommandOutput | DescribeJobTemplateCommandOutput | DescribeManagedJobTemplateCommandOutput | DescribeMitigationActionCommandOutput | DescribeProvisioningTemplateCommandOutput | DescribeProvisioningTemplateVersionCommandOutput | DescribeRoleAliasCommandOutput | DescribeScheduledAuditCommandOutput | DescribeSecurityProfileCommandOutput | DescribeStreamCommandOutput | DescribeThingCommandOutput | DescribeThingGroupCommandOutput | DescribeThingRegistrationTaskCommandOutput | DescribeThingTypeCommandOutput | DetachPolicyCommandOutput | DetachPrincipalPolicyCommandOutput | DetachSecurityProfileCommandOutput | DetachThingPrincipalCommandOutput | DisableTopicRuleCommandOutput | DisassociateSbomFromPackageVersionCommandOutput | EnableTopicRuleCommandOutput | GetBehaviorModelTrainingSummariesCommandOutput | GetBucketsAggregationCommandOutput | GetCardinalityCommandOutput | GetCommandCommandOutput | GetCommandExecutionCommandOutput | GetEffectivePoliciesCommandOutput | GetIndexingConfigurationCommandOutput | GetJobDocumentCommandOutput | GetLoggingOptionsCommandOutput | GetOTAUpdateCommandOutput | GetPackageCommandOutput | GetPackageConfigurationCommandOutput | GetPackageVersionCommandOutput | GetPercentilesCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRegistrationCodeCommandOutput | GetStatisticsCommandOutput | GetThingConnectivityDataCommandOutput | GetTopicRuleCommandOutput | GetTopicRuleDestinationCommandOutput | GetV2LoggingOptionsCommandOutput | ListActiveViolationsCommandOutput | ListAttachedPoliciesCommandOutput | ListAuditFindingsCommandOutput | ListAuditMitigationActionsExecutionsCommandOutput | ListAuditMitigationActionsTasksCommandOutput | ListAuditSuppressionsCommandOutput | ListAuditTasksCommandOutput | ListAuthorizersCommandOutput | ListBillingGroupsCommandOutput | ListCACertificatesCommandOutput | ListCertificateProvidersCommandOutput | ListCertificatesByCACommandOutput | ListCertificatesCommandOutput | ListCommandExecutionsCommandOutput | ListCommandsCommandOutput | ListCustomMetricsCommandOutput | ListDetectMitigationActionsExecutionsCommandOutput | ListDetectMitigationActionsTasksCommandOutput | ListDimensionsCommandOutput | ListDomainConfigurationsCommandOutput | ListFleetMetricsCommandOutput | ListIndicesCommandOutput | ListJobExecutionsForJobCommandOutput | ListJobExecutionsForThingCommandOutput | ListJobTemplatesCommandOutput | ListJobsCommandOutput | ListManagedJobTemplatesCommandOutput | ListMetricValuesCommandOutput | ListMitigationActionsCommandOutput | ListOTAUpdatesCommandOutput | ListOutgoingCertificatesCommandOutput | ListPackageVersionsCommandOutput | ListPackagesCommandOutput | ListPoliciesCommandOutput | ListPolicyPrincipalsCommandOutput | ListPolicyVersionsCommandOutput | ListPrincipalPoliciesCommandOutput | ListPrincipalThingsCommandOutput | ListPrincipalThingsV2CommandOutput | ListProvisioningTemplateVersionsCommandOutput | ListProvisioningTemplatesCommandOutput | ListRelatedResourcesForAuditFindingCommandOutput | ListRoleAliasesCommandOutput | ListSbomValidationResultsCommandOutput | ListScheduledAuditsCommandOutput | ListSecurityProfilesCommandOutput | ListSecurityProfilesForTargetCommandOutput | ListStreamsCommandOutput | ListTagsForResourceCommandOutput | ListTargetsForPolicyCommandOutput | ListTargetsForSecurityProfileCommandOutput | ListThingGroupsCommandOutput | ListThingGroupsForThingCommandOutput | ListThingPrincipalsCommandOutput | ListThingPrincipalsV2CommandOutput | ListThingRegistrationTaskReportsCommandOutput | ListThingRegistrationTasksCommandOutput | ListThingTypesCommandOutput | ListThingsCommandOutput | ListThingsInBillingGroupCommandOutput | ListThingsInThingGroupCommandOutput | ListTopicRuleDestinationsCommandOutput | ListTopicRulesCommandOutput | ListV2LoggingLevelsCommandOutput | ListViolationEventsCommandOutput | PutVerificationStateOnViolationCommandOutput | RegisterCACertificateCommandOutput | RegisterCertificateCommandOutput | RegisterCertificateWithoutCACommandOutput | RegisterThingCommandOutput | RejectCertificateTransferCommandOutput | RemoveThingFromBillingGroupCommandOutput | RemoveThingFromThingGroupCommandOutput | ReplaceTopicRuleCommandOutput | SearchIndexCommandOutput | SetDefaultAuthorizerCommandOutput | SetDefaultPolicyVersionCommandOutput | SetLoggingOptionsCommandOutput | SetV2LoggingLevelCommandOutput | SetV2LoggingOptionsCommandOutput | StartAuditMitigationActionsTaskCommandOutput | StartDetectMitigationActionsTaskCommandOutput | StartOnDemandAuditTaskCommandOutput | StartThingRegistrationTaskCommandOutput | StopThingRegistrationTaskCommandOutput | TagResourceCommandOutput | TestAuthorizationCommandOutput | TestInvokeAuthorizerCommandOutput | TransferCertificateCommandOutput | UntagResourceCommandOutput | UpdateAccountAuditConfigurationCommandOutput | UpdateAuditSuppressionCommandOutput | UpdateAuthorizerCommandOutput | UpdateBillingGroupCommandOutput | UpdateCACertificateCommandOutput | UpdateCertificateCommandOutput | UpdateCertificateProviderCommandOutput | UpdateCommandCommandOutput | UpdateCustomMetricCommandOutput | UpdateDimensionCommandOutput | UpdateDomainConfigurationCommandOutput | UpdateDynamicThingGroupCommandOutput | UpdateEventConfigurationsCommandOutput | UpdateFleetMetricCommandOutput | UpdateIndexingConfigurationCommandOutput | UpdateJobCommandOutput | UpdateMitigationActionCommandOutput | UpdatePackageCommandOutput | UpdatePackageConfigurationCommandOutput | UpdatePackageVersionCommandOutput | UpdateProvisioningTemplateCommandOutput | UpdateRoleAliasCommandOutput | UpdateScheduledAuditCommandOutput | UpdateSecurityProfileCommandOutput | UpdateStreamCommandOutput | UpdateThingCommandOutput | UpdateThingGroupCommandOutput | UpdateThingGroupsForThingCommandOutput | UpdateThingTypeCommandOutput | UpdateTopicRuleDestinationCommandOutput | ValidateSecurityProfileBehaviorsCommandOutput;
|
|
292
|
+
export type ServiceOutputTypes = AcceptCertificateTransferCommandOutput | AddThingToBillingGroupCommandOutput | AddThingToThingGroupCommandOutput | AssociateSbomWithPackageVersionCommandOutput | AssociateTargetsWithJobCommandOutput | AttachPolicyCommandOutput | AttachPrincipalPolicyCommandOutput | AttachSecurityProfileCommandOutput | AttachThingPrincipalCommandOutput | CancelAuditMitigationActionsTaskCommandOutput | CancelAuditTaskCommandOutput | CancelCertificateTransferCommandOutput | CancelDetectMitigationActionsTaskCommandOutput | CancelJobCommandOutput | CancelJobExecutionCommandOutput | ClearDefaultAuthorizerCommandOutput | ConfirmTopicRuleDestinationCommandOutput | CreateAuditSuppressionCommandOutput | CreateAuthorizerCommandOutput | CreateBillingGroupCommandOutput | CreateCertificateFromCsrCommandOutput | CreateCertificateProviderCommandOutput | CreateCommandCommandOutput | CreateCustomMetricCommandOutput | CreateDimensionCommandOutput | CreateDomainConfigurationCommandOutput | CreateDynamicThingGroupCommandOutput | CreateFleetMetricCommandOutput | CreateJobCommandOutput | CreateJobTemplateCommandOutput | CreateKeysAndCertificateCommandOutput | CreateMitigationActionCommandOutput | CreateOTAUpdateCommandOutput | CreatePackageCommandOutput | CreatePackageVersionCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateProvisioningClaimCommandOutput | CreateProvisioningTemplateCommandOutput | CreateProvisioningTemplateVersionCommandOutput | CreateRoleAliasCommandOutput | CreateScheduledAuditCommandOutput | CreateSecurityProfileCommandOutput | CreateStreamCommandOutput | CreateThingCommandOutput | CreateThingGroupCommandOutput | CreateThingTypeCommandOutput | CreateTopicRuleCommandOutput | CreateTopicRuleDestinationCommandOutput | DeleteAccountAuditConfigurationCommandOutput | DeleteAuditSuppressionCommandOutput | DeleteAuthorizerCommandOutput | DeleteBillingGroupCommandOutput | DeleteCACertificateCommandOutput | DeleteCertificateCommandOutput | DeleteCertificateProviderCommandOutput | DeleteCommandCommandOutput | DeleteCommandExecutionCommandOutput | DeleteCustomMetricCommandOutput | DeleteDimensionCommandOutput | DeleteDomainConfigurationCommandOutput | DeleteDynamicThingGroupCommandOutput | DeleteFleetMetricCommandOutput | DeleteJobCommandOutput | DeleteJobExecutionCommandOutput | DeleteJobTemplateCommandOutput | DeleteMitigationActionCommandOutput | DeleteOTAUpdateCommandOutput | DeletePackageCommandOutput | DeletePackageVersionCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteProvisioningTemplateCommandOutput | DeleteProvisioningTemplateVersionCommandOutput | DeleteRegistrationCodeCommandOutput | DeleteRoleAliasCommandOutput | DeleteScheduledAuditCommandOutput | DeleteSecurityProfileCommandOutput | DeleteStreamCommandOutput | DeleteThingCommandOutput | DeleteThingGroupCommandOutput | DeleteThingTypeCommandOutput | DeleteTopicRuleCommandOutput | DeleteTopicRuleDestinationCommandOutput | DeleteV2LoggingLevelCommandOutput | DeprecateThingTypeCommandOutput | DescribeAccountAuditConfigurationCommandOutput | DescribeAuditFindingCommandOutput | DescribeAuditMitigationActionsTaskCommandOutput | DescribeAuditSuppressionCommandOutput | DescribeAuditTaskCommandOutput | DescribeAuthorizerCommandOutput | DescribeBillingGroupCommandOutput | DescribeCACertificateCommandOutput | DescribeCertificateCommandOutput | DescribeCertificateProviderCommandOutput | DescribeCustomMetricCommandOutput | DescribeDefaultAuthorizerCommandOutput | DescribeDetectMitigationActionsTaskCommandOutput | DescribeDimensionCommandOutput | DescribeDomainConfigurationCommandOutput | DescribeEncryptionConfigurationCommandOutput | DescribeEndpointCommandOutput | DescribeEventConfigurationsCommandOutput | DescribeFleetMetricCommandOutput | DescribeIndexCommandOutput | DescribeJobCommandOutput | DescribeJobExecutionCommandOutput | DescribeJobTemplateCommandOutput | DescribeManagedJobTemplateCommandOutput | DescribeMitigationActionCommandOutput | DescribeProvisioningTemplateCommandOutput | DescribeProvisioningTemplateVersionCommandOutput | DescribeRoleAliasCommandOutput | DescribeScheduledAuditCommandOutput | DescribeSecurityProfileCommandOutput | DescribeStreamCommandOutput | DescribeThingCommandOutput | DescribeThingGroupCommandOutput | DescribeThingRegistrationTaskCommandOutput | DescribeThingTypeCommandOutput | DetachPolicyCommandOutput | DetachPrincipalPolicyCommandOutput | DetachSecurityProfileCommandOutput | DetachThingPrincipalCommandOutput | DisableTopicRuleCommandOutput | DisassociateSbomFromPackageVersionCommandOutput | EnableTopicRuleCommandOutput | GetBehaviorModelTrainingSummariesCommandOutput | GetBucketsAggregationCommandOutput | GetCardinalityCommandOutput | GetCommandCommandOutput | GetCommandExecutionCommandOutput | GetEffectivePoliciesCommandOutput | GetIndexingConfigurationCommandOutput | GetJobDocumentCommandOutput | GetLoggingOptionsCommandOutput | GetOTAUpdateCommandOutput | GetPackageCommandOutput | GetPackageConfigurationCommandOutput | GetPackageVersionCommandOutput | GetPercentilesCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRegistrationCodeCommandOutput | GetStatisticsCommandOutput | GetThingConnectivityDataCommandOutput | GetTopicRuleCommandOutput | GetTopicRuleDestinationCommandOutput | GetV2LoggingOptionsCommandOutput | ListActiveViolationsCommandOutput | ListAttachedPoliciesCommandOutput | ListAuditFindingsCommandOutput | ListAuditMitigationActionsExecutionsCommandOutput | ListAuditMitigationActionsTasksCommandOutput | ListAuditSuppressionsCommandOutput | ListAuditTasksCommandOutput | ListAuthorizersCommandOutput | ListBillingGroupsCommandOutput | ListCACertificatesCommandOutput | ListCertificateProvidersCommandOutput | ListCertificatesByCACommandOutput | ListCertificatesCommandOutput | ListCommandExecutionsCommandOutput | ListCommandsCommandOutput | ListCustomMetricsCommandOutput | ListDetectMitigationActionsExecutionsCommandOutput | ListDetectMitigationActionsTasksCommandOutput | ListDimensionsCommandOutput | ListDomainConfigurationsCommandOutput | ListFleetMetricsCommandOutput | ListIndicesCommandOutput | ListJobExecutionsForJobCommandOutput | ListJobExecutionsForThingCommandOutput | ListJobTemplatesCommandOutput | ListJobsCommandOutput | ListManagedJobTemplatesCommandOutput | ListMetricValuesCommandOutput | ListMitigationActionsCommandOutput | ListOTAUpdatesCommandOutput | ListOutgoingCertificatesCommandOutput | ListPackageVersionsCommandOutput | ListPackagesCommandOutput | ListPoliciesCommandOutput | ListPolicyPrincipalsCommandOutput | ListPolicyVersionsCommandOutput | ListPrincipalPoliciesCommandOutput | ListPrincipalThingsCommandOutput | ListPrincipalThingsV2CommandOutput | ListProvisioningTemplateVersionsCommandOutput | ListProvisioningTemplatesCommandOutput | ListRelatedResourcesForAuditFindingCommandOutput | ListRoleAliasesCommandOutput | ListSbomValidationResultsCommandOutput | ListScheduledAuditsCommandOutput | ListSecurityProfilesCommandOutput | ListSecurityProfilesForTargetCommandOutput | ListStreamsCommandOutput | ListTagsForResourceCommandOutput | ListTargetsForPolicyCommandOutput | ListTargetsForSecurityProfileCommandOutput | ListThingGroupsCommandOutput | ListThingGroupsForThingCommandOutput | ListThingPrincipalsCommandOutput | ListThingPrincipalsV2CommandOutput | ListThingRegistrationTaskReportsCommandOutput | ListThingRegistrationTasksCommandOutput | ListThingTypesCommandOutput | ListThingsCommandOutput | ListThingsInBillingGroupCommandOutput | ListThingsInThingGroupCommandOutput | ListTopicRuleDestinationsCommandOutput | ListTopicRulesCommandOutput | ListV2LoggingLevelsCommandOutput | ListViolationEventsCommandOutput | PutVerificationStateOnViolationCommandOutput | RegisterCACertificateCommandOutput | RegisterCertificateCommandOutput | RegisterCertificateWithoutCACommandOutput | RegisterThingCommandOutput | RejectCertificateTransferCommandOutput | RemoveThingFromBillingGroupCommandOutput | RemoveThingFromThingGroupCommandOutput | ReplaceTopicRuleCommandOutput | SearchIndexCommandOutput | SetDefaultAuthorizerCommandOutput | SetDefaultPolicyVersionCommandOutput | SetLoggingOptionsCommandOutput | SetV2LoggingLevelCommandOutput | SetV2LoggingOptionsCommandOutput | StartAuditMitigationActionsTaskCommandOutput | StartDetectMitigationActionsTaskCommandOutput | StartOnDemandAuditTaskCommandOutput | StartThingRegistrationTaskCommandOutput | StopThingRegistrationTaskCommandOutput | TagResourceCommandOutput | TestAuthorizationCommandOutput | TestInvokeAuthorizerCommandOutput | TransferCertificateCommandOutput | UntagResourceCommandOutput | UpdateAccountAuditConfigurationCommandOutput | UpdateAuditSuppressionCommandOutput | UpdateAuthorizerCommandOutput | UpdateBillingGroupCommandOutput | UpdateCACertificateCommandOutput | UpdateCertificateCommandOutput | UpdateCertificateProviderCommandOutput | UpdateCommandCommandOutput | UpdateCustomMetricCommandOutput | UpdateDimensionCommandOutput | UpdateDomainConfigurationCommandOutput | UpdateDynamicThingGroupCommandOutput | UpdateEncryptionConfigurationCommandOutput | UpdateEventConfigurationsCommandOutput | UpdateFleetMetricCommandOutput | UpdateIndexingConfigurationCommandOutput | UpdateJobCommandOutput | UpdateMitigationActionCommandOutput | UpdatePackageCommandOutput | UpdatePackageConfigurationCommandOutput | UpdatePackageVersionCommandOutput | UpdateProvisioningTemplateCommandOutput | UpdateRoleAliasCommandOutput | UpdateScheduledAuditCommandOutput | UpdateSecurityProfileCommandOutput | UpdateStreamCommandOutput | UpdateThingCommandOutput | UpdateThingGroupCommandOutput | UpdateThingGroupsForThingCommandOutput | UpdateThingTypeCommandOutput | UpdateTopicRuleDestinationCommandOutput | ValidateSecurityProfileBehaviorsCommandOutput;
|
|
291
293
|
/**
|
|
292
294
|
* @public
|
|
293
295
|
*/
|
|
@@ -491,6 +491,9 @@ declare const CreateTopicRuleCommand_base: {
|
|
|
491
491
|
* @throws {@link SqlParseException} (client fault)
|
|
492
492
|
* <p>The Rule-SQL expression can't be parsed correctly.</p>
|
|
493
493
|
*
|
|
494
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
495
|
+
* <p>You are not authorized to perform this operation.</p>
|
|
496
|
+
*
|
|
494
497
|
* @throws {@link IoTServiceException}
|
|
495
498
|
* <p>Base exception class for all service exceptions from IoT service.</p>
|
|
496
499
|
*
|
|
@@ -102,6 +102,9 @@ declare const CreateTopicRuleDestinationCommand_base: {
|
|
|
102
102
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
103
103
|
* <p>The service is temporarily unavailable.</p>
|
|
104
104
|
*
|
|
105
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
106
|
+
* <p>You are not authorized to perform this operation.</p>
|
|
107
|
+
*
|
|
105
108
|
* @throws {@link IoTServiceException}
|
|
106
109
|
* <p>Base exception class for all service exceptions from IoT service.</p>
|
|
107
110
|
*
|