@aws-sdk/client-iot-managed-integrations 3.1035.0 → 3.1036.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +8 -0
- package/dist-cjs/schemas/schemas_0.js +6 -6
- package/dist-es/models/enums.js +7 -0
- package/dist-es/schemas/schemas_0.js +6 -6
- package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +3 -0
- package/dist-types/commands/GetProvisioningProfileCommand.d.ts +2 -1
- package/dist-types/commands/ListProvisioningProfilesCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +37 -16
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -1353,6 +1353,13 @@ const ProvisioningType = {
|
|
|
1353
1353
|
FLEET_PROVISIONING: "FLEET_PROVISIONING",
|
|
1354
1354
|
JITR: "JITR",
|
|
1355
1355
|
};
|
|
1356
|
+
const ProvisioningProfileStatus = {
|
|
1357
|
+
CREATED: "CREATED",
|
|
1358
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
1359
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
1360
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
1361
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
1362
|
+
};
|
|
1356
1363
|
const DiscoveryType = {
|
|
1357
1364
|
CLOUD: "CLOUD",
|
|
1358
1365
|
CONTROLLER_CAPABILITY_REDISCOVERY: "CONTROLLER_CAPABILITY_REDISCOVERY",
|
|
@@ -1537,6 +1544,7 @@ exports.OtaStatus = OtaStatus;
|
|
|
1537
1544
|
exports.OtaTaskExecutionStatus = OtaTaskExecutionStatus;
|
|
1538
1545
|
exports.OtaType = OtaType;
|
|
1539
1546
|
exports.ProtocolType = ProtocolType;
|
|
1547
|
+
exports.ProvisioningProfileStatus = ProvisioningProfileStatus;
|
|
1540
1548
|
exports.ProvisioningStatus = ProvisioningStatus;
|
|
1541
1549
|
exports.ProvisioningType = ProvisioningType;
|
|
1542
1550
|
exports.PutDefaultEncryptionConfigurationCommand = PutDefaultEncryptionConfigurationCommand;
|
|
@@ -888,8 +888,8 @@ exports.CreateProvisioningProfileRequest$ = [3, n0, _CPPR,
|
|
|
888
888
|
];
|
|
889
889
|
exports.CreateProvisioningProfileResponse$ = [3, n0, _CPPRr,
|
|
890
890
|
0,
|
|
891
|
-
[_Ar, _N, _PT, _I, _CCl, _CCPK],
|
|
892
|
-
[0, 0, 0, 0, [() => ClaimCertificate, 0], [() => ClaimCertificatePrivateKey, 0]]
|
|
891
|
+
[_Ar, _N, _PT, _I, _St, _CCl, _CCPK],
|
|
892
|
+
[0, 0, 0, 0, 0, [() => ClaimCertificate, 0], [() => ClaimCertificatePrivateKey, 0]]
|
|
893
893
|
];
|
|
894
894
|
exports.CredentialLockerSummary$ = [3, n0, _CLS,
|
|
895
895
|
0,
|
|
@@ -1198,8 +1198,8 @@ exports.GetProvisioningProfileRequest$ = [3, n0, _GPPR,
|
|
|
1198
1198
|
];
|
|
1199
1199
|
exports.GetProvisioningProfileResponse$ = [3, n0, _GPPRe,
|
|
1200
1200
|
0,
|
|
1201
|
-
[_Ar, _N, _PT, _I, _CCl, _Ta],
|
|
1202
|
-
[0, 0, 0, 0, [() => ClaimCertificate, 0], [() => TagsMap, 0]]
|
|
1201
|
+
[_Ar, _N, _PT, _I, _St, _CCl, _Ta],
|
|
1202
|
+
[0, 0, 0, 0, 0, [() => ClaimCertificate, 0], [() => TagsMap, 0]]
|
|
1203
1203
|
];
|
|
1204
1204
|
exports.GetRuntimeLogConfigurationRequest$ = [3, n0, _GRLCR,
|
|
1205
1205
|
0,
|
|
@@ -1518,8 +1518,8 @@ exports.ProactiveRefreshTokenRenewal$ = [3, n0, _PRTR,
|
|
|
1518
1518
|
];
|
|
1519
1519
|
exports.ProvisioningProfileSummary$ = [3, n0, _PPS,
|
|
1520
1520
|
0,
|
|
1521
|
-
[_N, _I, _Ar, _PT],
|
|
1522
|
-
[0, 0, 0, 0]
|
|
1521
|
+
[_N, _I, _Ar, _PT, _St],
|
|
1522
|
+
[0, 0, 0, 0, 0]
|
|
1523
1523
|
];
|
|
1524
1524
|
exports.PushConfig$ = [3, n0, _PC,
|
|
1525
1525
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -102,6 +102,13 @@ export const ProvisioningType = {
|
|
|
102
102
|
FLEET_PROVISIONING: "FLEET_PROVISIONING",
|
|
103
103
|
JITR: "JITR",
|
|
104
104
|
};
|
|
105
|
+
export const ProvisioningProfileStatus = {
|
|
106
|
+
CREATED: "CREATED",
|
|
107
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
108
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
109
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
110
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
111
|
+
};
|
|
105
112
|
export const DiscoveryType = {
|
|
106
113
|
CLOUD: "CLOUD",
|
|
107
114
|
CONTROLLER_CAPABILITY_REDISCOVERY: "CONTROLLER_CAPABILITY_REDISCOVERY",
|
|
@@ -879,8 +879,8 @@ export var CreateProvisioningProfileRequest$ = [3, n0, _CPPR,
|
|
|
879
879
|
];
|
|
880
880
|
export var CreateProvisioningProfileResponse$ = [3, n0, _CPPRr,
|
|
881
881
|
0,
|
|
882
|
-
[_Ar, _N, _PT, _I, _CCl, _CCPK],
|
|
883
|
-
[0, 0, 0, 0, [() => ClaimCertificate, 0], [() => ClaimCertificatePrivateKey, 0]]
|
|
882
|
+
[_Ar, _N, _PT, _I, _St, _CCl, _CCPK],
|
|
883
|
+
[0, 0, 0, 0, 0, [() => ClaimCertificate, 0], [() => ClaimCertificatePrivateKey, 0]]
|
|
884
884
|
];
|
|
885
885
|
export var CredentialLockerSummary$ = [3, n0, _CLS,
|
|
886
886
|
0,
|
|
@@ -1189,8 +1189,8 @@ export var GetProvisioningProfileRequest$ = [3, n0, _GPPR,
|
|
|
1189
1189
|
];
|
|
1190
1190
|
export var GetProvisioningProfileResponse$ = [3, n0, _GPPRe,
|
|
1191
1191
|
0,
|
|
1192
|
-
[_Ar, _N, _PT, _I, _CCl, _Ta],
|
|
1193
|
-
[0, 0, 0, 0, [() => ClaimCertificate, 0], [() => TagsMap, 0]]
|
|
1192
|
+
[_Ar, _N, _PT, _I, _St, _CCl, _Ta],
|
|
1193
|
+
[0, 0, 0, 0, 0, [() => ClaimCertificate, 0], [() => TagsMap, 0]]
|
|
1194
1194
|
];
|
|
1195
1195
|
export var GetRuntimeLogConfigurationRequest$ = [3, n0, _GRLCR,
|
|
1196
1196
|
0,
|
|
@@ -1509,8 +1509,8 @@ export var ProactiveRefreshTokenRenewal$ = [3, n0, _PRTR,
|
|
|
1509
1509
|
];
|
|
1510
1510
|
export var ProvisioningProfileSummary$ = [3, n0, _PPS,
|
|
1511
1511
|
0,
|
|
1512
|
-
[_N, _I, _Ar, _PT],
|
|
1513
|
-
[0, 0, 0, 0]
|
|
1512
|
+
[_N, _I, _Ar, _PT, _St],
|
|
1513
|
+
[0, 0, 0, 0, 0]
|
|
1514
1514
|
];
|
|
1515
1515
|
export var PushConfig$ = [3, n0, _PC,
|
|
1516
1516
|
0,
|
|
@@ -27,7 +27,7 @@ declare const CreateProvisioningProfileCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Create a provisioning profile for
|
|
30
|
+
* <p>Create a provisioning profile for executing device provisioning flows. The provisioning profile is a document that defines the set of resources and policies applied to a device during the provisioning process.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -53,6 +53,7 @@ declare const CreateProvisioningProfileCommand_base: {
|
|
|
53
53
|
* // Name: "STRING_VALUE",
|
|
54
54
|
* // ProvisioningType: "FLEET_PROVISIONING" || "JITR",
|
|
55
55
|
* // Id: "STRING_VALUE",
|
|
56
|
+
* // Status: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATED" || "DELETE_IN_PROGRESS" || "DELETE_FAILED",
|
|
56
57
|
* // ClaimCertificate: "STRING_VALUE",
|
|
57
58
|
* // ClaimCertificatePrivateKey: "STRING_VALUE",
|
|
58
59
|
* // };
|
|
@@ -54,6 +54,9 @@ declare const DeleteProvisioningProfileCommand_base: {
|
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
55
|
* <p>User is not authorized.</p>
|
|
56
56
|
*
|
|
57
|
+
* @throws {@link ConflictException} (client fault)
|
|
58
|
+
* <p>There is a conflict with the request.</p>
|
|
59
|
+
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
|
|
59
62
|
*
|
|
@@ -27,7 +27,7 @@ declare const GetProvisioningProfileCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Get a provisioning profile
|
|
30
|
+
* <p>Get details of a provisioning profile.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -46,6 +46,7 @@ declare const GetProvisioningProfileCommand_base: {
|
|
|
46
46
|
* // Name: "STRING_VALUE",
|
|
47
47
|
* // ProvisioningType: "FLEET_PROVISIONING" || "JITR",
|
|
48
48
|
* // Id: "STRING_VALUE",
|
|
49
|
+
* // Status: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATED" || "DELETE_IN_PROGRESS" || "DELETE_FAILED",
|
|
49
50
|
* // ClaimCertificate: "STRING_VALUE",
|
|
50
51
|
* // Tags: { // TagsMap
|
|
51
52
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -49,6 +49,7 @@ declare const ListProvisioningProfilesCommand_base: {
|
|
|
49
49
|
* // Id: "STRING_VALUE",
|
|
50
50
|
* // Arn: "STRING_VALUE",
|
|
51
51
|
* // ProvisioningType: "FLEET_PROVISIONING" || "JITR",
|
|
52
|
+
* // Status: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATED" || "DELETE_IN_PROGRESS" || "DELETE_FAILED",
|
|
52
53
|
* // },
|
|
53
54
|
* // ],
|
|
54
55
|
* // NextToken: "STRING_VALUE",
|
|
@@ -270,6 +270,21 @@ export declare const ProvisioningType: {
|
|
|
270
270
|
* @public
|
|
271
271
|
*/
|
|
272
272
|
export type ProvisioningType = (typeof ProvisioningType)[keyof typeof ProvisioningType];
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
* @enum
|
|
276
|
+
*/
|
|
277
|
+
export declare const ProvisioningProfileStatus: {
|
|
278
|
+
readonly CREATED: "CREATED";
|
|
279
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
280
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
281
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
282
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
283
|
+
};
|
|
284
|
+
/**
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
export type ProvisioningProfileStatus = (typeof ProvisioningProfileStatus)[keyof typeof ProvisioningProfileStatus];
|
|
273
288
|
/**
|
|
274
289
|
* @public
|
|
275
290
|
* @enum
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import type { AbortCriteriaAction, AbortCriteriaFailureType, AssociationState, AuthMaterialType, AuthType, CloudConnectorType, ConfigurationState, ConnectorEventOperation, DeliveryDestinationType, DeviceDiscoveryStatus, DisconnectReasonValue, DiscoveryAuthMaterialType, DiscoveryModification, DiscoveryType, EncryptionType, EndpointType, EventType, HubNetworkMode, LogLevel, ManagedThingAssociationStatus, OtaMechanism, OtaProtocol, OtaStatus, OtaTaskExecutionStatus, OtaType, ProtocolType, ProvisioningStatus, ProvisioningType, RetryCriteriaFailureType, Role, SchedulingConfigEndBehavior, SchemaVersionFormat, SchemaVersionType, SchemaVersionVisibility, TokenEndpointAuthenticationScheme } from "./enums";
|
|
2
|
+
import type { AbortCriteriaAction, AbortCriteriaFailureType, AssociationState, AuthMaterialType, AuthType, CloudConnectorType, ConfigurationState, ConnectorEventOperation, DeliveryDestinationType, DeviceDiscoveryStatus, DisconnectReasonValue, DiscoveryAuthMaterialType, DiscoveryModification, DiscoveryType, EncryptionType, EndpointType, EventType, HubNetworkMode, LogLevel, ManagedThingAssociationStatus, OtaMechanism, OtaProtocol, OtaStatus, OtaTaskExecutionStatus, OtaType, ProtocolType, ProvisioningProfileStatus, ProvisioningStatus, ProvisioningType, RetryCriteriaFailureType, Role, SchedulingConfigEndBehavior, SchemaVersionFormat, SchemaVersionType, SchemaVersionVisibility, TokenEndpointAuthenticationScheme } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Structure representing one abort config criteria.</p>
|
|
5
5
|
* @public
|
|
@@ -431,7 +431,7 @@ export interface AuthConfigUpdate {
|
|
|
431
431
|
*/
|
|
432
432
|
oAuthUpdate?: OAuthUpdate | undefined;
|
|
433
433
|
/**
|
|
434
|
-
* <p>The General Authorization update information containing authorization materials to add or update
|
|
434
|
+
* <p>The General Authorization update information containing authorization materials to add or update.</p>
|
|
435
435
|
* @public
|
|
436
436
|
*/
|
|
437
437
|
GeneralAuthorizationUpdate?: GeneralAuthorizationUpdate | undefined;
|
|
@@ -1283,6 +1283,8 @@ export interface CreateManagedThingRequest {
|
|
|
1283
1283
|
CapabilitySchemas?: CapabilitySchemaItem[] | undefined;
|
|
1284
1284
|
/**
|
|
1285
1285
|
* <p>The capabilities of the device such as light bulb.</p>
|
|
1286
|
+
*
|
|
1287
|
+
* @deprecated (since 06-25-2025) Capabilities has been deprecated, use CapabilityReport instead.
|
|
1286
1288
|
* @public
|
|
1287
1289
|
*/
|
|
1288
1290
|
Capabilities?: string | undefined;
|
|
@@ -1659,17 +1661,17 @@ export interface CreateProvisioningProfileRequest {
|
|
|
1659
1661
|
*/
|
|
1660
1662
|
ProvisioningType: ProvisioningType | undefined;
|
|
1661
1663
|
/**
|
|
1662
|
-
* <p>The
|
|
1664
|
+
* <p>The body of the PEM-encoded certificate authority (CA) certificate.</p>
|
|
1663
1665
|
* @public
|
|
1664
1666
|
*/
|
|
1665
1667
|
CaCertificate?: string | undefined;
|
|
1666
1668
|
/**
|
|
1667
|
-
* <p>The claim certificate.</p>
|
|
1669
|
+
* <p>The body of the PEM-encoded claim certificate. If a claim certificate is provided, it will be used for the provisioning profile. Otherwise, a claim certificate will be generated.</p>
|
|
1668
1670
|
* @public
|
|
1669
1671
|
*/
|
|
1670
1672
|
ClaimCertificate?: string | undefined;
|
|
1671
1673
|
/**
|
|
1672
|
-
* <p>The name of the provisioning
|
|
1674
|
+
* <p>The name of the provisioning profile.</p>
|
|
1673
1675
|
* @public
|
|
1674
1676
|
*/
|
|
1675
1677
|
Name?: string | undefined;
|
|
@@ -1689,12 +1691,12 @@ export interface CreateProvisioningProfileRequest {
|
|
|
1689
1691
|
*/
|
|
1690
1692
|
export interface CreateProvisioningProfileResponse {
|
|
1691
1693
|
/**
|
|
1692
|
-
* <p>The Amazon Resource Name (ARN) of the provisioning
|
|
1694
|
+
* <p>The Amazon Resource Name (ARN) of the provisioning profile.</p>
|
|
1693
1695
|
* @public
|
|
1694
1696
|
*/
|
|
1695
1697
|
Arn?: string | undefined;
|
|
1696
1698
|
/**
|
|
1697
|
-
* <p>The name of the provisioning
|
|
1699
|
+
* <p>The name of the provisioning profile.</p>
|
|
1698
1700
|
* @public
|
|
1699
1701
|
*/
|
|
1700
1702
|
Name?: string | undefined;
|
|
@@ -1709,12 +1711,17 @@ export interface CreateProvisioningProfileResponse {
|
|
|
1709
1711
|
*/
|
|
1710
1712
|
Id?: string | undefined;
|
|
1711
1713
|
/**
|
|
1712
|
-
* <p>The
|
|
1714
|
+
* <p>The status of a provisioning profile.</p>
|
|
1715
|
+
* @public
|
|
1716
|
+
*/
|
|
1717
|
+
Status?: ProvisioningProfileStatus | undefined;
|
|
1718
|
+
/**
|
|
1719
|
+
* <p>The body of the PEM-encoded claim certificate.</p>
|
|
1713
1720
|
* @public
|
|
1714
1721
|
*/
|
|
1715
1722
|
ClaimCertificate?: string | undefined;
|
|
1716
1723
|
/**
|
|
1717
|
-
* <p>The private key of the claim certificate. This
|
|
1724
|
+
* <p>The private key of the claim certificate. This may be stored securely on the device for validating the connection endpoint with IoT managed integrations using the public key.</p>
|
|
1718
1725
|
* @public
|
|
1719
1726
|
*/
|
|
1720
1727
|
ClaimCertificatePrivateKey?: string | undefined;
|
|
@@ -1895,7 +1902,7 @@ export interface DeleteOtaTaskConfigurationRequest {
|
|
|
1895
1902
|
*/
|
|
1896
1903
|
export interface DeleteProvisioningProfileRequest {
|
|
1897
1904
|
/**
|
|
1898
|
-
* <p>The
|
|
1905
|
+
* <p>The id of the provisioning profile.</p>
|
|
1899
1906
|
* @public
|
|
1900
1907
|
*/
|
|
1901
1908
|
Identifier: string | undefined;
|
|
@@ -2873,6 +2880,8 @@ export interface GetManagedThingCapabilitiesResponse {
|
|
|
2873
2880
|
ManagedThingId?: string | undefined;
|
|
2874
2881
|
/**
|
|
2875
2882
|
* <p>The capabilities of the device such as light bulb.</p>
|
|
2883
|
+
*
|
|
2884
|
+
* @deprecated (since 06-25-2025) Capabilities has been deprecated, use CapabilityReport instead.
|
|
2876
2885
|
* @public
|
|
2877
2886
|
*/
|
|
2878
2887
|
Capabilities?: string | undefined;
|
|
@@ -3267,7 +3276,7 @@ export interface GetOtaTaskConfigurationResponse {
|
|
|
3267
3276
|
*/
|
|
3268
3277
|
export interface GetProvisioningProfileRequest {
|
|
3269
3278
|
/**
|
|
3270
|
-
* <p>The
|
|
3279
|
+
* <p>The id of a provisioning profile.</p>
|
|
3271
3280
|
* @public
|
|
3272
3281
|
*/
|
|
3273
3282
|
Identifier: string | undefined;
|
|
@@ -3277,12 +3286,12 @@ export interface GetProvisioningProfileRequest {
|
|
|
3277
3286
|
*/
|
|
3278
3287
|
export interface GetProvisioningProfileResponse {
|
|
3279
3288
|
/**
|
|
3280
|
-
* <p>The Amazon Resource Name (ARN) of the provisioning
|
|
3289
|
+
* <p>The Amazon Resource Name (ARN) of the provisioning profile.</p>
|
|
3281
3290
|
* @public
|
|
3282
3291
|
*/
|
|
3283
3292
|
Arn?: string | undefined;
|
|
3284
3293
|
/**
|
|
3285
|
-
* <p>The name of the provisioning
|
|
3294
|
+
* <p>The name of the provisioning profile.</p>
|
|
3286
3295
|
* @public
|
|
3287
3296
|
*/
|
|
3288
3297
|
Name?: string | undefined;
|
|
@@ -3297,7 +3306,12 @@ export interface GetProvisioningProfileResponse {
|
|
|
3297
3306
|
*/
|
|
3298
3307
|
Id?: string | undefined;
|
|
3299
3308
|
/**
|
|
3300
|
-
* <p>The
|
|
3309
|
+
* <p>The status of a provisioning profile.</p>
|
|
3310
|
+
* @public
|
|
3311
|
+
*/
|
|
3312
|
+
Status?: ProvisioningProfileStatus | undefined;
|
|
3313
|
+
/**
|
|
3314
|
+
* <p>The body of the PEM-encoded claim certificate.</p>
|
|
3301
3315
|
* @public
|
|
3302
3316
|
*/
|
|
3303
3317
|
ClaimCertificate?: string | undefined;
|
|
@@ -3953,6 +3967,8 @@ export interface UpdateManagedThingRequest {
|
|
|
3953
3967
|
CapabilitySchemas?: CapabilitySchemaItem[] | undefined;
|
|
3954
3968
|
/**
|
|
3955
3969
|
* <p>The capabilities of the device such as light bulb.</p>
|
|
3970
|
+
*
|
|
3971
|
+
* @deprecated (since 06-25-2025) Capabilities has been deprecated, use CapabilityReport instead.
|
|
3956
3972
|
* @public
|
|
3957
3973
|
*/
|
|
3958
3974
|
Capabilities?: string | undefined;
|
|
@@ -4278,7 +4294,7 @@ export interface ListProvisioningProfilesRequest {
|
|
|
4278
4294
|
*/
|
|
4279
4295
|
export interface ProvisioningProfileSummary {
|
|
4280
4296
|
/**
|
|
4281
|
-
* <p>The name of the provisioning
|
|
4297
|
+
* <p>The name of the provisioning profile.</p>
|
|
4282
4298
|
* @public
|
|
4283
4299
|
*/
|
|
4284
4300
|
Name?: string | undefined;
|
|
@@ -4288,7 +4304,7 @@ export interface ProvisioningProfileSummary {
|
|
|
4288
4304
|
*/
|
|
4289
4305
|
Id?: string | undefined;
|
|
4290
4306
|
/**
|
|
4291
|
-
* <p>The Amazon Resource Name (ARN) of the provisioning
|
|
4307
|
+
* <p>The Amazon Resource Name (ARN) of the provisioning profile.</p>
|
|
4292
4308
|
* @public
|
|
4293
4309
|
*/
|
|
4294
4310
|
Arn?: string | undefined;
|
|
@@ -4297,6 +4313,11 @@ export interface ProvisioningProfileSummary {
|
|
|
4297
4313
|
* @public
|
|
4298
4314
|
*/
|
|
4299
4315
|
ProvisioningType?: ProvisioningType | undefined;
|
|
4316
|
+
/**
|
|
4317
|
+
* <p>The status of a provisioning profile.</p>
|
|
4318
|
+
* @public
|
|
4319
|
+
*/
|
|
4320
|
+
Status?: ProvisioningProfileStatus | undefined;
|
|
4300
4321
|
}
|
|
4301
4322
|
/**
|
|
4302
4323
|
* @public
|
|
@@ -136,6 +136,15 @@ export declare const ProvisioningType: {
|
|
|
136
136
|
};
|
|
137
137
|
export type ProvisioningType =
|
|
138
138
|
(typeof ProvisioningType)[keyof typeof ProvisioningType];
|
|
139
|
+
export declare const ProvisioningProfileStatus: {
|
|
140
|
+
readonly CREATED: "CREATED";
|
|
141
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
142
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
143
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
144
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
145
|
+
};
|
|
146
|
+
export type ProvisioningProfileStatus =
|
|
147
|
+
(typeof ProvisioningProfileStatus)[keyof typeof ProvisioningProfileStatus];
|
|
139
148
|
export declare const DiscoveryType: {
|
|
140
149
|
readonly CLOUD: "CLOUD";
|
|
141
150
|
readonly CONTROLLER_CAPABILITY_REDISCOVERY: "CONTROLLER_CAPABILITY_REDISCOVERY";
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
OtaTaskExecutionStatus,
|
|
27
27
|
OtaType,
|
|
28
28
|
ProtocolType,
|
|
29
|
+
ProvisioningProfileStatus,
|
|
29
30
|
ProvisioningStatus,
|
|
30
31
|
ProvisioningType,
|
|
31
32
|
RetryCriteriaFailureType,
|
|
@@ -448,6 +449,7 @@ export interface CreateProvisioningProfileResponse {
|
|
|
448
449
|
Name?: string | undefined;
|
|
449
450
|
ProvisioningType?: ProvisioningType | undefined;
|
|
450
451
|
Id?: string | undefined;
|
|
452
|
+
Status?: ProvisioningProfileStatus | undefined;
|
|
451
453
|
ClaimCertificate?: string | undefined;
|
|
452
454
|
ClaimCertificatePrivateKey?: string | undefined;
|
|
453
455
|
}
|
|
@@ -827,6 +829,7 @@ export interface GetProvisioningProfileResponse {
|
|
|
827
829
|
Name?: string | undefined;
|
|
828
830
|
ProvisioningType?: ProvisioningType | undefined;
|
|
829
831
|
Id?: string | undefined;
|
|
832
|
+
Status?: ProvisioningProfileStatus | undefined;
|
|
830
833
|
ClaimCertificate?: string | undefined;
|
|
831
834
|
Tags?: Record<string, string> | undefined;
|
|
832
835
|
}
|
|
@@ -1068,6 +1071,7 @@ export interface ProvisioningProfileSummary {
|
|
|
1068
1071
|
Id?: string | undefined;
|
|
1069
1072
|
Arn?: string | undefined;
|
|
1070
1073
|
ProvisioningType?: ProvisioningType | undefined;
|
|
1074
|
+
Status?: ProvisioningProfileStatus | undefined;
|
|
1071
1075
|
}
|
|
1072
1076
|
export interface ListProvisioningProfilesResponse {
|
|
1073
1077
|
Items?: ProvisioningProfileSummary[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-managed-integrations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Managed Integrations Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1036.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-managed-integrations",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.36",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.35",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
31
31
|
"@aws-sdk/types": "^3.973.8",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.21",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.17",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.17",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
38
38
|
"@smithy/hash-node": "^4.2.14",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.14",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.14",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.5.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.32",
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.5",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.20",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.14",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.14",
|
|
46
|
-
"@smithy/node-http-handler": "^4.6.
|
|
46
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.14",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.13",
|
|
49
49
|
"@smithy/types": "^4.14.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.14",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
56
56
|
"@smithy/util-endpoints": "^3.4.2",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.14",
|
|
58
|
-
"@smithy/util-retry": "^4.3.
|
|
58
|
+
"@smithy/util-retry": "^4.3.4",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|