@aws-sdk/client-iot 3.957.0 → 3.962.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 +1 -278
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +4425 -5831
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +9 -9
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +4323 -5725
- package/dist-types/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./GetBehaviorModelTrainingSummariesPaginator";
|
|
2
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./GetBehaviorModelTrainingSummariesPaginator";
|
|
3
3
|
export * from "./ListActiveViolationsPaginator";
|
|
4
4
|
export * from "./ListAttachedPoliciesPaginator";
|
|
5
5
|
export * from "./ListAuditFindingsPaginator";
|
|
@@ -10,8 +10,8 @@ export * from "./ListAuditTasksPaginator";
|
|
|
10
10
|
export * from "./ListAuthorizersPaginator";
|
|
11
11
|
export * from "./ListBillingGroupsPaginator";
|
|
12
12
|
export * from "./ListCACertificatesPaginator";
|
|
13
|
-
export * from "./ListCertificatesByCAPaginator";
|
|
14
13
|
export * from "./ListCertificatesPaginator";
|
|
14
|
+
export * from "./ListCertificatesByCAPaginator";
|
|
15
15
|
export * from "./ListCommandExecutionsPaginator";
|
|
16
16
|
export * from "./ListCommandsPaginator";
|
|
17
17
|
export * from "./ListCustomMetricsPaginator";
|
|
@@ -23,42 +23,42 @@ export * from "./ListFleetMetricsPaginator";
|
|
|
23
23
|
export * from "./ListIndicesPaginator";
|
|
24
24
|
export * from "./ListJobExecutionsForJobPaginator";
|
|
25
25
|
export * from "./ListJobExecutionsForThingPaginator";
|
|
26
|
-
export * from "./ListJobTemplatesPaginator";
|
|
27
26
|
export * from "./ListJobsPaginator";
|
|
27
|
+
export * from "./ListJobTemplatesPaginator";
|
|
28
28
|
export * from "./ListManagedJobTemplatesPaginator";
|
|
29
29
|
export * from "./ListMetricValuesPaginator";
|
|
30
30
|
export * from "./ListMitigationActionsPaginator";
|
|
31
31
|
export * from "./ListOTAUpdatesPaginator";
|
|
32
32
|
export * from "./ListOutgoingCertificatesPaginator";
|
|
33
|
-
export * from "./ListPackageVersionsPaginator";
|
|
34
33
|
export * from "./ListPackagesPaginator";
|
|
34
|
+
export * from "./ListPackageVersionsPaginator";
|
|
35
35
|
export * from "./ListPoliciesPaginator";
|
|
36
36
|
export * from "./ListPolicyPrincipalsPaginator";
|
|
37
37
|
export * from "./ListPrincipalPoliciesPaginator";
|
|
38
38
|
export * from "./ListPrincipalThingsPaginator";
|
|
39
39
|
export * from "./ListPrincipalThingsV2Paginator";
|
|
40
|
-
export * from "./ListProvisioningTemplateVersionsPaginator";
|
|
41
40
|
export * from "./ListProvisioningTemplatesPaginator";
|
|
41
|
+
export * from "./ListProvisioningTemplateVersionsPaginator";
|
|
42
42
|
export * from "./ListRelatedResourcesForAuditFindingPaginator";
|
|
43
43
|
export * from "./ListRoleAliasesPaginator";
|
|
44
44
|
export * from "./ListSbomValidationResultsPaginator";
|
|
45
45
|
export * from "./ListScheduledAuditsPaginator";
|
|
46
|
-
export * from "./ListSecurityProfilesForTargetPaginator";
|
|
47
46
|
export * from "./ListSecurityProfilesPaginator";
|
|
47
|
+
export * from "./ListSecurityProfilesForTargetPaginator";
|
|
48
48
|
export * from "./ListStreamsPaginator";
|
|
49
49
|
export * from "./ListTagsForResourcePaginator";
|
|
50
50
|
export * from "./ListTargetsForPolicyPaginator";
|
|
51
51
|
export * from "./ListTargetsForSecurityProfilePaginator";
|
|
52
|
-
export * from "./ListThingGroupsForThingPaginator";
|
|
53
52
|
export * from "./ListThingGroupsPaginator";
|
|
53
|
+
export * from "./ListThingGroupsForThingPaginator";
|
|
54
54
|
export * from "./ListThingPrincipalsPaginator";
|
|
55
55
|
export * from "./ListThingPrincipalsV2Paginator";
|
|
56
56
|
export * from "./ListThingRegistrationTaskReportsPaginator";
|
|
57
57
|
export * from "./ListThingRegistrationTasksPaginator";
|
|
58
|
-
export * from "./
|
|
58
|
+
export * from "./ListThingsPaginator";
|
|
59
59
|
export * from "./ListThingsInBillingGroupPaginator";
|
|
60
60
|
export * from "./ListThingsInThingGroupPaginator";
|
|
61
|
-
export * from "./
|
|
61
|
+
export * from "./ListThingTypesPaginator";
|
|
62
62
|
export * from "./ListTopicRuleDestinationsPaginator";
|
|
63
63
|
export * from "./ListTopicRulesPaginator";
|
|
64
64
|
export * from "./ListV2LoggingLevelsPaginator";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./GetBehaviorModelTrainingSummariesPaginator";
|
|
2
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./GetBehaviorModelTrainingSummariesPaginator";
|
|
3
3
|
export * from "./ListActiveViolationsPaginator";
|
|
4
4
|
export * from "./ListAttachedPoliciesPaginator";
|
|
5
5
|
export * from "./ListAuditFindingsPaginator";
|
|
@@ -10,8 +10,8 @@ export * from "./ListAuditTasksPaginator";
|
|
|
10
10
|
export * from "./ListAuthorizersPaginator";
|
|
11
11
|
export * from "./ListBillingGroupsPaginator";
|
|
12
12
|
export * from "./ListCACertificatesPaginator";
|
|
13
|
-
export * from "./ListCertificatesByCAPaginator";
|
|
14
13
|
export * from "./ListCertificatesPaginator";
|
|
14
|
+
export * from "./ListCertificatesByCAPaginator";
|
|
15
15
|
export * from "./ListCommandExecutionsPaginator";
|
|
16
16
|
export * from "./ListCommandsPaginator";
|
|
17
17
|
export * from "./ListCustomMetricsPaginator";
|
|
@@ -23,42 +23,42 @@ export * from "./ListFleetMetricsPaginator";
|
|
|
23
23
|
export * from "./ListIndicesPaginator";
|
|
24
24
|
export * from "./ListJobExecutionsForJobPaginator";
|
|
25
25
|
export * from "./ListJobExecutionsForThingPaginator";
|
|
26
|
-
export * from "./ListJobTemplatesPaginator";
|
|
27
26
|
export * from "./ListJobsPaginator";
|
|
27
|
+
export * from "./ListJobTemplatesPaginator";
|
|
28
28
|
export * from "./ListManagedJobTemplatesPaginator";
|
|
29
29
|
export * from "./ListMetricValuesPaginator";
|
|
30
30
|
export * from "./ListMitigationActionsPaginator";
|
|
31
31
|
export * from "./ListOTAUpdatesPaginator";
|
|
32
32
|
export * from "./ListOutgoingCertificatesPaginator";
|
|
33
|
-
export * from "./ListPackageVersionsPaginator";
|
|
34
33
|
export * from "./ListPackagesPaginator";
|
|
34
|
+
export * from "./ListPackageVersionsPaginator";
|
|
35
35
|
export * from "./ListPoliciesPaginator";
|
|
36
36
|
export * from "./ListPolicyPrincipalsPaginator";
|
|
37
37
|
export * from "./ListPrincipalPoliciesPaginator";
|
|
38
38
|
export * from "./ListPrincipalThingsPaginator";
|
|
39
39
|
export * from "./ListPrincipalThingsV2Paginator";
|
|
40
|
-
export * from "./ListProvisioningTemplateVersionsPaginator";
|
|
41
40
|
export * from "./ListProvisioningTemplatesPaginator";
|
|
41
|
+
export * from "./ListProvisioningTemplateVersionsPaginator";
|
|
42
42
|
export * from "./ListRelatedResourcesForAuditFindingPaginator";
|
|
43
43
|
export * from "./ListRoleAliasesPaginator";
|
|
44
44
|
export * from "./ListSbomValidationResultsPaginator";
|
|
45
45
|
export * from "./ListScheduledAuditsPaginator";
|
|
46
|
-
export * from "./ListSecurityProfilesForTargetPaginator";
|
|
47
46
|
export * from "./ListSecurityProfilesPaginator";
|
|
47
|
+
export * from "./ListSecurityProfilesForTargetPaginator";
|
|
48
48
|
export * from "./ListStreamsPaginator";
|
|
49
49
|
export * from "./ListTagsForResourcePaginator";
|
|
50
50
|
export * from "./ListTargetsForPolicyPaginator";
|
|
51
51
|
export * from "./ListTargetsForSecurityProfilePaginator";
|
|
52
|
-
export * from "./ListThingGroupsForThingPaginator";
|
|
53
52
|
export * from "./ListThingGroupsPaginator";
|
|
53
|
+
export * from "./ListThingGroupsForThingPaginator";
|
|
54
54
|
export * from "./ListThingPrincipalsPaginator";
|
|
55
55
|
export * from "./ListThingPrincipalsV2Paginator";
|
|
56
56
|
export * from "./ListThingRegistrationTaskReportsPaginator";
|
|
57
57
|
export * from "./ListThingRegistrationTasksPaginator";
|
|
58
|
-
export * from "./
|
|
58
|
+
export * from "./ListThingsPaginator";
|
|
59
59
|
export * from "./ListThingsInBillingGroupPaginator";
|
|
60
60
|
export * from "./ListThingsInThingGroupPaginator";
|
|
61
|
-
export * from "./
|
|
61
|
+
export * from "./ListThingTypesPaginator";
|
|
62
62
|
export * from "./ListTopicRuleDestinationsPaginator";
|
|
63
63
|
export * from "./ListTopicRulesPaginator";
|
|
64
64
|
export * from "./ListV2LoggingLevelsPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "3.957.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|