@aws-sdk/client-iot 3.345.0 → 3.347.1

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 (125) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/IoT.js +24 -0
  3. package/dist-cjs/commands/CreatePackageCommand.js +47 -0
  4. package/dist-cjs/commands/CreatePackageVersionCommand.js +47 -0
  5. package/dist-cjs/commands/DeletePackageCommand.js +46 -0
  6. package/dist-cjs/commands/DeletePackageVersionCommand.js +46 -0
  7. package/dist-cjs/commands/GetPackageCommand.js +47 -0
  8. package/dist-cjs/commands/GetPackageConfigurationCommand.js +46 -0
  9. package/dist-cjs/commands/GetPackageVersionCommand.js +47 -0
  10. package/dist-cjs/commands/ListPackageVersionsCommand.js +46 -0
  11. package/dist-cjs/commands/ListPackagesCommand.js +46 -0
  12. package/dist-cjs/commands/UpdatePackageCommand.js +47 -0
  13. package/dist-cjs/commands/UpdatePackageConfigurationCommand.js +46 -0
  14. package/dist-cjs/commands/UpdatePackageVersionCommand.js +47 -0
  15. package/dist-cjs/commands/index.js +12 -0
  16. package/dist-cjs/models/models_0.js +68 -1
  17. package/dist-cjs/models/models_1.js +13 -14
  18. package/dist-cjs/models/models_2.js +17 -1
  19. package/dist-cjs/pagination/ListPackageVersionsPaginator.js +29 -0
  20. package/dist-cjs/pagination/ListPackagesPaginator.js +29 -0
  21. package/dist-cjs/pagination/index.js +2 -0
  22. package/dist-cjs/protocols/Aws_restJson1.js +897 -46
  23. package/dist-es/IoT.js +24 -0
  24. package/dist-es/commands/CreatePackageCommand.js +43 -0
  25. package/dist-es/commands/CreatePackageVersionCommand.js +43 -0
  26. package/dist-es/commands/DeletePackageCommand.js +42 -0
  27. package/dist-es/commands/DeletePackageVersionCommand.js +42 -0
  28. package/dist-es/commands/GetPackageCommand.js +43 -0
  29. package/dist-es/commands/GetPackageConfigurationCommand.js +42 -0
  30. package/dist-es/commands/GetPackageVersionCommand.js +43 -0
  31. package/dist-es/commands/ListPackageVersionsCommand.js +42 -0
  32. package/dist-es/commands/ListPackagesCommand.js +42 -0
  33. package/dist-es/commands/UpdatePackageCommand.js +43 -0
  34. package/dist-es/commands/UpdatePackageConfigurationCommand.js +42 -0
  35. package/dist-es/commands/UpdatePackageVersionCommand.js +43 -0
  36. package/dist-es/commands/index.js +12 -0
  37. package/dist-es/models/models_0.js +60 -0
  38. package/dist-es/models/models_1.js +10 -12
  39. package/dist-es/models/models_2.js +14 -0
  40. package/dist-es/pagination/ListPackageVersionsPaginator.js +25 -0
  41. package/dist-es/pagination/ListPackagesPaginator.js +25 -0
  42. package/dist-es/pagination/index.js +2 -0
  43. package/dist-es/protocols/Aws_restJson1.js +862 -35
  44. package/dist-types/IoT.d.ts +84 -0
  45. package/dist-types/IoTClient.d.ts +14 -2
  46. package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateJobCommand.d.ts +3 -0
  48. package/dist-types/commands/CreateJobTemplateCommand.d.ts +3 -0
  49. package/dist-types/commands/CreatePackageCommand.d.ts +97 -0
  50. package/dist-types/commands/CreatePackageVersionCommand.d.ts +107 -0
  51. package/dist-types/commands/DeleteFleetMetricCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteJobExecutionCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteMitigationActionCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +1 -1
  57. package/dist-types/commands/DeletePackageCommand.d.ts +85 -0
  58. package/dist-types/commands/DeletePackageVersionCommand.d.ts +85 -0
  59. package/dist-types/commands/DescribeJobCommand.d.ts +3 -0
  60. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +3 -0
  61. package/dist-types/commands/GetPackageCommand.d.ts +92 -0
  62. package/dist-types/commands/GetPackageConfigurationCommand.d.ts +82 -0
  63. package/dist-types/commands/GetPackageVersionCommand.d.ts +98 -0
  64. package/dist-types/commands/ListPackageVersionsCommand.d.ts +96 -0
  65. package/dist-types/commands/ListPackagesCommand.d.ts +93 -0
  66. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +1 -1
  68. package/dist-types/commands/ListPrincipalThingsCommand.d.ts +1 -1
  69. package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +1 -1
  70. package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +1 -1
  71. package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +1 -1
  72. package/dist-types/commands/ListRoleAliasesCommand.d.ts +1 -1
  73. package/dist-types/commands/ListScheduledAuditsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
  75. package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +1 -2
  76. package/dist-types/commands/UpdatePackageCommand.d.ts +89 -0
  77. package/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +86 -0
  78. package/dist-types/commands/UpdatePackageVersionCommand.d.ts +92 -0
  79. package/dist-types/commands/index.d.ts +12 -0
  80. package/dist-types/models/models_0.d.ts +184 -134
  81. package/dist-types/models/models_1.d.ts +416 -405
  82. package/dist-types/models/models_2.d.ts +529 -2
  83. package/dist-types/pagination/ListPackageVersionsPaginator.d.ts +7 -0
  84. package/dist-types/pagination/ListPackagesPaginator.d.ts +7 -0
  85. package/dist-types/pagination/index.d.ts +2 -0
  86. package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
  87. package/dist-types/ts3.4/IoT.d.ts +204 -0
  88. package/dist-types/ts3.4/IoTClient.d.ts +72 -0
  89. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +38 -0
  90. package/dist-types/ts3.4/commands/CreatePackageVersionCommand.d.ts +42 -0
  91. package/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +38 -0
  98. package/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +42 -0
  99. package/dist-types/ts3.4/commands/GetPackageCommand.d.ts +35 -0
  100. package/dist-types/ts3.4/commands/GetPackageConfigurationCommand.d.ts +42 -0
  101. package/dist-types/ts3.4/commands/GetPackageVersionCommand.d.ts +39 -0
  102. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +35 -0
  104. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +2 -4
  105. package/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +4 -2
  114. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +38 -0
  115. package/dist-types/ts3.4/commands/UpdatePackageConfigurationCommand.d.ts +42 -0
  116. package/dist-types/ts3.4/commands/UpdatePackageVersionCommand.d.ts +42 -0
  117. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  118. package/dist-types/ts3.4/models/models_0.d.ts +71 -29
  119. package/dist-types/ts3.4/models/models_1.d.ts +114 -121
  120. package/dist-types/ts3.4/models/models_2.d.ts +152 -2
  121. package/dist-types/ts3.4/pagination/ListPackageVersionsPaginator.d.ts +11 -0
  122. package/dist-types/ts3.4/pagination/ListPackagesPaginator.d.ts +11 -0
  123. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  124. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
  125. package/package.json +28 -28
@@ -123,6 +123,14 @@ import {
123
123
  CreateOTAUpdateCommandInput,
124
124
  CreateOTAUpdateCommandOutput,
125
125
  } from "../commands/CreateOTAUpdateCommand";
126
+ import {
127
+ CreatePackageCommandInput,
128
+ CreatePackageCommandOutput,
129
+ } from "../commands/CreatePackageCommand";
130
+ import {
131
+ CreatePackageVersionCommandInput,
132
+ CreatePackageVersionCommandOutput,
133
+ } from "../commands/CreatePackageVersionCommand";
126
134
  import {
127
135
  CreatePolicyCommandInput,
128
136
  CreatePolicyCommandOutput,
@@ -243,6 +251,14 @@ import {
243
251
  DeleteOTAUpdateCommandInput,
244
252
  DeleteOTAUpdateCommandOutput,
245
253
  } from "../commands/DeleteOTAUpdateCommand";
254
+ import {
255
+ DeletePackageCommandInput,
256
+ DeletePackageCommandOutput,
257
+ } from "../commands/DeletePackageCommand";
258
+ import {
259
+ DeletePackageVersionCommandInput,
260
+ DeletePackageVersionCommandOutput,
261
+ } from "../commands/DeletePackageVersionCommand";
246
262
  import {
247
263
  DeletePolicyCommandInput,
248
264
  DeletePolicyCommandOutput,
@@ -495,6 +511,18 @@ import {
495
511
  GetOTAUpdateCommandInput,
496
512
  GetOTAUpdateCommandOutput,
497
513
  } from "../commands/GetOTAUpdateCommand";
514
+ import {
515
+ GetPackageCommandInput,
516
+ GetPackageCommandOutput,
517
+ } from "../commands/GetPackageCommand";
518
+ import {
519
+ GetPackageConfigurationCommandInput,
520
+ GetPackageConfigurationCommandOutput,
521
+ } from "../commands/GetPackageConfigurationCommand";
522
+ import {
523
+ GetPackageVersionCommandInput,
524
+ GetPackageVersionCommandOutput,
525
+ } from "../commands/GetPackageVersionCommand";
498
526
  import {
499
527
  GetPercentilesCommandInput,
500
528
  GetPercentilesCommandOutput,
@@ -639,6 +667,14 @@ import {
639
667
  ListOutgoingCertificatesCommandInput,
640
668
  ListOutgoingCertificatesCommandOutput,
641
669
  } from "../commands/ListOutgoingCertificatesCommand";
670
+ import {
671
+ ListPackagesCommandInput,
672
+ ListPackagesCommandOutput,
673
+ } from "../commands/ListPackagesCommand";
674
+ import {
675
+ ListPackageVersionsCommandInput,
676
+ ListPackageVersionsCommandOutput,
677
+ } from "../commands/ListPackageVersionsCommand";
642
678
  import {
643
679
  ListPoliciesCommandInput,
644
680
  ListPoliciesCommandOutput,
@@ -915,6 +951,18 @@ import {
915
951
  UpdateMitigationActionCommandInput,
916
952
  UpdateMitigationActionCommandOutput,
917
953
  } from "../commands/UpdateMitigationActionCommand";
954
+ import {
955
+ UpdatePackageCommandInput,
956
+ UpdatePackageCommandOutput,
957
+ } from "../commands/UpdatePackageCommand";
958
+ import {
959
+ UpdatePackageConfigurationCommandInput,
960
+ UpdatePackageConfigurationCommandOutput,
961
+ } from "../commands/UpdatePackageConfigurationCommand";
962
+ import {
963
+ UpdatePackageVersionCommandInput,
964
+ UpdatePackageVersionCommandOutput,
965
+ } from "../commands/UpdatePackageVersionCommand";
918
966
  import {
919
967
  UpdateProvisioningTemplateCommandInput,
920
968
  UpdateProvisioningTemplateCommandOutput,
@@ -1075,6 +1123,14 @@ export declare const se_CreateOTAUpdateCommand: (
1075
1123
  input: CreateOTAUpdateCommandInput,
1076
1124
  context: __SerdeContext
1077
1125
  ) => Promise<__HttpRequest>;
1126
+ export declare const se_CreatePackageCommand: (
1127
+ input: CreatePackageCommandInput,
1128
+ context: __SerdeContext
1129
+ ) => Promise<__HttpRequest>;
1130
+ export declare const se_CreatePackageVersionCommand: (
1131
+ input: CreatePackageVersionCommandInput,
1132
+ context: __SerdeContext
1133
+ ) => Promise<__HttpRequest>;
1078
1134
  export declare const se_CreatePolicyCommand: (
1079
1135
  input: CreatePolicyCommandInput,
1080
1136
  context: __SerdeContext
@@ -1195,6 +1251,14 @@ export declare const se_DeleteOTAUpdateCommand: (
1195
1251
  input: DeleteOTAUpdateCommandInput,
1196
1252
  context: __SerdeContext
1197
1253
  ) => Promise<__HttpRequest>;
1254
+ export declare const se_DeletePackageCommand: (
1255
+ input: DeletePackageCommandInput,
1256
+ context: __SerdeContext
1257
+ ) => Promise<__HttpRequest>;
1258
+ export declare const se_DeletePackageVersionCommand: (
1259
+ input: DeletePackageVersionCommandInput,
1260
+ context: __SerdeContext
1261
+ ) => Promise<__HttpRequest>;
1198
1262
  export declare const se_DeletePolicyCommand: (
1199
1263
  input: DeletePolicyCommandInput,
1200
1264
  context: __SerdeContext
@@ -1447,6 +1511,18 @@ export declare const se_GetOTAUpdateCommand: (
1447
1511
  input: GetOTAUpdateCommandInput,
1448
1512
  context: __SerdeContext
1449
1513
  ) => Promise<__HttpRequest>;
1514
+ export declare const se_GetPackageCommand: (
1515
+ input: GetPackageCommandInput,
1516
+ context: __SerdeContext
1517
+ ) => Promise<__HttpRequest>;
1518
+ export declare const se_GetPackageConfigurationCommand: (
1519
+ input: GetPackageConfigurationCommandInput,
1520
+ context: __SerdeContext
1521
+ ) => Promise<__HttpRequest>;
1522
+ export declare const se_GetPackageVersionCommand: (
1523
+ input: GetPackageVersionCommandInput,
1524
+ context: __SerdeContext
1525
+ ) => Promise<__HttpRequest>;
1450
1526
  export declare const se_GetPercentilesCommand: (
1451
1527
  input: GetPercentilesCommandInput,
1452
1528
  context: __SerdeContext
@@ -1591,6 +1667,14 @@ export declare const se_ListOutgoingCertificatesCommand: (
1591
1667
  input: ListOutgoingCertificatesCommandInput,
1592
1668
  context: __SerdeContext
1593
1669
  ) => Promise<__HttpRequest>;
1670
+ export declare const se_ListPackagesCommand: (
1671
+ input: ListPackagesCommandInput,
1672
+ context: __SerdeContext
1673
+ ) => Promise<__HttpRequest>;
1674
+ export declare const se_ListPackageVersionsCommand: (
1675
+ input: ListPackageVersionsCommandInput,
1676
+ context: __SerdeContext
1677
+ ) => Promise<__HttpRequest>;
1594
1678
  export declare const se_ListPoliciesCommand: (
1595
1679
  input: ListPoliciesCommandInput,
1596
1680
  context: __SerdeContext
@@ -1867,6 +1951,18 @@ export declare const se_UpdateMitigationActionCommand: (
1867
1951
  input: UpdateMitigationActionCommandInput,
1868
1952
  context: __SerdeContext
1869
1953
  ) => Promise<__HttpRequest>;
1954
+ export declare const se_UpdatePackageCommand: (
1955
+ input: UpdatePackageCommandInput,
1956
+ context: __SerdeContext
1957
+ ) => Promise<__HttpRequest>;
1958
+ export declare const se_UpdatePackageConfigurationCommand: (
1959
+ input: UpdatePackageConfigurationCommandInput,
1960
+ context: __SerdeContext
1961
+ ) => Promise<__HttpRequest>;
1962
+ export declare const se_UpdatePackageVersionCommand: (
1963
+ input: UpdatePackageVersionCommandInput,
1964
+ context: __SerdeContext
1965
+ ) => Promise<__HttpRequest>;
1870
1966
  export declare const se_UpdateProvisioningTemplateCommand: (
1871
1967
  input: UpdateProvisioningTemplateCommandInput,
1872
1968
  context: __SerdeContext
@@ -2027,6 +2123,14 @@ export declare const de_CreateOTAUpdateCommand: (
2027
2123
  output: __HttpResponse,
2028
2124
  context: __SerdeContext
2029
2125
  ) => Promise<CreateOTAUpdateCommandOutput>;
2126
+ export declare const de_CreatePackageCommand: (
2127
+ output: __HttpResponse,
2128
+ context: __SerdeContext
2129
+ ) => Promise<CreatePackageCommandOutput>;
2130
+ export declare const de_CreatePackageVersionCommand: (
2131
+ output: __HttpResponse,
2132
+ context: __SerdeContext
2133
+ ) => Promise<CreatePackageVersionCommandOutput>;
2030
2134
  export declare const de_CreatePolicyCommand: (
2031
2135
  output: __HttpResponse,
2032
2136
  context: __SerdeContext
@@ -2147,6 +2251,14 @@ export declare const de_DeleteOTAUpdateCommand: (
2147
2251
  output: __HttpResponse,
2148
2252
  context: __SerdeContext
2149
2253
  ) => Promise<DeleteOTAUpdateCommandOutput>;
2254
+ export declare const de_DeletePackageCommand: (
2255
+ output: __HttpResponse,
2256
+ context: __SerdeContext
2257
+ ) => Promise<DeletePackageCommandOutput>;
2258
+ export declare const de_DeletePackageVersionCommand: (
2259
+ output: __HttpResponse,
2260
+ context: __SerdeContext
2261
+ ) => Promise<DeletePackageVersionCommandOutput>;
2150
2262
  export declare const de_DeletePolicyCommand: (
2151
2263
  output: __HttpResponse,
2152
2264
  context: __SerdeContext
@@ -2399,6 +2511,18 @@ export declare const de_GetOTAUpdateCommand: (
2399
2511
  output: __HttpResponse,
2400
2512
  context: __SerdeContext
2401
2513
  ) => Promise<GetOTAUpdateCommandOutput>;
2514
+ export declare const de_GetPackageCommand: (
2515
+ output: __HttpResponse,
2516
+ context: __SerdeContext
2517
+ ) => Promise<GetPackageCommandOutput>;
2518
+ export declare const de_GetPackageConfigurationCommand: (
2519
+ output: __HttpResponse,
2520
+ context: __SerdeContext
2521
+ ) => Promise<GetPackageConfigurationCommandOutput>;
2522
+ export declare const de_GetPackageVersionCommand: (
2523
+ output: __HttpResponse,
2524
+ context: __SerdeContext
2525
+ ) => Promise<GetPackageVersionCommandOutput>;
2402
2526
  export declare const de_GetPercentilesCommand: (
2403
2527
  output: __HttpResponse,
2404
2528
  context: __SerdeContext
@@ -2543,6 +2667,14 @@ export declare const de_ListOutgoingCertificatesCommand: (
2543
2667
  output: __HttpResponse,
2544
2668
  context: __SerdeContext
2545
2669
  ) => Promise<ListOutgoingCertificatesCommandOutput>;
2670
+ export declare const de_ListPackagesCommand: (
2671
+ output: __HttpResponse,
2672
+ context: __SerdeContext
2673
+ ) => Promise<ListPackagesCommandOutput>;
2674
+ export declare const de_ListPackageVersionsCommand: (
2675
+ output: __HttpResponse,
2676
+ context: __SerdeContext
2677
+ ) => Promise<ListPackageVersionsCommandOutput>;
2546
2678
  export declare const de_ListPoliciesCommand: (
2547
2679
  output: __HttpResponse,
2548
2680
  context: __SerdeContext
@@ -2819,6 +2951,18 @@ export declare const de_UpdateMitigationActionCommand: (
2819
2951
  output: __HttpResponse,
2820
2952
  context: __SerdeContext
2821
2953
  ) => Promise<UpdateMitigationActionCommandOutput>;
2954
+ export declare const de_UpdatePackageCommand: (
2955
+ output: __HttpResponse,
2956
+ context: __SerdeContext
2957
+ ) => Promise<UpdatePackageCommandOutput>;
2958
+ export declare const de_UpdatePackageConfigurationCommand: (
2959
+ output: __HttpResponse,
2960
+ context: __SerdeContext
2961
+ ) => Promise<UpdatePackageConfigurationCommandOutput>;
2962
+ export declare const de_UpdatePackageVersionCommand: (
2963
+ output: __HttpResponse,
2964
+ context: __SerdeContext
2965
+ ) => Promise<UpdatePackageVersionCommandOutput>;
2822
2966
  export declare const de_UpdateProvisioningTemplateCommand: (
2823
2967
  output: __HttpResponse,
2824
2968
  context: __SerdeContext
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.345.0",
4
+ "version": "3.347.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.345.0",
25
- "@aws-sdk/config-resolver": "3.342.0",
26
- "@aws-sdk/credential-provider-node": "3.345.0",
27
- "@aws-sdk/fetch-http-handler": "3.342.0",
28
- "@aws-sdk/hash-node": "3.344.0",
29
- "@aws-sdk/invalid-dependency": "3.342.0",
30
- "@aws-sdk/middleware-content-length": "3.342.0",
31
- "@aws-sdk/middleware-endpoint": "3.344.0",
32
- "@aws-sdk/middleware-host-header": "3.342.0",
33
- "@aws-sdk/middleware-logger": "3.342.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.342.0",
35
- "@aws-sdk/middleware-retry": "3.342.0",
36
- "@aws-sdk/middleware-serde": "3.342.0",
37
- "@aws-sdk/middleware-signing": "3.342.0",
38
- "@aws-sdk/middleware-stack": "3.342.0",
39
- "@aws-sdk/middleware-user-agent": "3.345.0",
40
- "@aws-sdk/node-config-provider": "3.342.0",
41
- "@aws-sdk/node-http-handler": "3.344.0",
42
- "@aws-sdk/smithy-client": "3.342.0",
43
- "@aws-sdk/types": "3.342.0",
44
- "@aws-sdk/url-parser": "3.342.0",
24
+ "@aws-sdk/client-sts": "3.347.1",
25
+ "@aws-sdk/config-resolver": "3.347.0",
26
+ "@aws-sdk/credential-provider-node": "3.347.0",
27
+ "@aws-sdk/fetch-http-handler": "3.347.0",
28
+ "@aws-sdk/hash-node": "3.347.0",
29
+ "@aws-sdk/invalid-dependency": "3.347.0",
30
+ "@aws-sdk/middleware-content-length": "3.347.0",
31
+ "@aws-sdk/middleware-endpoint": "3.347.0",
32
+ "@aws-sdk/middleware-host-header": "3.347.0",
33
+ "@aws-sdk/middleware-logger": "3.347.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.347.0",
35
+ "@aws-sdk/middleware-retry": "3.347.0",
36
+ "@aws-sdk/middleware-serde": "3.347.0",
37
+ "@aws-sdk/middleware-signing": "3.347.0",
38
+ "@aws-sdk/middleware-stack": "3.347.0",
39
+ "@aws-sdk/middleware-user-agent": "3.347.0",
40
+ "@aws-sdk/node-config-provider": "3.347.0",
41
+ "@aws-sdk/node-http-handler": "3.347.0",
42
+ "@aws-sdk/smithy-client": "3.347.0",
43
+ "@aws-sdk/types": "3.347.0",
44
+ "@aws-sdk/url-parser": "3.347.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.342.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.342.0",
50
- "@aws-sdk/util-endpoints": "3.342.0",
51
- "@aws-sdk/util-retry": "3.342.0",
52
- "@aws-sdk/util-user-agent-browser": "3.345.0",
53
- "@aws-sdk/util-user-agent-node": "3.345.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.347.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.347.0",
50
+ "@aws-sdk/util-endpoints": "3.347.0",
51
+ "@aws-sdk/util-retry": "3.347.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.347.0",
53
+ "@aws-sdk/util-user-agent-node": "3.347.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",