@aws-sdk/client-iot 3.1117.0 → 3.1118.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.
Files changed (61) hide show
  1. package/dist-cjs/index.js +71 -9
  2. package/dist-es/models/enums.js +14 -0
  3. package/dist-es/schemas/schemas_0.js +49 -8
  4. package/dist-types/commands/AttachSecurityProfileCommand.d.ts +4 -1
  5. package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +4 -1
  6. package/dist-types/commands/CreateCustomMetricCommand.d.ts +4 -1
  7. package/dist-types/commands/CreateDimensionCommand.d.ts +4 -1
  8. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +4 -1
  9. package/dist-types/commands/CreateTopicRuleCommand.d.ts +34 -0
  10. package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +14 -0
  11. package/dist-types/commands/DeleteCustomMetricCommand.d.ts +4 -1
  12. package/dist-types/commands/DeleteDimensionCommand.d.ts +4 -1
  13. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -1
  14. package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
  16. package/dist-types/commands/DeprecateThingTypeCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeCustomMetricCommand.d.ts +4 -1
  18. package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +4 -1
  19. package/dist-types/commands/DescribeDimensionCommand.d.ts +4 -1
  20. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +4 -1
  21. package/dist-types/commands/DetachSecurityProfileCommand.d.ts +4 -1
  22. package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +4 -1
  23. package/dist-types/commands/GetTopicRuleCommand.d.ts +34 -0
  24. package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +7 -0
  25. package/dist-types/commands/ListActiveViolationsCommand.d.ts +4 -1
  26. package/dist-types/commands/ListCustomMetricsCommand.d.ts +4 -1
  27. package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +4 -1
  28. package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +4 -1
  29. package/dist-types/commands/ListDimensionsCommand.d.ts +4 -1
  30. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +4 -1
  31. package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +4 -1
  32. package/dist-types/commands/ListStreamsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +1 -2
  35. package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +4 -1
  36. package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +7 -0
  37. package/dist-types/commands/ListViolationEventsCommand.d.ts +4 -1
  38. package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +4 -1
  39. package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +34 -0
  40. package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +4 -1
  41. package/dist-types/commands/UpdateCustomMetricCommand.d.ts +4 -1
  42. package/dist-types/commands/UpdateDimensionCommand.d.ts +4 -1
  43. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +4 -1
  44. package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +4 -1
  45. package/dist-types/models/enums.d.ts +38 -0
  46. package/dist-types/models/models_0.d.ts +195 -45
  47. package/dist-types/models/models_1.d.ts +46 -69
  48. package/dist-types/models/models_2.d.ts +112 -2
  49. package/dist-types/schemas/schemas_0.d.ts +5 -0
  50. package/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +1 -2
  56. package/dist-types/ts3.4/models/enums.d.ts +18 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +36 -11
  58. package/dist-types/ts3.4/models/models_1.d.ts +11 -18
  59. package/dist-types/ts3.4/models/models_2.d.ts +28 -0
  60. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
  61. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1116.0";
72
+ var version = "3.1117.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -1138,6 +1138,11 @@ const _IAA = "IotAnalyticsAction";
1138
1138
  const _IAE = "InvalidAggregationException";
1139
1139
  const _ICI = "IssuerCertificateIdentifier";
1140
1140
  const _ID = "ImplicitDeny";
1141
+ const _IDBA = "InfluxDBAction";
1142
+ const _IDBBC = "InfluxDBBatchConfig";
1143
+ const _IDBDC = "InfluxDBDestinationConfiguration";
1144
+ const _IDBDP = "InfluxDBDestinationProperties";
1145
+ const _IDBDS = "InfluxDBDestinationSummary";
1141
1146
  const _IE = "InternalException";
1142
1147
  const _IEA = "IotEventsAction";
1143
1148
  const _IF = "IndexingFilter";
@@ -2033,6 +2038,11 @@ const _iCI = "issuerCertificateIdentifier";
2033
2038
  const _iCS = "issuerCertificateSubject";
2034
2039
  const _iCSN = "issuerCertificateSerialNumber";
2035
2040
  const _iD = "inlineDocument";
2041
+ const _iDB = "influxDB";
2042
+ const _iDBC = "influxDBConfiguration";
2043
+ const _iDBP = "influxDBProperties";
2044
+ const _iDBS = "influxDBSummary";
2045
+ const _iDBV = "influxDBVersion";
2036
2046
  const _iDV = "isDefaultVersion";
2037
2047
  const _iDm = "implicitDeny";
2038
2048
  const _iE = "iotEvents";
@@ -2181,6 +2191,7 @@ const _op = "optional";
2181
2191
  const _ope = "operation";
2182
2192
  const _oper = "operator";
2183
2193
  const _or = "order";
2194
+ const _org = "organization";
2184
2195
  const _ow = "owner";
2185
2196
  const _p = "policies";
2186
2197
  const _pA = "packageArn";
@@ -2320,11 +2331,13 @@ const _sFC = "succeededFindingsCount";
2320
2331
  const _sFCk = "skippedFindingsCount";
2321
2332
  const _sG = "securityGroups";
2322
2333
  const _sI = "suppressIndefinitely";
2334
+ const _sIe = "secretId";
2323
2335
  const _sIo = "sourceIp";
2324
2336
  const _sIt = "streamId";
2325
2337
  const _sItr = "streamInfo";
2326
2338
  const _sIu = "subnetIds";
2327
2339
  const _sJR = "scheduledJobRollouts";
2340
+ const _sK = "secretKey";
2328
2341
  const _sL = "s3Location";
2329
2342
  const _sMN = "stateMachineName";
2330
2343
  const _sN = "streamName";
@@ -2352,6 +2365,7 @@ const _sSJP = "startSigningJobParameter";
2352
2365
  const _sT = "startTime";
2353
2366
  const _sTF = "startedTimeFilter";
2354
2367
  const _sTe = "serviceType";
2368
+ const _sTec = "secretType";
2355
2369
  const _sTt = "statisticalThreshold";
2356
2370
  const _sV = "stateValue";
2357
2371
  const _sVS = "sbomValidationStatus";
@@ -2456,6 +2470,7 @@ const _tTP = "thingTypeProperties";
2456
2470
  const _tTa = "targetType";
2457
2471
  const _tTh = "thingTypes";
2458
2472
  const _tTr = "transferredTo";
2473
+ const _tU = "timestampUnit";
2459
2474
  const _tV = "templateVersion";
2460
2475
  const _ta = "targets";
2461
2476
  const _tag = "tags";
@@ -2749,8 +2764,8 @@ var AcceptCertificateTransferRequest$ = [3, n0, _ACTR,
2749
2764
  ];
2750
2765
  var Action$ = [3, n0, _A,
2751
2766
  0,
2752
- [_dDB, _dDBy, _l, _sn, _sq, _k, _r, _s_, _f, _cM, _cA, _cLl, _el, _sa, _iA, _iE, _iSW, _sF, _t, _h, _ka, _oS, _lo],
2753
- [() => DynamoDBAction$, () => DynamoDBv2Action$, () => LambdaAction$, () => SnsAction$, () => SqsAction$, () => KinesisAction$, () => RepublishAction$, () => S3Action$, () => FirehoseAction$, () => CloudwatchMetricAction$, () => CloudwatchAlarmAction$, () => CloudwatchLogsAction$, () => ElasticsearchAction$, () => SalesforceAction$, () => IotAnalyticsAction$, () => IotEventsAction$, () => IotSiteWiseAction$, () => StepFunctionsAction$, () => TimestreamAction$, () => HttpAction$, () => KafkaAction$, () => OpenSearchAction$, () => LocationAction$]
2767
+ [_dDB, _dDBy, _l, _sn, _sq, _k, _r, _s_, _f, _cM, _cA, _cLl, _el, _sa, _iA, _iE, _iSW, _sF, _t, _h, _ka, _oS, _lo, _iDB],
2768
+ [() => DynamoDBAction$, () => DynamoDBv2Action$, () => LambdaAction$, () => SnsAction$, () => SqsAction$, () => KinesisAction$, () => RepublishAction$, () => S3Action$, () => FirehoseAction$, () => CloudwatchMetricAction$, () => CloudwatchAlarmAction$, () => CloudwatchLogsAction$, () => ElasticsearchAction$, () => SalesforceAction$, () => IotAnalyticsAction$, () => IotEventsAction$, () => IotSiteWiseAction$, () => StepFunctionsAction$, () => TimestreamAction$, () => HttpAction$, () => KafkaAction$, () => OpenSearchAction$, () => LocationAction$, () => InfluxDBAction$]
2754
2769
  ];
2755
2770
  var ActiveViolation$ = [3, n0, _AV,
2756
2771
  0,
@@ -4632,6 +4647,31 @@ var IndexingFilter$ = [3, n0, _IF,
4632
4647
  [_nSN, _gL, _conne],
4633
4648
  [64 | 0, () => GeoLocationsFilter, () => ConnectivityFilter$]
4634
4649
  ];
4650
+ var InfluxDBAction$ = [3, n0, _IDBA,
4651
+ 0,
4652
+ [_dA, _rAo, _dNa, _tNab, _org, _tag, _tU, _bC],
4653
+ [0, 0, 0, 0, 0, 128 | 0, 0, () => InfluxDBBatchConfig$], 4
4654
+ ];
4655
+ var InfluxDBBatchConfig$ = [3, n0, _IDBBC,
4656
+ 0,
4657
+ [_mBS, _mBOM, _mBSB, _bAT],
4658
+ [1, 1, 1, 2]
4659
+ ];
4660
+ var InfluxDBDestinationConfiguration$ = [3, n0, _IDBDC,
4661
+ 0,
4662
+ [_end, _iDBV, _sIe, _sTec, _sK],
4663
+ [0, 0, 0, 0, 0], 3
4664
+ ];
4665
+ var InfluxDBDestinationProperties$ = [3, n0, _IDBDP,
4666
+ 0,
4667
+ [_end, _iDBV, _sIe, _sTec, _sK],
4668
+ [0, 0, 0, 0, 0]
4669
+ ];
4670
+ var InfluxDBDestinationSummary$ = [3, n0, _IDBDS,
4671
+ 0,
4672
+ [_end, _iDBV, _sIe, _sTec, _sK],
4673
+ [0, 0, 0, 0, 0]
4674
+ ];
4635
4675
  var IotAnalyticsAction$ = [3, n0, _IAA,
4636
4676
  0,
4637
4677
  [_cAh, _cNh, _bM, _rAo],
@@ -6089,18 +6129,18 @@ var TopicRule$ = [3, n0, _TR,
6089
6129
  ];
6090
6130
  var TopicRuleDestination$ = [3, n0, _TRD,
6091
6131
  0,
6092
- [_ar, _st, _cAr, _lUA, _sRt, _hUP, _vP],
6093
- [0, 0, 4, 4, 0, () => HttpUrlDestinationProperties$, () => VpcDestinationProperties$]
6132
+ [_ar, _st, _cAr, _lUA, _sRt, _hUP, _vP, _iDBP],
6133
+ [0, 0, 4, 4, 0, () => HttpUrlDestinationProperties$, () => VpcDestinationProperties$, () => InfluxDBDestinationProperties$]
6094
6134
  ];
6095
6135
  var TopicRuleDestinationConfiguration$ = [3, n0, _TRDC,
6096
6136
  0,
6097
- [_hUC, _vCp],
6098
- [() => HttpUrlDestinationConfiguration$, () => VpcDestinationConfiguration$]
6137
+ [_hUC, _vCp, _iDBC],
6138
+ [() => HttpUrlDestinationConfiguration$, () => VpcDestinationConfiguration$, () => InfluxDBDestinationConfiguration$]
6099
6139
  ];
6100
6140
  var TopicRuleDestinationSummary$ = [3, n0, _TRDS,
6101
6141
  0,
6102
- [_ar, _st, _cAr, _lUA, _sRt, _hUS, _vDS],
6103
- [0, 0, 4, 4, 0, () => HttpUrlDestinationSummary$, () => VpcDestinationSummary$]
6142
+ [_ar, _st, _cAr, _lUA, _sRt, _hUS, _vDS, _iDBS],
6143
+ [0, 0, 4, 4, 0, () => HttpUrlDestinationSummary$, () => VpcDestinationSummary$, () => InfluxDBDestinationSummary$]
6104
6144
  ];
6105
6145
  var TopicRuleListItem$ = [3, n0, _TRLI,
6106
6146
  0,
@@ -9043,6 +9083,12 @@ const DynamoKeyType = {
9043
9083
  NUMBER: "NUMBER",
9044
9084
  STRING: "STRING",
9045
9085
  };
9086
+ const InfluxDBTimestampUnit = {
9087
+ MICROSECONDS: "us",
9088
+ MILLISECONDS: "ms",
9089
+ NANOSECONDS: "ns",
9090
+ SECONDS: "s",
9091
+ };
9046
9092
  const CannedAccessControlList = {
9047
9093
  AuthenticatedRead: "authenticated-read",
9048
9094
  AwsExecRead: "aws-exec-read",
@@ -9339,6 +9385,14 @@ const DayOfWeek = {
9339
9385
  TUE: "TUE",
9340
9386
  WED: "WED",
9341
9387
  };
9388
+ const InfluxDBVersion = {
9389
+ V2: "V2",
9390
+ V3: "V3",
9391
+ };
9392
+ const InfluxDBSecretType = {
9393
+ SECRET_BINARY: "SecretBinary",
9394
+ SECRET_STRING: "SecretString",
9395
+ };
9342
9396
  const TopicRuleDestinationStatus = {
9343
9397
  DELETING: "DELETING",
9344
9398
  DISABLED: "DISABLED",
@@ -10299,6 +10353,14 @@ exports.IndexNotReadyException = IndexNotReadyException;
10299
10353
  exports.IndexNotReadyException$ = IndexNotReadyException$;
10300
10354
  exports.IndexStatus = IndexStatus;
10301
10355
  exports.IndexingFilter$ = IndexingFilter$;
10356
+ exports.InfluxDBAction$ = InfluxDBAction$;
10357
+ exports.InfluxDBBatchConfig$ = InfluxDBBatchConfig$;
10358
+ exports.InfluxDBDestinationConfiguration$ = InfluxDBDestinationConfiguration$;
10359
+ exports.InfluxDBDestinationProperties$ = InfluxDBDestinationProperties$;
10360
+ exports.InfluxDBDestinationSummary$ = InfluxDBDestinationSummary$;
10361
+ exports.InfluxDBSecretType = InfluxDBSecretType;
10362
+ exports.InfluxDBTimestampUnit = InfluxDBTimestampUnit;
10363
+ exports.InfluxDBVersion = InfluxDBVersion;
10302
10364
  exports.InternalException = InternalException;
10303
10365
  exports.InternalException$ = InternalException$;
10304
10366
  exports.InternalFailureException = InternalFailureException;
@@ -11,6 +11,12 @@ export const DynamoKeyType = {
11
11
  NUMBER: "NUMBER",
12
12
  STRING: "STRING",
13
13
  };
14
+ export const InfluxDBTimestampUnit = {
15
+ MICROSECONDS: "us",
16
+ MILLISECONDS: "ms",
17
+ NANOSECONDS: "ns",
18
+ SECONDS: "s",
19
+ };
14
20
  export const CannedAccessControlList = {
15
21
  AuthenticatedRead: "authenticated-read",
16
22
  AwsExecRead: "aws-exec-read",
@@ -307,6 +313,14 @@ export const DayOfWeek = {
307
313
  TUE: "TUE",
308
314
  WED: "WED",
309
315
  };
316
+ export const InfluxDBVersion = {
317
+ V2: "V2",
318
+ V3: "V3",
319
+ };
320
+ export const InfluxDBSecretType = {
321
+ SECRET_BINARY: "SecretBinary",
322
+ SECRET_STRING: "SecretString",
323
+ };
310
324
  export const TopicRuleDestinationStatus = {
311
325
  DELETING: "DELETING",
312
326
  DISABLED: "DISABLED",
@@ -587,6 +587,11 @@ const _IAA = "IotAnalyticsAction";
587
587
  const _IAE = "InvalidAggregationException";
588
588
  const _ICI = "IssuerCertificateIdentifier";
589
589
  const _ID = "ImplicitDeny";
590
+ const _IDBA = "InfluxDBAction";
591
+ const _IDBBC = "InfluxDBBatchConfig";
592
+ const _IDBDC = "InfluxDBDestinationConfiguration";
593
+ const _IDBDP = "InfluxDBDestinationProperties";
594
+ const _IDBDS = "InfluxDBDestinationSummary";
590
595
  const _IE = "InternalException";
591
596
  const _IEA = "IotEventsAction";
592
597
  const _IF = "IndexingFilter";
@@ -1482,6 +1487,11 @@ const _iCI = "issuerCertificateIdentifier";
1482
1487
  const _iCS = "issuerCertificateSubject";
1483
1488
  const _iCSN = "issuerCertificateSerialNumber";
1484
1489
  const _iD = "inlineDocument";
1490
+ const _iDB = "influxDB";
1491
+ const _iDBC = "influxDBConfiguration";
1492
+ const _iDBP = "influxDBProperties";
1493
+ const _iDBS = "influxDBSummary";
1494
+ const _iDBV = "influxDBVersion";
1485
1495
  const _iDV = "isDefaultVersion";
1486
1496
  const _iDm = "implicitDeny";
1487
1497
  const _iE = "iotEvents";
@@ -1630,6 +1640,7 @@ const _op = "optional";
1630
1640
  const _ope = "operation";
1631
1641
  const _oper = "operator";
1632
1642
  const _or = "order";
1643
+ const _org = "organization";
1633
1644
  const _ow = "owner";
1634
1645
  const _p = "policies";
1635
1646
  const _pA = "packageArn";
@@ -1769,11 +1780,13 @@ const _sFC = "succeededFindingsCount";
1769
1780
  const _sFCk = "skippedFindingsCount";
1770
1781
  const _sG = "securityGroups";
1771
1782
  const _sI = "suppressIndefinitely";
1783
+ const _sIe = "secretId";
1772
1784
  const _sIo = "sourceIp";
1773
1785
  const _sIt = "streamId";
1774
1786
  const _sItr = "streamInfo";
1775
1787
  const _sIu = "subnetIds";
1776
1788
  const _sJR = "scheduledJobRollouts";
1789
+ const _sK = "secretKey";
1777
1790
  const _sL = "s3Location";
1778
1791
  const _sMN = "stateMachineName";
1779
1792
  const _sN = "streamName";
@@ -1801,6 +1814,7 @@ const _sSJP = "startSigningJobParameter";
1801
1814
  const _sT = "startTime";
1802
1815
  const _sTF = "startedTimeFilter";
1803
1816
  const _sTe = "serviceType";
1817
+ const _sTec = "secretType";
1804
1818
  const _sTt = "statisticalThreshold";
1805
1819
  const _sV = "stateValue";
1806
1820
  const _sVS = "sbomValidationStatus";
@@ -1905,6 +1919,7 @@ const _tTP = "thingTypeProperties";
1905
1919
  const _tTa = "targetType";
1906
1920
  const _tTh = "thingTypes";
1907
1921
  const _tTr = "transferredTo";
1922
+ const _tU = "timestampUnit";
1908
1923
  const _tV = "templateVersion";
1909
1924
  const _ta = "targets";
1910
1925
  const _tag = "tags";
@@ -2201,8 +2216,8 @@ export var AcceptCertificateTransferRequest$ = [3, n0, _ACTR,
2201
2216
  ];
2202
2217
  export var Action$ = [3, n0, _A,
2203
2218
  0,
2204
- [_dDB, _dDBy, _l, _sn, _sq, _k, _r, _s_, _f, _cM, _cA, _cLl, _el, _sa, _iA, _iE, _iSW, _sF, _t, _h, _ka, _oS, _lo],
2205
- [() => DynamoDBAction$, () => DynamoDBv2Action$, () => LambdaAction$, () => SnsAction$, () => SqsAction$, () => KinesisAction$, () => RepublishAction$, () => S3Action$, () => FirehoseAction$, () => CloudwatchMetricAction$, () => CloudwatchAlarmAction$, () => CloudwatchLogsAction$, () => ElasticsearchAction$, () => SalesforceAction$, () => IotAnalyticsAction$, () => IotEventsAction$, () => IotSiteWiseAction$, () => StepFunctionsAction$, () => TimestreamAction$, () => HttpAction$, () => KafkaAction$, () => OpenSearchAction$, () => LocationAction$]
2219
+ [_dDB, _dDBy, _l, _sn, _sq, _k, _r, _s_, _f, _cM, _cA, _cLl, _el, _sa, _iA, _iE, _iSW, _sF, _t, _h, _ka, _oS, _lo, _iDB],
2220
+ [() => DynamoDBAction$, () => DynamoDBv2Action$, () => LambdaAction$, () => SnsAction$, () => SqsAction$, () => KinesisAction$, () => RepublishAction$, () => S3Action$, () => FirehoseAction$, () => CloudwatchMetricAction$, () => CloudwatchAlarmAction$, () => CloudwatchLogsAction$, () => ElasticsearchAction$, () => SalesforceAction$, () => IotAnalyticsAction$, () => IotEventsAction$, () => IotSiteWiseAction$, () => StepFunctionsAction$, () => TimestreamAction$, () => HttpAction$, () => KafkaAction$, () => OpenSearchAction$, () => LocationAction$, () => InfluxDBAction$]
2206
2221
  ];
2207
2222
  export var ActiveViolation$ = [3, n0, _AV,
2208
2223
  0,
@@ -4084,6 +4099,31 @@ export var IndexingFilter$ = [3, n0, _IF,
4084
4099
  [_nSN, _gL, _conne],
4085
4100
  [64 | 0, () => GeoLocationsFilter, () => ConnectivityFilter$]
4086
4101
  ];
4102
+ export var InfluxDBAction$ = [3, n0, _IDBA,
4103
+ 0,
4104
+ [_dA, _rAo, _dNa, _tNab, _org, _tag, _tU, _bC],
4105
+ [0, 0, 0, 0, 0, 128 | 0, 0, () => InfluxDBBatchConfig$], 4
4106
+ ];
4107
+ export var InfluxDBBatchConfig$ = [3, n0, _IDBBC,
4108
+ 0,
4109
+ [_mBS, _mBOM, _mBSB, _bAT],
4110
+ [1, 1, 1, 2]
4111
+ ];
4112
+ export var InfluxDBDestinationConfiguration$ = [3, n0, _IDBDC,
4113
+ 0,
4114
+ [_end, _iDBV, _sIe, _sTec, _sK],
4115
+ [0, 0, 0, 0, 0], 3
4116
+ ];
4117
+ export var InfluxDBDestinationProperties$ = [3, n0, _IDBDP,
4118
+ 0,
4119
+ [_end, _iDBV, _sIe, _sTec, _sK],
4120
+ [0, 0, 0, 0, 0]
4121
+ ];
4122
+ export var InfluxDBDestinationSummary$ = [3, n0, _IDBDS,
4123
+ 0,
4124
+ [_end, _iDBV, _sIe, _sTec, _sK],
4125
+ [0, 0, 0, 0, 0]
4126
+ ];
4087
4127
  export var IotAnalyticsAction$ = [3, n0, _IAA,
4088
4128
  0,
4089
4129
  [_cAh, _cNh, _bM, _rAo],
@@ -5541,18 +5581,18 @@ export var TopicRule$ = [3, n0, _TR,
5541
5581
  ];
5542
5582
  export var TopicRuleDestination$ = [3, n0, _TRD,
5543
5583
  0,
5544
- [_ar, _st, _cAr, _lUA, _sRt, _hUP, _vP],
5545
- [0, 0, 4, 4, 0, () => HttpUrlDestinationProperties$, () => VpcDestinationProperties$]
5584
+ [_ar, _st, _cAr, _lUA, _sRt, _hUP, _vP, _iDBP],
5585
+ [0, 0, 4, 4, 0, () => HttpUrlDestinationProperties$, () => VpcDestinationProperties$, () => InfluxDBDestinationProperties$]
5546
5586
  ];
5547
5587
  export var TopicRuleDestinationConfiguration$ = [3, n0, _TRDC,
5548
5588
  0,
5549
- [_hUC, _vCp],
5550
- [() => HttpUrlDestinationConfiguration$, () => VpcDestinationConfiguration$]
5589
+ [_hUC, _vCp, _iDBC],
5590
+ [() => HttpUrlDestinationConfiguration$, () => VpcDestinationConfiguration$, () => InfluxDBDestinationConfiguration$]
5551
5591
  ];
5552
5592
  export var TopicRuleDestinationSummary$ = [3, n0, _TRDS,
5553
5593
  0,
5554
- [_ar, _st, _cAr, _lUA, _sRt, _hUS, _vDS],
5555
- [0, 0, 4, 4, 0, () => HttpUrlDestinationSummary$, () => VpcDestinationSummary$]
5594
+ [_ar, _st, _cAr, _lUA, _sRt, _hUS, _vDS, _iDBS],
5595
+ [0, 0, 4, 4, 0, () => HttpUrlDestinationSummary$, () => VpcDestinationSummary$, () => InfluxDBDestinationSummary$]
5556
5596
  ];
5557
5597
  export var TopicRuleListItem$ = [3, n0, _TRLI,
5558
5598
  0,
@@ -6276,6 +6316,7 @@ var EventConfigurations = [2, n0, _EC,
6276
6316
  0, 0, () => Configuration$
6277
6317
  ];
6278
6318
  var HttpHeaders = 128 | 0;
6319
+ var InfluxDBTagMap = 128 | 0;
6279
6320
  var ParameterMap = 128 | 0;
6280
6321
  var _Parameters = 128 | 0;
6281
6322
  var PublicKeyMap = 128 | 0;
@@ -24,7 +24,10 @@ declare const AttachSecurityProfileCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Associates a Device Defender security profile with a thing group or this account. Each
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>Associates a Device Defender security profile with a thing group or this account. Each
28
31
  * thing group or account can have up to five security profiles associated with it.</p>
29
32
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachSecurityProfile</a> action.</p>
30
33
  * @example
@@ -24,7 +24,10 @@ declare const CancelDetectMitigationActionsTaskCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>
28
31
  * Cancels a Device Defender ML Detect mitigation action.
29
32
  * </p>
30
33
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CancelDetectMitigationActionsTask</a> action.</p>
@@ -24,7 +24,10 @@ declare const CreateCustomMetricCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p> Use this API to define a
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p> Use this API to define a
28
31
  * Custom
29
32
  * Metric
30
33
  * published by your devices to Device Defender. </p>
@@ -24,7 +24,10 @@ declare const CreateDimensionCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Create a dimension that you can use to limit the scope of a metric used in a security profile for IoT Device Defender.
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>Create a dimension that you can use to limit the scope of a metric used in a security profile for IoT Device Defender.
28
31
  * For example, using a <code>TOPIC_FILTER</code> dimension, you can narrow down the scope of the metric only to MQTT topics whose name match the pattern specified in the dimension.</p>
29
32
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateDimension</a> action.</p>
30
33
  * @example
@@ -24,7 +24,10 @@ declare const CreateSecurityProfileCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Creates a Device Defender security profile.</p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>Creates a Device Defender security profile.</p>
28
31
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">CreateSecurityProfile</a> action.</p>
29
32
  * @example
30
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -253,6 +253,23 @@ declare const CreateTopicRuleCommand_base: {
253
253
  * latitude: "STRING_VALUE", // required
254
254
  * longitude: "STRING_VALUE", // required
255
255
  * },
256
+ * influxDB: { // InfluxDBAction
257
+ * destinationArn: "STRING_VALUE", // required
258
+ * roleArn: "STRING_VALUE", // required
259
+ * databaseName: "STRING_VALUE", // required
260
+ * tableName: "STRING_VALUE", // required
261
+ * organization: "STRING_VALUE",
262
+ * tags: { // InfluxDBTagMap
263
+ * "<keys>": "STRING_VALUE",
264
+ * },
265
+ * timestampUnit: "s" || "ms" || "us" || "ns",
266
+ * batchConfig: { // InfluxDBBatchConfig
267
+ * maxBatchSize: Number("int"),
268
+ * maxBatchOpenMs: Number("int"),
269
+ * maxBatchSizeBytes: Number("int"),
270
+ * batchAcrossTopics: true || false,
271
+ * },
272
+ * },
256
273
  * },
257
274
  * ],
258
275
  * ruleDisabled: true || false,
@@ -469,6 +486,23 @@ declare const CreateTopicRuleCommand_base: {
469
486
  * latitude: "STRING_VALUE", // required
470
487
  * longitude: "STRING_VALUE", // required
471
488
  * },
489
+ * influxDB: {
490
+ * destinationArn: "STRING_VALUE", // required
491
+ * roleArn: "STRING_VALUE", // required
492
+ * databaseName: "STRING_VALUE", // required
493
+ * tableName: "STRING_VALUE", // required
494
+ * organization: "STRING_VALUE",
495
+ * tags: {
496
+ * "<keys>": "STRING_VALUE",
497
+ * },
498
+ * timestampUnit: "s" || "ms" || "us" || "ns",
499
+ * batchConfig: {
500
+ * maxBatchSize: Number("int"),
501
+ * maxBatchOpenMs: Number("int"),
502
+ * maxBatchSizeBytes: Number("int"),
503
+ * batchAcrossTopics: true || false,
504
+ * },
505
+ * },
472
506
  * },
473
507
  * },
474
508
  * tags: "STRING_VALUE",
@@ -49,6 +49,13 @@ declare const CreateTopicRuleDestinationCommand_base: {
49
49
  * vpcId: "STRING_VALUE", // required
50
50
  * roleArn: "STRING_VALUE", // required
51
51
  * },
52
+ * influxDBConfiguration: { // InfluxDBDestinationConfiguration
53
+ * endpoint: "STRING_VALUE", // required
54
+ * influxDBVersion: "V2" || "V3", // required
55
+ * secretId: "STRING_VALUE", // required
56
+ * secretType: "SecretString" || "SecretBinary",
57
+ * secretKey: "STRING_VALUE",
58
+ * },
52
59
  * },
53
60
  * };
54
61
  * const command = new CreateTopicRuleDestinationCommand(input);
@@ -73,6 +80,13 @@ declare const CreateTopicRuleDestinationCommand_base: {
73
80
  * // vpcId: "STRING_VALUE",
74
81
  * // roleArn: "STRING_VALUE",
75
82
  * // },
83
+ * // influxDBProperties: { // InfluxDBDestinationProperties
84
+ * // endpoint: "STRING_VALUE",
85
+ * // influxDBVersion: "V2" || "V3",
86
+ * // secretId: "STRING_VALUE",
87
+ * // secretType: "SecretString" || "SecretBinary",
88
+ * // secretKey: "STRING_VALUE",
89
+ * // },
76
90
  * // },
77
91
  * // };
78
92
  *
@@ -24,7 +24,10 @@ declare const DeleteCustomMetricCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>
28
31
  * Deletes a Device Defender detect custom metric.
29
32
  * </p>
30
33
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteCustomMetric</a> action.</p>
@@ -24,7 +24,10 @@ declare const DeleteDimensionCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Removes the specified dimension from your Amazon Web Services accounts.</p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>Removes the specified dimension from your Amazon Web Services accounts.</p>
28
31
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteDimension</a> action.</p>
29
32
  * @example
30
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -24,7 +24,10 @@ declare const DeleteSecurityProfileCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Deletes a Device Defender security profile.</p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>Deletes a Device Defender security profile.</p>
28
31
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DeleteSecurityProfile</a> action.</p>
29
32
  * @example
30
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,5 +1,6 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeleteTopicRuleDestinationRequest, DeleteTopicRuleDestinationResponse } from "../models/models_0";
2
+ import type { DeleteTopicRuleDestinationRequest } from "../models/models_0";
3
+ import type { DeleteTopicRuleDestinationResponse } from "../models/models_1";
3
4
  /**
4
5
  * @public
5
6
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeleteV2LoggingLevelRequest } from "../models/models_0";
2
+ import type { DeleteV2LoggingLevelRequest } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeprecateThingTypeRequest, DeprecateThingTypeResponse } from "../models/models_0";
2
+ import type { DeprecateThingTypeRequest, DeprecateThingTypeResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -24,7 +24,10 @@ declare const DescribeCustomMetricCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>
28
31
  * Gets information about a Device Defender detect custom metric.
29
32
  * </p>
30
33
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeCustomMetric</a> action.</p>
@@ -24,7 +24,10 @@ declare const DescribeDetectMitigationActionsTaskCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>
28
31
  * Gets information about a Device Defender ML Detect mitigation action.
29
32
  * </p>
30
33
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDetectMitigationActionsTask</a> action.</p>
@@ -24,7 +24,10 @@ declare const DescribeDimensionCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Provides details about a dimension that is defined in your Amazon Web Services accounts.</p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>Provides details about a dimension that is defined in your Amazon Web Services accounts.</p>
28
31
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDimension</a> action.</p>
29
32
  * @example
30
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -24,7 +24,10 @@ declare const DescribeSecurityProfileCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Gets information about a Device Defender security profile.</p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>Gets information about a Device Defender security profile.</p>
28
31
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeSecurityProfile</a> action.</p>
29
32
  * @example
30
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -24,7 +24,10 @@ declare const DetachSecurityProfileCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Disassociates a Device Defender security profile from a thing group or from this account.</p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>Disassociates a Device Defender security profile from a thing group or from this account.</p>
28
31
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DetachSecurityProfile</a> action.</p>
29
32
  * @example
30
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -24,7 +24,10 @@ declare const GetBehaviorModelTrainingSummariesCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>
27
+ * <note>
28
+ * <p>The IoT Device Defender detect feature will no longer be available to new customers starting August 31, 2026. If you would like to use the detect feature, sign up prior to August 31, 2026. To learn about alternatives to IoT Device Defender detect, see IoT Device Defender detect feature availability change in the IoT Device Defender Developer Guide. There is no change to IoT Device Defender audit availability.</p>
29
+ * </note>
30
+ * <p>
28
31
  * Returns a Device Defender's ML Detect Security Profile training model's status.
29
32
  * </p>
30
33
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">GetBehaviorModelTrainingSummaries</a> action.</p>