File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ export type {
2121 EventPrincipal ,
2222 ExportJob ,
2323 ExportJobS3 ,
24+ ExportJobStatus ,
25+ ExportJobStatusCode ,
2426 InstanceServerInfo ,
2527 IpamIpInfo ,
2628 KeyManagerKeyInfo ,
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ export type {
124124 UpdateAPIKeyRequest ,
125125 UpdateApplicationRequest ,
126126 UpdateGroupRequest ,
127+ UpdateOrganizationLoginMethodsRequest ,
127128 UpdateOrganizationSecuritySettingsRequest ,
128129 UpdatePolicyRequest ,
129130 UpdateSamlRequest ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import {
2727 unmarshalPublicKey ,
2828 unmarshalSignResponse ,
2929 unmarshalVerifyResponse ,
30- } from './marshalling.gen'
30+ } from './marshalling.gen.js '
3131import type {
3232 CreateKeyRequest ,
3333 DataKey ,
@@ -58,7 +58,7 @@ import type {
5858 UpdateKeyRequest ,
5959 VerifyRequest ,
6060 VerifyResponse ,
61- } from './types.gen'
61+ } from './types.gen.js '
6262
6363const jsonContentHeaders = {
6464 'Content-Type' : 'application/json; charset=utf-8' ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import type {
2929 UpdateKeyRequest ,
3030 VerifyRequest ,
3131 VerifyResponse ,
32- } from './types.gen'
32+ } from './types.gen.js '
3333
3434const unmarshalKeyRotationPolicy = ( data : unknown ) : KeyRotationPolicy => {
3535 if ( ! isJSONObject ( data ) ) {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import {
2323 unmarshalListTagsResponse ,
2424 unmarshalSecret ,
2525 unmarshalSecretVersion ,
26- } from './marshalling.gen'
26+ } from './marshalling.gen.js '
2727import type {
2828 AccessSecretVersionByPathRequest ,
2929 AccessSecretVersionRequest ,
@@ -55,7 +55,7 @@ import type {
5555 UnprotectSecretRequest ,
5656 UpdateSecretRequest ,
5757 UpdateSecretVersionRequest ,
58- } from './types.gen'
58+ } from './types.gen.js '
5959
6060const jsonContentHeaders = {
6161 'Content-Type' : 'application/json; charset=utf-8' ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import type {
2626 SecretVersion ,
2727 UpdateSecretRequest ,
2828 UpdateSecretVersionRequest ,
29- } from './types.gen'
29+ } from './types.gen.js '
3030
3131const unmarshalEphemeralProperties = ( data : unknown ) : EphemeralProperties => {
3232 if ( ! isJSONObject ( data ) ) {
You can’t perform that action at this time.
0 commit comments