@aws-sdk/client-pca-connector-scep 3.992.0 → 3.994.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 CHANGED
@@ -303,6 +303,8 @@ const ConnectorStatusReason = {
303
303
  PRIVATECA_ACCESS_DENIED: "PRIVATECA_ACCESS_DENIED",
304
304
  PRIVATECA_INVALID_STATE: "PRIVATECA_INVALID_STATE",
305
305
  PRIVATECA_RESOURCE_NOT_FOUND: "PRIVATECA_RESOURCE_NOT_FOUND",
306
+ VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND: "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND",
307
+ VPC_ENDPOINT_RESOURCE_NOT_FOUND: "VPC_ENDPOINT_RESOURCE_NOT_FOUND",
306
308
  };
307
309
  const ConnectorType = {
308
310
  GENERAL_PURPOSE: "GENERAL_PURPOSE",
@@ -83,6 +83,7 @@ const _UA = "UpdatedAt";
83
83
  const _UR = "UntagResource";
84
84
  const _URR = "UntagResourceRequest";
85
85
  const _VE = "ValidationException";
86
+ const _VEI = "VpcEndpointId";
86
87
  const _c = "client";
87
88
  const _e = "error";
88
89
  const _h = "http";
@@ -189,8 +190,8 @@ exports.CreateChallengeResponse$ = [3, n0, _CCRr,
189
190
  ];
190
191
  exports.CreateConnectorRequest$ = [3, n0, _CCRre,
191
192
  0,
192
- [_CAA, _MDM, _CT, _Ta],
193
- [0, () => exports.MobileDeviceManagement$, [0, 4], 128 | 0], 1
193
+ [_CAA, _MDM, _VEI, _CT, _Ta],
194
+ [0, () => exports.MobileDeviceManagement$, 0, [0, 4], 128 | 0], 1
194
195
  ];
195
196
  exports.CreateConnectorResponse$ = [3, n0, _CCRrea,
196
197
  0,
@@ -18,6 +18,8 @@ export const ConnectorStatusReason = {
18
18
  PRIVATECA_ACCESS_DENIED: "PRIVATECA_ACCESS_DENIED",
19
19
  PRIVATECA_INVALID_STATE: "PRIVATECA_INVALID_STATE",
20
20
  PRIVATECA_RESOURCE_NOT_FOUND: "PRIVATECA_RESOURCE_NOT_FOUND",
21
+ VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND: "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND",
22
+ VPC_ENDPOINT_RESOURCE_NOT_FOUND: "VPC_ENDPOINT_RESOURCE_NOT_FOUND",
21
23
  };
22
24
  export const ConnectorType = {
23
25
  GENERAL_PURPOSE: "GENERAL_PURPOSE",
@@ -80,6 +80,7 @@ const _UA = "UpdatedAt";
80
80
  const _UR = "UntagResource";
81
81
  const _URR = "UntagResourceRequest";
82
82
  const _VE = "ValidationException";
83
+ const _VEI = "VpcEndpointId";
83
84
  const _c = "client";
84
85
  const _e = "error";
85
86
  const _h = "http";
@@ -186,8 +187,8 @@ export var CreateChallengeResponse$ = [3, n0, _CCRr,
186
187
  ];
187
188
  export var CreateConnectorRequest$ = [3, n0, _CCRre,
188
189
  0,
189
- [_CAA, _MDM, _CT, _Ta],
190
- [0, () => MobileDeviceManagement$, [0, 4], 128 | 0], 1
190
+ [_CAA, _MDM, _VEI, _CT, _Ta],
191
+ [0, () => MobileDeviceManagement$, 0, [0, 4], 128 | 0], 1
191
192
  ];
192
193
  export var CreateConnectorResponse$ = [3, n0, _CCRrea,
193
194
  0,
@@ -27,8 +27,7 @@ declare const CreateChallengeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>For general-purpose connectors. Creates a <i>challenge password</i> for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call <a href="https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_ListConnectors.html">ListConnectors</a>.</p>
31
- * <p>To create additional challenge passwords for the connector, call <code>CreateChallenge</code> again. We recommend frequently rotating your challenge passwords.</p>
30
+ * <p>For general-purpose connectors. Creates a <i>challenge password</i> for the specified connector. The SCEP protocol uses a challenge password to authenticate a request before issuing a certificate from a certificate authority (CA). Your SCEP clients include the challenge password as part of their certificate request to Connector for SCEP. To retrieve the connector Amazon Resource Names (ARNs) for the connectors in your account, call <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_ListConnectors.html">ListConnectors</a>.</p> <p>To create additional challenge passwords for the connector, call <code>CreateChallenge</code> again. We recommend frequently rotating your challenge passwords.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -65,22 +64,16 @@ declare const CreateChallengeCommand_base: {
65
64
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
66
65
  *
67
66
  * @throws {@link AccessDeniedException} (client fault)
68
- * <p>You can receive this error if you attempt to perform an operation and you don't have
69
- * the required permissions. This can be caused by insufficient permissions in policies
70
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
71
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
72
- * that affects your Amazon Web Services account.</p>
67
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
73
68
  *
74
69
  * @throws {@link BadRequestException} (client fault)
75
70
  * <p>The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.</p>
76
71
  *
77
72
  * @throws {@link ConflictException} (client fault)
78
- * <p>This request can't be completed for one of the following reasons because the requested
79
- * resource was being concurrently modified by another request.</p>
73
+ * <p>This request can't be completed for one of the following reasons because the requested resource was being concurrently modified by another request.</p>
80
74
  *
81
75
  * @throws {@link InternalServerException} (server fault)
82
- * <p>The request processing has failed because of an unknown error, exception or failure with
83
- * an internal server.</p>
76
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
84
77
  *
85
78
  * @throws {@link ResourceNotFoundException} (client fault)
86
79
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -44,6 +44,7 @@ declare const CreateConnectorCommand_base: {
44
44
  * Domain: "STRING_VALUE", // required
45
45
  * },
46
46
  * },
47
+ * VpcEndpointId: "STRING_VALUE",
47
48
  * ClientToken: "STRING_VALUE",
48
49
  * Tags: { // Tags
49
50
  * "<keys>": "STRING_VALUE",
@@ -64,19 +65,13 @@ declare const CreateConnectorCommand_base: {
64
65
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
65
66
  *
66
67
  * @throws {@link AccessDeniedException} (client fault)
67
- * <p>You can receive this error if you attempt to perform an operation and you don't have
68
- * the required permissions. This can be caused by insufficient permissions in policies
69
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
70
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
71
- * that affects your Amazon Web Services account.</p>
68
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
72
69
  *
73
70
  * @throws {@link ConflictException} (client fault)
74
- * <p>This request can't be completed for one of the following reasons because the requested
75
- * resource was being concurrently modified by another request.</p>
71
+ * <p>This request can't be completed for one of the following reasons because the requested resource was being concurrently modified by another request.</p>
76
72
  *
77
73
  * @throws {@link InternalServerException} (server fault)
78
- * <p>The request processing has failed because of an unknown error, exception or failure with
79
- * an internal server.</p>
74
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
80
75
  *
81
76
  * @throws {@link ResourceNotFoundException} (client fault)
82
77
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -27,7 +27,7 @@ declare const DeleteChallengeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the specified <a href="https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Challenge.html">Challenge</a>.</p>
30
+ * <p>Deletes the specified <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Challenge.html">Challenge</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -52,19 +52,13 @@ declare const DeleteChallengeCommand_base: {
52
52
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
- * <p>You can receive this error if you attempt to perform an operation and you don't have
56
- * the required permissions. This can be caused by insufficient permissions in policies
57
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
58
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
59
- * that affects your Amazon Web Services account.</p>
55
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
60
56
  *
61
57
  * @throws {@link ConflictException} (client fault)
62
- * <p>This request can't be completed for one of the following reasons because the requested
63
- * resource was being concurrently modified by another request.</p>
58
+ * <p>This request can't be completed for one of the following reasons because the requested resource was being concurrently modified by another request.</p>
64
59
  *
65
60
  * @throws {@link InternalServerException} (server fault)
66
- * <p>The request processing has failed because of an unknown error, exception or failure with
67
- * an internal server.</p>
61
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
68
62
  *
69
63
  * @throws {@link ResourceNotFoundException} (client fault)
70
64
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -27,7 +27,7 @@ declare const DeleteConnectorCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the specified <a href="https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Connector.html">Connector</a>. This operation also deletes any challenges associated with the connector.</p>
30
+ * <p>Deletes the specified <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Connector.html">Connector</a>. This operation also deletes any challenges associated with the connector.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -52,19 +52,13 @@ declare const DeleteConnectorCommand_base: {
52
52
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
- * <p>You can receive this error if you attempt to perform an operation and you don't have
56
- * the required permissions. This can be caused by insufficient permissions in policies
57
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
58
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
59
- * that affects your Amazon Web Services account.</p>
55
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
60
56
  *
61
57
  * @throws {@link ConflictException} (client fault)
62
- * <p>This request can't be completed for one of the following reasons because the requested
63
- * resource was being concurrently modified by another request.</p>
58
+ * <p>This request can't be completed for one of the following reasons because the requested resource was being concurrently modified by another request.</p>
64
59
  *
65
60
  * @throws {@link InternalServerException} (server fault)
66
- * <p>The request processing has failed because of an unknown error, exception or failure with
67
- * an internal server.</p>
61
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
68
62
  *
69
63
  * @throws {@link ResourceNotFoundException} (client fault)
70
64
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -27,7 +27,7 @@ declare const GetChallengeMetadataCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves the metadata for the specified <a href="https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Challenge.html">Challenge</a>.</p>
30
+ * <p>Retrieves the metadata for the specified <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Challenge.html">Challenge</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -59,15 +59,10 @@ declare const GetChallengeMetadataCommand_base: {
59
59
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
60
60
  *
61
61
  * @throws {@link AccessDeniedException} (client fault)
62
- * <p>You can receive this error if you attempt to perform an operation and you don't have
63
- * the required permissions. This can be caused by insufficient permissions in policies
64
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
65
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
66
- * that affects your Amazon Web Services account.</p>
62
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
67
63
  *
68
64
  * @throws {@link InternalServerException} (server fault)
69
- * <p>The request processing has failed because of an unknown error, exception or failure with
70
- * an internal server.</p>
65
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
71
66
  *
72
67
  * @throws {@link ResourceNotFoundException} (client fault)
73
68
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -27,7 +27,7 @@ declare const GetChallengePasswordCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves the challenge password for the specified <a href="https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Challenge.html">Challenge</a>.</p>
30
+ * <p>Retrieves the challenge password for the specified <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Challenge.html">Challenge</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -54,15 +54,10 @@ declare const GetChallengePasswordCommand_base: {
54
54
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
55
55
  *
56
56
  * @throws {@link AccessDeniedException} (client fault)
57
- * <p>You can receive this error if you attempt to perform an operation and you don't have
58
- * the required permissions. This can be caused by insufficient permissions in policies
59
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
60
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
61
- * that affects your Amazon Web Services account.</p>
57
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
62
58
  *
63
59
  * @throws {@link InternalServerException} (server fault)
64
- * <p>The request processing has failed because of an unknown error, exception or failure with
65
- * an internal server.</p>
60
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
66
61
  *
67
62
  * @throws {@link ResourceNotFoundException} (client fault)
68
63
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -27,7 +27,7 @@ declare const GetConnectorCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves details about the specified <a href="https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_Connector.html">Connector</a>. Calling this action returns important details about the connector, such as the public SCEP URL where your clients can request certificates.</p>
30
+ * <p>Retrieves details about the specified <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Connector.html">Connector</a>. Calling this action returns important details about the connector, such as the public SCEP URL where your clients can request certificates.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -58,7 +58,7 @@ declare const GetConnectorCommand_base: {
58
58
  * // Audience: "STRING_VALUE",
59
59
  * // },
60
60
  * // Status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED",
61
- * // StatusReason: "INTERNAL_FAILURE" || "PRIVATECA_ACCESS_DENIED" || "PRIVATECA_INVALID_STATE" || "PRIVATECA_RESOURCE_NOT_FOUND",
61
+ * // StatusReason: "INTERNAL_FAILURE" || "PRIVATECA_ACCESS_DENIED" || "PRIVATECA_INVALID_STATE" || "PRIVATECA_RESOURCE_NOT_FOUND" || "VPC_ENDPOINT_RESOURCE_NOT_FOUND" || "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND",
62
62
  * // Endpoint: "STRING_VALUE",
63
63
  * // CreatedAt: new Date("TIMESTAMP"),
64
64
  * // UpdatedAt: new Date("TIMESTAMP"),
@@ -74,15 +74,10 @@ declare const GetConnectorCommand_base: {
74
74
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
75
75
  *
76
76
  * @throws {@link AccessDeniedException} (client fault)
77
- * <p>You can receive this error if you attempt to perform an operation and you don't have
78
- * the required permissions. This can be caused by insufficient permissions in policies
79
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
80
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
81
- * that affects your Amazon Web Services account.</p>
77
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
82
78
  *
83
79
  * @throws {@link InternalServerException} (server fault)
84
- * <p>The request processing has failed because of an unknown error, exception or failure with
85
- * an internal server.</p>
80
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
86
81
  *
87
82
  * @throws {@link ResourceNotFoundException} (client fault)
88
83
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -64,15 +64,10 @@ declare const ListChallengeMetadataCommand_base: {
64
64
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
65
65
  *
66
66
  * @throws {@link AccessDeniedException} (client fault)
67
- * <p>You can receive this error if you attempt to perform an operation and you don't have
68
- * the required permissions. This can be caused by insufficient permissions in policies
69
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
70
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
71
- * that affects your Amazon Web Services account.</p>
67
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
72
68
  *
73
69
  * @throws {@link InternalServerException} (server fault)
74
- * <p>The request processing has failed because of an unknown error, exception or failure with
75
- * an internal server.</p>
70
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
76
71
  *
77
72
  * @throws {@link ResourceNotFoundException} (client fault)
78
73
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -60,7 +60,7 @@ declare const ListConnectorsCommand_base: {
60
60
  * // Audience: "STRING_VALUE",
61
61
  * // },
62
62
  * // Status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED",
63
- * // StatusReason: "INTERNAL_FAILURE" || "PRIVATECA_ACCESS_DENIED" || "PRIVATECA_INVALID_STATE" || "PRIVATECA_RESOURCE_NOT_FOUND",
63
+ * // StatusReason: "INTERNAL_FAILURE" || "PRIVATECA_ACCESS_DENIED" || "PRIVATECA_INVALID_STATE" || "PRIVATECA_RESOURCE_NOT_FOUND" || "VPC_ENDPOINT_RESOURCE_NOT_FOUND" || "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND",
64
64
  * // Endpoint: "STRING_VALUE",
65
65
  * // CreatedAt: new Date("TIMESTAMP"),
66
66
  * // UpdatedAt: new Date("TIMESTAMP"),
@@ -78,15 +78,10 @@ declare const ListConnectorsCommand_base: {
78
78
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
79
79
  *
80
80
  * @throws {@link AccessDeniedException} (client fault)
81
- * <p>You can receive this error if you attempt to perform an operation and you don't have
82
- * the required permissions. This can be caused by insufficient permissions in policies
83
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
84
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
85
- * that affects your Amazon Web Services account.</p>
81
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
86
82
  *
87
83
  * @throws {@link InternalServerException} (server fault)
88
- * <p>The request processing has failed because of an unknown error, exception or failure with
89
- * an internal server.</p>
84
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
90
85
  *
91
86
  * @throws {@link ThrottlingException} (client fault)
92
87
  * <p>The limit on the number of requests per second was exceeded.</p>
@@ -27,11 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves the tags associated with the specified resource. Tags are key-value pairs that
31
- * you can use to categorize and manage your resources, for purposes like billing. For
32
- * example, you might set the tag key to "customer" and the value to the customer name or ID.
33
- * You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a
34
- * resource.</p>
30
+ * <p>Retrieves the tags associated with the specified resource. Tags are key-value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -60,15 +56,10 @@ declare const ListTagsForResourceCommand_base: {
60
56
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
61
57
  *
62
58
  * @throws {@link AccessDeniedException} (client fault)
63
- * <p>You can receive this error if you attempt to perform an operation and you don't have
64
- * the required permissions. This can be caused by insufficient permissions in policies
65
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
66
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
67
- * that affects your Amazon Web Services account.</p>
59
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
68
60
  *
69
61
  * @throws {@link InternalServerException} (server fault)
70
- * <p>The request processing has failed because of an unknown error, exception or failure with
71
- * an internal server.</p>
62
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
72
63
  *
73
64
  * @throws {@link ResourceNotFoundException} (client fault)
74
65
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -55,15 +55,10 @@ declare const TagResourceCommand_base: {
55
55
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
56
56
  *
57
57
  * @throws {@link AccessDeniedException} (client fault)
58
- * <p>You can receive this error if you attempt to perform an operation and you don't have
59
- * the required permissions. This can be caused by insufficient permissions in policies
60
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
61
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
62
- * that affects your Amazon Web Services account.</p>
58
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
63
59
  *
64
60
  * @throws {@link InternalServerException} (server fault)
65
- * <p>The request processing has failed because of an unknown error, exception or failure with
66
- * an internal server.</p>
61
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
67
62
  *
68
63
  * @throws {@link ResourceNotFoundException} (client fault)
69
64
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -55,15 +55,10 @@ declare const UntagResourceCommand_base: {
55
55
  * @see {@link PcaConnectorScepClientResolvedConfig | config} for PcaConnectorScepClient's `config` shape.
56
56
  *
57
57
  * @throws {@link AccessDeniedException} (client fault)
58
- * <p>You can receive this error if you attempt to perform an operation and you don't have
59
- * the required permissions. This can be caused by insufficient permissions in policies
60
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
61
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
62
- * that affects your Amazon Web Services account.</p>
58
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
63
59
  *
64
60
  * @throws {@link InternalServerException} (server fault)
65
- * <p>The request processing has failed because of an unknown error, exception or failure with
66
- * an internal server.</p>
61
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
67
62
  *
68
63
  * @throws {@link ResourceNotFoundException} (client fault)
69
64
  * <p>The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than <code>ACTIVE</code>.</p>
@@ -38,6 +38,8 @@ export declare const ConnectorStatusReason: {
38
38
  readonly PRIVATECA_ACCESS_DENIED: "PRIVATECA_ACCESS_DENIED";
39
39
  readonly PRIVATECA_INVALID_STATE: "PRIVATECA_INVALID_STATE";
40
40
  readonly PRIVATECA_RESOURCE_NOT_FOUND: "PRIVATECA_RESOURCE_NOT_FOUND";
41
+ readonly VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND: "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND";
42
+ readonly VPC_ENDPOINT_RESOURCE_NOT_FOUND: "VPC_ENDPOINT_RESOURCE_NOT_FOUND";
41
43
  };
42
44
  /**
43
45
  * @public
@@ -2,11 +2,7 @@ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smith
2
2
  import { ValidationExceptionReason } from "./enums";
3
3
  import { PcaConnectorScepServiceException as __BaseException } from "./PcaConnectorScepServiceException";
4
4
  /**
5
- * <p>You can receive this error if you attempt to perform an operation and you don't have
6
- * the required permissions. This can be caused by insufficient permissions in policies
7
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
8
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
9
- * that affects your Amazon Web Services account.</p>
5
+ * <p>You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.</p>
10
6
  * @public
11
7
  */
12
8
  export declare class AccessDeniedException extends __BaseException {
@@ -32,8 +28,7 @@ export declare class BadRequestException extends __BaseException {
32
28
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
33
29
  }
34
30
  /**
35
- * <p>This request can't be completed for one of the following reasons because the requested
36
- * resource was being concurrently modified by another request.</p>
31
+ * <p>This request can't be completed for one of the following reasons because the requested resource was being concurrently modified by another request.</p>
37
32
  * @public
38
33
  */
39
34
  export declare class ConflictException extends __BaseException {
@@ -56,8 +51,7 @@ export declare class ConflictException extends __BaseException {
56
51
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
57
52
  }
58
53
  /**
59
- * <p>The request processing has failed because of an unknown error, exception or failure with
60
- * an internal server.</p>
54
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
61
55
  * @public
62
56
  */
63
57
  export declare class InternalServerException extends __BaseException {
@@ -57,7 +57,7 @@ export interface ChallengeMetadata {
57
57
  UpdatedAt?: Date | undefined;
58
58
  }
59
59
  /**
60
- * <p>Details about the specified challenge, returned by the <a href="https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_GetChallengeMetadata.html">GetChallengeMetadata</a> action.</p>
60
+ * <p>Details about the specified challenge, returned by the <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_GetChallengeMetadata.html">GetChallengeMetadata</a> action.</p>
61
61
  * @public
62
62
  */
63
63
  export interface ChallengeMetadataSummary {
@@ -92,7 +92,7 @@ export interface CreateChallengeRequest {
92
92
  */
93
93
  ConnectorArn: string | undefined;
94
94
  /**
95
- * <p>Custom string that can be used to distinguish between calls to the <a href="https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_CreateChallenge.html">CreateChallenge</a> action. Client tokens for <code>CreateChallenge</code> time out after five minutes. Therefore, if you call <code>CreateChallenge</code> multiple times with the same client token within five minutes, Connector for SCEP recognizes that you are requesting only one challenge and will only respond with one. If you change the client token for each call, Connector for SCEP recognizes that you are requesting multiple challenge passwords.</p>
95
+ * <p>Custom string that can be used to distinguish between calls to the <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_CreateChallenge.html">CreateChallenge</a> action. Client tokens for <code>CreateChallenge</code> time out after five minutes. Therefore, if you call <code>CreateChallenge</code> multiple times with the same client token within five minutes, Connector for SCEP recognizes that you are requesting only one challenge and will only respond with one. If you change the client token for each call, Connector for SCEP recognizes that you are requesting multiple challenge passwords.</p>
96
96
  * @public
97
97
  */
98
98
  ClientToken?: string | undefined;
@@ -167,16 +167,12 @@ export interface GetChallengePasswordResponse {
167
167
  */
168
168
  export interface ListChallengeMetadataRequest {
169
169
  /**
170
- * <p>The maximum number of objects that you want Connector for SCEP to return for this request. If more
171
- * objects are available, in the response, Connector for SCEP provides a
172
- * <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
170
+ * <p>The maximum number of objects that you want Connector for SCEP to return for this request. If more objects are available, in the response, Connector for SCEP provides a <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
173
171
  * @public
174
172
  */
175
173
  MaxResults?: number | undefined;
176
174
  /**
177
- * <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
178
- * for retrieval exceeds the maximum you requested, Connector for SCEP returns a <code>NextToken</code>
179
- * value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
175
+ * <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
180
176
  * @public
181
177
  */
182
178
  NextToken?: string | undefined;
@@ -196,16 +192,13 @@ export interface ListChallengeMetadataResponse {
196
192
  */
197
193
  Challenges?: ChallengeMetadataSummary[] | undefined;
198
194
  /**
199
- * <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
200
- * for retrieval exceeds the maximum you requested, Connector for SCEP returns a <code>NextToken</code>
201
- * value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
195
+ * <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
202
196
  * @public
203
197
  */
204
198
  NextToken?: string | undefined;
205
199
  }
206
200
  /**
207
- * <p>Contains configuration details for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html">Using Connector for SCEP for Microsoft Intune</a>.</p>
208
- * <p>When you use Connector for SCEP for Microsoft Intune, certain functionalities are enabled by accessing Microsoft Intune through the Microsoft API. Your use of the Connector for SCEP and accompanying Amazon Web Services services doesn't remove your need to have a valid license for your use of the Microsoft Intune service. You should also review the <a href="https://learn.microsoft.com/en-us/mem/intune/apps/app-protection-policy">Microsoft Intune® App Protection Policies</a>.</p>
201
+ * <p>Contains configuration details for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html">Using Connector for SCEP for Microsoft Intune</a>.</p> <p>When you use Connector for SCEP for Microsoft Intune, certain functionalities are enabled by accessing Microsoft Intune through the Microsoft API. Your use of the Connector for SCEP and accompanying Amazon Web Services services doesn't remove your need to have a valid license for your use of the Microsoft Intune service. You should also review the <a href="https://learn.microsoft.com/en-us/mem/intune/apps/app-protection-policy">Microsoft Intune® App Protection Policies</a>.</p>
209
202
  * @public
210
203
  */
211
204
  export interface IntuneConfiguration {
@@ -221,8 +214,7 @@ export interface IntuneConfiguration {
221
214
  Domain: string | undefined;
222
215
  }
223
216
  /**
224
- * <p>If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use. A general-purpose connector is designed to work with clients or endpoints that support the SCEP protocol, except Connector for SCEP for Microsoft Intune. For information about considerations and limitations with using Connector for SCEP, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlc4scep-considerations-limitations.html">Considerations and Limitations</a>.</p>
225
- * <p>If you provide an <code>IntuneConfiguration</code>, Connector for SCEP creates a connector for use with Microsoft Intune, and you manage the challenge passwords using Microsoft Intune. For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html">Using Connector for SCEP for Microsoft Intune</a>.</p>
217
+ * <p>If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use. A general-purpose connector is designed to work with clients or endpoints that support the SCEP protocol, except Connector for SCEP for Microsoft Intune. For information about considerations and limitations with using Connector for SCEP, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlc4scep-considerations-limitations.html">Considerations and Limitations</a>.</p> <p>If you provide an <code>IntuneConfiguration</code>, Connector for SCEP creates a connector for use with Microsoft Intune, and you manage the challenge passwords using Microsoft Intune. For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html">Using Connector for SCEP for Microsoft Intune</a>.</p>
226
218
  * @public
227
219
  */
228
220
  export type MobileDeviceManagement = MobileDeviceManagement.IntuneMember | MobileDeviceManagement.$UnknownMember;
@@ -392,19 +384,22 @@ export interface ConnectorSummary {
392
384
  */
393
385
  export interface CreateConnectorRequest {
394
386
  /**
395
- * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Private Certificate Authority certificate authority to use with this connector. Due to security vulnerabilities present in the SCEP protocol, we recommend using a private CA that's dedicated for use with the connector.</p>
396
- * <p>To retrieve the private CAs associated with your account, you can call <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_ListCertificateAuthorities.html">ListCertificateAuthorities</a> using the Amazon Web Services Private CA API.</p>
387
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Private Certificate Authority certificate authority to use with this connector. Due to security vulnerabilities present in the SCEP protocol, we recommend using a private CA that's dedicated for use with the connector.</p> <p>To retrieve the private CAs associated with your account, you can call <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_ListCertificateAuthorities.html">ListCertificateAuthorities</a> using the Amazon Web Services Private CA API.</p>
397
388
  * @public
398
389
  */
399
390
  CertificateAuthorityArn: string | undefined;
400
391
  /**
401
- * <p>If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use. A general-purpose connector is designed to work with clients or endpoints that support the SCEP protocol, except Connector for SCEP for Microsoft Intune. With connectors for general-purpose use, you manage SCEP challenge passwords using Connector for SCEP. For information about considerations and limitations with using Connector for SCEP, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlc4scep-considerations-limitations.html">Considerations and Limitations</a>.</p>
402
- * <p>If you provide an <code>IntuneConfiguration</code>, Connector for SCEP creates a connector for use with Microsoft Intune, and you manage the challenge passwords using Microsoft Intune. For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html">Using Connector for SCEP for Microsoft Intune</a>.</p>
392
+ * <p>If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use. A general-purpose connector is designed to work with clients or endpoints that support the SCEP protocol, except Connector for SCEP for Microsoft Intune. With connectors for general-purpose use, you manage SCEP challenge passwords using Connector for SCEP. For information about considerations and limitations with using Connector for SCEP, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlc4scep-considerations-limitations.html">Considerations and Limitations</a>.</p> <p>If you provide an <code>IntuneConfiguration</code>, Connector for SCEP creates a connector for use with Microsoft Intune, and you manage the challenge passwords using Microsoft Intune. For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html">Using Connector for SCEP for Microsoft Intune</a>.</p>
403
393
  * @public
404
394
  */
405
395
  MobileDeviceManagement?: MobileDeviceManagement | undefined;
406
396
  /**
407
- * <p>Custom string that can be used to distinguish between calls to the <a href="https://docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_CreateChallenge.html">CreateChallenge</a> action. Client tokens for <code>CreateChallenge</code> time out after five minutes. Therefore, if you call <code>CreateChallenge</code> multiple times with the same client token within five minutes, Connector for SCEP recognizes that you are requesting only one challenge and will only respond with one. If you change the client token for each call, Connector for SCEP recognizes that you are requesting multiple challenge passwords.</p>
397
+ * <p>If you don't supply a value, by default Connector for SCEP creates a connector accessible over the public internet. If you provide a VPC endpoint ID, creates a connector accessible only through that specific VPC endpoint.</p>
398
+ * @public
399
+ */
400
+ VpcEndpointId?: string | undefined;
401
+ /**
402
+ * <p>Custom string that can be used to distinguish between calls to the <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_CreateChallenge.html">CreateChallenge</a> action. Client tokens for <code>CreateChallenge</code> time out after five minutes. Therefore, if you call <code>CreateChallenge</code> multiple times with the same client token within five minutes, Connector for SCEP recognizes that you are requesting only one challenge and will only respond with one. If you change the client token for each call, Connector for SCEP recognizes that you are requesting multiple challenge passwords.</p>
408
403
  * @public
409
404
  */
410
405
  ClientToken?: string | undefined;
@@ -459,16 +454,12 @@ export interface GetConnectorResponse {
459
454
  */
460
455
  export interface ListConnectorsRequest {
461
456
  /**
462
- * <p>The maximum number of objects that you want Connector for SCEP to return for this request. If more
463
- * objects are available, in the response, Connector for SCEP provides a
464
- * <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
457
+ * <p>The maximum number of objects that you want Connector for SCEP to return for this request. If more objects are available, in the response, Connector for SCEP provides a <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p>
465
458
  * @public
466
459
  */
467
460
  MaxResults?: number | undefined;
468
461
  /**
469
- * <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
470
- * for retrieval exceeds the maximum you requested, Connector for SCEP returns a <code>NextToken</code>
471
- * value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
462
+ * <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
472
463
  * @public
473
464
  */
474
465
  NextToken?: string | undefined;
@@ -483,9 +474,7 @@ export interface ListConnectorsResponse {
483
474
  */
484
475
  Connectors?: ConnectorSummary[] | undefined;
485
476
  /**
486
- * <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available
487
- * for retrieval exceeds the maximum you requested, Connector for SCEP returns a <code>NextToken</code>
488
- * value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
477
+ * <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
489
478
  * @public
490
479
  */
491
480
  NextToken?: string | undefined;
@@ -22,6 +22,8 @@ export declare const ConnectorStatusReason: {
22
22
  readonly PRIVATECA_ACCESS_DENIED: "PRIVATECA_ACCESS_DENIED";
23
23
  readonly PRIVATECA_INVALID_STATE: "PRIVATECA_INVALID_STATE";
24
24
  readonly PRIVATECA_RESOURCE_NOT_FOUND: "PRIVATECA_RESOURCE_NOT_FOUND";
25
+ readonly VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND: "VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND";
26
+ readonly VPC_ENDPOINT_RESOURCE_NOT_FOUND: "VPC_ENDPOINT_RESOURCE_NOT_FOUND";
25
27
  };
26
28
  export type ConnectorStatusReason =
27
29
  (typeof ConnectorStatusReason)[keyof typeof ConnectorStatusReason];
@@ -103,6 +103,7 @@ export interface ConnectorSummary {
103
103
  export interface CreateConnectorRequest {
104
104
  CertificateAuthorityArn: string | undefined;
105
105
  MobileDeviceManagement?: MobileDeviceManagement | undefined;
106
+ VpcEndpointId?: string | undefined;
106
107
  ClientToken?: string | undefined;
107
108
  Tags?: Record<string, string> | undefined;
108
109
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pca-connector-scep",
3
3
  "description": "AWS SDK for JavaScript Pca Connector Scep Client for Node.js, Browser and React Native",
4
- "version": "3.992.0",
4
+ "version": "3.994.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-pca-connector-scep",
@@ -21,38 +21,38 @@
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.973.10",
25
- "@aws-sdk/credential-provider-node": "^3.972.9",
24
+ "@aws-sdk/core": "^3.973.11",
25
+ "@aws-sdk/credential-provider-node": "^3.972.10",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.10",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.11",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.992.0",
32
+ "@aws-sdk/util-endpoints": "3.994.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.8",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.9",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.23.0",
36
+ "@smithy/core": "^3.23.2",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.14",
42
- "@smithy/middleware-retry": "^4.4.31",
41
+ "@smithy/middleware-endpoint": "^4.4.16",
42
+ "@smithy/middleware-retry": "^4.4.33",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
46
  "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.3",
48
+ "@smithy/smithy-client": "^4.11.5",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.30",
55
- "@smithy/util-defaults-mode-node": "^4.2.33",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.32",
55
+ "@smithy/util-defaults-mode-node": "^4.2.35",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",