@aws-sdk/client-lambda 3.950.0 → 3.953.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.
Files changed (105) hide show
  1. package/dist-cjs/index.js +1462 -1006
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
  4. package/dist-es/commands/AddPermissionCommand.js +2 -2
  5. package/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
  6. package/dist-es/commands/CreateAliasCommand.js +2 -2
  7. package/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
  8. package/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
  9. package/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
  10. package/dist-es/commands/CreateFunctionCommand.js +2 -2
  11. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
  12. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  13. package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
  14. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
  15. package/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
  16. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  17. package/dist-es/commands/DeleteFunctionCommand.js +2 -2
  18. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  19. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  20. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  21. package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  22. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  23. package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
  24. package/dist-es/commands/GetAliasCommand.js +2 -2
  25. package/dist-es/commands/GetCapacityProviderCommand.js +2 -2
  26. package/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
  27. package/dist-es/commands/GetDurableExecutionCommand.js +2 -2
  28. package/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
  29. package/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
  30. package/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
  31. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  32. package/dist-es/commands/GetFunctionCommand.js +2 -2
  33. package/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
  34. package/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
  35. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  36. package/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
  37. package/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
  38. package/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
  39. package/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
  40. package/dist-es/commands/GetLayerVersionCommand.js +2 -2
  41. package/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
  42. package/dist-es/commands/GetPolicyCommand.js +2 -2
  43. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  44. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
  45. package/dist-es/commands/InvokeAsyncCommand.js +2 -2
  46. package/dist-es/commands/InvokeCommand.js +2 -2
  47. package/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
  48. package/dist-es/commands/ListAliasesCommand.js +2 -2
  49. package/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
  50. package/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
  51. package/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
  52. package/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
  53. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  54. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
  55. package/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
  56. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  57. package/dist-es/commands/ListFunctionsCommand.js +2 -2
  58. package/dist-es/commands/ListLayerVersionsCommand.js +2 -2
  59. package/dist-es/commands/ListLayersCommand.js +2 -2
  60. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  61. package/dist-es/commands/ListTagsCommand.js +2 -2
  62. package/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
  63. package/dist-es/commands/PublishLayerVersionCommand.js +2 -2
  64. package/dist-es/commands/PublishVersionCommand.js +2 -2
  65. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  66. package/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
  67. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  68. package/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
  69. package/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
  70. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  71. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
  72. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  73. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  74. package/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
  75. package/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
  76. package/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
  77. package/dist-es/commands/StopDurableExecutionCommand.js +2 -2
  78. package/dist-es/commands/TagResourceCommand.js +2 -2
  79. package/dist-es/commands/UntagResourceCommand.js +2 -2
  80. package/dist-es/commands/UpdateAliasCommand.js +2 -2
  81. package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
  82. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
  83. package/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
  84. package/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
  85. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
  86. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  87. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  88. package/dist-es/index.js +1 -0
  89. package/dist-es/runtimeConfig.shared.js +6 -1
  90. package/dist-es/schemas/schemas_0.js +898 -832
  91. package/dist-types/LambdaClient.d.ts +1 -10
  92. package/dist-types/index.d.ts +1 -0
  93. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  94. package/dist-types/runtimeConfig.d.ts +6 -2
  95. package/dist-types/runtimeConfig.native.d.ts +6 -2
  96. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  97. package/dist-types/schemas/schemas_0.d.ts +391 -454
  98. package/dist-types/ts3.4/LambdaClient.d.ts +0 -4
  99. package/dist-types/ts3.4/index.d.ts +1 -0
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  104. package/dist-types/ts3.4/schemas/schemas_0.d.ts +390 -456
  105. package/package.json +39 -39
@@ -712,24 +712,24 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.lambda";
712
712
  const _tK = "tagKeys";
713
713
  const n0 = "com.amazonaws.lambda";
714
714
  import { TypeRegistry } from "@smithy/core/schema";
715
- import { CallbackTimeoutException as __CallbackTimeoutException, CapacityProviderLimitExceededException as __CapacityProviderLimitExceededException, CodeSigningConfigNotFoundException as __CodeSigningConfigNotFoundException, CodeStorageExceededException as __CodeStorageExceededException, CodeVerificationFailedException as __CodeVerificationFailedException, DurableExecutionAlreadyStartedException as __DurableExecutionAlreadyStartedException, EC2AccessDeniedException as __EC2AccessDeniedException, EC2ThrottledException as __EC2ThrottledException, EC2UnexpectedException as __EC2UnexpectedException, EFSIOException as __EFSIOException, EFSMountConnectivityException as __EFSMountConnectivityException, EFSMountFailureException as __EFSMountFailureException, EFSMountTimeoutException as __EFSMountTimeoutException, ENILimitReachedException as __ENILimitReachedException, FunctionVersionsPerCapacityProviderLimitExceededException as __FunctionVersionsPerCapacityProviderLimitExceededException, InvalidCodeSignatureException as __InvalidCodeSignatureException, InvalidParameterValueException as __InvalidParameterValueException, InvalidRequestContentException as __InvalidRequestContentException, InvalidRuntimeException as __InvalidRuntimeException, InvalidSecurityGroupIDException as __InvalidSecurityGroupIDException, InvalidSubnetIDException as __InvalidSubnetIDException, InvalidZipFileException as __InvalidZipFileException, KMSAccessDeniedException as __KMSAccessDeniedException, KMSDisabledException as __KMSDisabledException, KMSInvalidStateException as __KMSInvalidStateException, KMSNotFoundException as __KMSNotFoundException, NoPublishedVersionException as __NoPublishedVersionException, PolicyLengthExceededException as __PolicyLengthExceededException, PreconditionFailedException as __PreconditionFailedException, ProvisionedConcurrencyConfigNotFoundException as __ProvisionedConcurrencyConfigNotFoundException, RecursiveInvocationException as __RecursiveInvocationException, RequestTooLargeException as __RequestTooLargeException, ResourceConflictException as __ResourceConflictException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ResourceNotReadyException as __ResourceNotReadyException, SerializedRequestEntityTooLargeException as __SerializedRequestEntityTooLargeException, ServiceException as __ServiceException, SnapStartException as __SnapStartException, SnapStartNotReadyException as __SnapStartNotReadyException, SnapStartTimeoutException as __SnapStartTimeoutException, SubnetIPAddressLimitReachedException as __SubnetIPAddressLimitReachedException, TooManyRequestsException as __TooManyRequestsException, UnsupportedMediaTypeException as __UnsupportedMediaTypeException, } from "../models/errors";
716
- import { LambdaServiceException as __LambdaServiceException } from "../models/LambdaServiceException";
717
- export var BinaryOperationPayload = [0, n0, _BOP, 8, 21];
718
- export var _Blob = [0, n0, _B, 8, 21];
719
- export var BlobStream = [0, n0, _BS, { [_s]: 1 }, 42];
720
- export var EnvironmentVariableName = [0, n0, _EVN, 8, 0];
721
- export var EnvironmentVariableValue = [0, n0, _EVV, 8, 0];
722
- export var ErrorData = [0, n0, _ED, 8, 0];
723
- export var ErrorMessage = [0, n0, _EM, 8, 0];
724
- export var ErrorType = [0, n0, _ET, 8, 0];
725
- export var InputPayload = [0, n0, _IP, 8, 0];
726
- export var OperationPayload = [0, n0, _OP, 8, 0];
727
- export var OutputPayload = [0, n0, _OPu, 8, 0];
728
- export var SensitiveString = [0, n0, _SS, 8, 0];
729
- export var StackTraceEntry = [0, n0, _STE, 8, 0];
730
- export var AccountLimit = [3, n0, _AL, 0, [_TCS, _CSU, _CSZ, _CE, _UCE], [1, 1, 1, 1, 1]];
731
- export var AccountUsage = [3, n0, _AU, 0, [_TCS, _FC], [1, 1]];
732
- export var AddLayerVersionPermissionRequest = [
715
+ import { CallbackTimeoutException, CapacityProviderLimitExceededException, CodeSigningConfigNotFoundException, CodeStorageExceededException, CodeVerificationFailedException, DurableExecutionAlreadyStartedException, EC2AccessDeniedException, EC2ThrottledException, EC2UnexpectedException, EFSIOException, EFSMountConnectivityException, EFSMountFailureException, EFSMountTimeoutException, ENILimitReachedException, FunctionVersionsPerCapacityProviderLimitExceededException, InvalidCodeSignatureException, InvalidParameterValueException, InvalidRequestContentException, InvalidRuntimeException, InvalidSecurityGroupIDException, InvalidSubnetIDException, InvalidZipFileException, KMSAccessDeniedException, KMSDisabledException, KMSInvalidStateException, KMSNotFoundException, NoPublishedVersionException, PolicyLengthExceededException, PreconditionFailedException, ProvisionedConcurrencyConfigNotFoundException, RecursiveInvocationException, RequestTooLargeException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, SerializedRequestEntityTooLargeException, ServiceException, SnapStartException, SnapStartNotReadyException, SnapStartTimeoutException, SubnetIPAddressLimitReachedException, TooManyRequestsException, UnsupportedMediaTypeException, } from "../models/errors";
716
+ import { LambdaServiceException } from "../models/LambdaServiceException";
717
+ var BinaryOperationPayload = [0, n0, _BOP, 8, 21];
718
+ var _Blob = [0, n0, _B, 8, 21];
719
+ var BlobStream = [0, n0, _BS, { [_s]: 1 }, 42];
720
+ var EnvironmentVariableName = [0, n0, _EVN, 8, 0];
721
+ var EnvironmentVariableValue = [0, n0, _EVV, 8, 0];
722
+ var ErrorData = [0, n0, _ED, 8, 0];
723
+ var ErrorMessage = [0, n0, _EM, 8, 0];
724
+ var ErrorType = [0, n0, _ET, 8, 0];
725
+ var InputPayload = [0, n0, _IP, 8, 0];
726
+ var OperationPayload = [0, n0, _OP, 8, 0];
727
+ var OutputPayload = [0, n0, _OPu, 8, 0];
728
+ var SensitiveString = [0, n0, _SS, 8, 0];
729
+ var StackTraceEntry = [0, n0, _STE, 8, 0];
730
+ export var AccountLimit$ = [3, n0, _AL, 0, [_TCS, _CSU, _CSZ, _CE, _UCE], [1, 1, 1, 1, 1]];
731
+ export var AccountUsage$ = [3, n0, _AU, 0, [_TCS, _FC], [1, 1]];
732
+ export var AddLayerVersionPermissionRequest$ = [
733
733
  3,
734
734
  n0,
735
735
  _ALVPR,
@@ -737,8 +737,8 @@ export var AddLayerVersionPermissionRequest = [
737
737
  [_LN, _VN, _SI, _A, _P, _OI, _RI],
738
738
  [[0, 1], [1, 1], 0, 0, 0, 0, [0, { [_hQ]: _RI }]],
739
739
  ];
740
- export var AddLayerVersionPermissionResponse = [3, n0, _ALVPRd, 0, [_S, _RI], [0, 0]];
741
- export var AddPermissionRequest = [
740
+ export var AddLayerVersionPermissionResponse$ = [3, n0, _ALVPRd, 0, [_S, _RI], [0, 0]];
741
+ export var AddPermissionRequest$ = [
742
742
  3,
743
743
  n0,
744
744
  _APR,
@@ -746,41 +746,41 @@ export var AddPermissionRequest = [
746
746
  [_FN, _SI, _A, _P, _SA, _SAo, _EST, _Q, _RI, _POID, _FUAT, _IVFU],
747
747
  [[0, 1], 0, 0, 0, 0, 0, 0, [0, { [_hQ]: _Q }], 0, 0, 0, 2],
748
748
  ];
749
- export var AddPermissionResponse = [3, n0, _APRd, 0, [_S], [0]];
750
- export var AliasConfiguration = [
749
+ export var AddPermissionResponse$ = [3, n0, _APRd, 0, [_S], [0]];
750
+ export var AliasConfiguration$ = [
751
751
  3,
752
752
  n0,
753
753
  _AC,
754
754
  0,
755
755
  [_AA, _N, _FV, _D, _RC, _RI],
756
- [0, 0, 0, 0, () => AliasRoutingConfiguration, 0],
756
+ [0, 0, 0, 0, () => AliasRoutingConfiguration$, 0],
757
757
  ];
758
- export var AliasRoutingConfiguration = [3, n0, _ARC, 0, [_AVW], [128 | 1]];
759
- export var AllowedPublishers = [3, n0, _AP, 0, [_SPVA], [64 | 0]];
760
- export var AmazonManagedKafkaEventSourceConfig = [
758
+ export var AliasRoutingConfiguration$ = [3, n0, _ARC, 0, [_AVW], [128 | 1]];
759
+ export var AllowedPublishers$ = [3, n0, _AP, 0, [_SPVA], [64 | 0]];
760
+ export var AmazonManagedKafkaEventSourceConfig$ = [
761
761
  3,
762
762
  n0,
763
763
  _AMKESC,
764
764
  0,
765
765
  [_CGI, _SRC],
766
- [0, () => KafkaSchemaRegistryConfig],
766
+ [0, () => KafkaSchemaRegistryConfig$],
767
767
  ];
768
- export var CallbackDetails = [
768
+ export var CallbackDetails$ = [
769
769
  3,
770
770
  n0,
771
771
  _CD,
772
772
  0,
773
773
  [_CI, _R, _E],
774
- [0, [() => OperationPayload, 0], [() => ErrorObject, 0]],
774
+ [0, [() => OperationPayload, 0], [() => ErrorObject$, 0]],
775
775
  ];
776
- export var CallbackFailedDetails = [3, n0, _CFD, 0, [_E], [[() => EventError, 0]]];
777
- export var CallbackOptions = [3, n0, _CO, 0, [_TS, _HTS], [1, 1]];
778
- export var CallbackStartedDetails = [3, n0, _CSD, 0, [_CI, _HT, _T], [0, 1, 1]];
779
- export var CallbackSucceededDetails = [3, n0, _CSDa, 0, [_R], [[() => EventResult, 0]]];
780
- export var CallbackTimedOutDetails = [3, n0, _CTOD, 0, [_E], [[() => EventError, 0]]];
781
- export var CallbackTimeoutException = [-3, n0, _CTE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
782
- TypeRegistry.for(n0).registerError(CallbackTimeoutException, __CallbackTimeoutException);
783
- export var CapacityProvider = [
776
+ export var CallbackFailedDetails$ = [3, n0, _CFD, 0, [_E], [[() => EventError$, 0]]];
777
+ export var CallbackOptions$ = [3, n0, _CO, 0, [_TS, _HTS], [1, 1]];
778
+ export var CallbackStartedDetails$ = [3, n0, _CSD, 0, [_CI, _HT, _T], [0, 1, 1]];
779
+ export var CallbackSucceededDetails$ = [3, n0, _CSDa, 0, [_R], [[() => EventResult$, 0]]];
780
+ export var CallbackTimedOutDetails$ = [3, n0, _CTOD, 0, [_E], [[() => EventError$, 0]]];
781
+ export var CallbackTimeoutException$ = [-3, n0, _CTE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
782
+ TypeRegistry.for(n0).registerError(CallbackTimeoutException$, CallbackTimeoutException);
783
+ export var CapacityProvider$ = [
784
784
  3,
785
785
  n0,
786
786
  _CP,
@@ -789,23 +789,23 @@ export var CapacityProvider = [
789
789
  [
790
790
  0,
791
791
  0,
792
- () => CapacityProviderVpcConfig,
793
- () => CapacityProviderPermissionsConfig,
794
- () => InstanceRequirements,
795
- () => CapacityProviderScalingConfig,
792
+ () => CapacityProviderVpcConfig$,
793
+ () => CapacityProviderPermissionsConfig$,
794
+ () => InstanceRequirements$,
795
+ () => CapacityProviderScalingConfig$,
796
796
  0,
797
797
  0,
798
798
  ],
799
799
  ];
800
- export var CapacityProviderConfig = [
800
+ export var CapacityProviderConfig$ = [
801
801
  3,
802
802
  n0,
803
803
  _CPC,
804
804
  0,
805
805
  [_LMICPC],
806
- [() => LambdaManagedInstancesCapacityProviderConfig],
806
+ [() => LambdaManagedInstancesCapacityProviderConfig$],
807
807
  ];
808
- export var CapacityProviderLimitExceededException = [
808
+ export var CapacityProviderLimitExceededException$ = [
809
809
  -3,
810
810
  n0,
811
811
  _CPLEE,
@@ -813,9 +813,9 @@ export var CapacityProviderLimitExceededException = [
813
813
  [_Ty, _m],
814
814
  [0, 0],
815
815
  ];
816
- TypeRegistry.for(n0).registerError(CapacityProviderLimitExceededException, __CapacityProviderLimitExceededException);
817
- export var CapacityProviderPermissionsConfig = [3, n0, _CPPC, 0, [_CPORA], [0]];
818
- export var CapacityProviderScalingConfig = [
816
+ TypeRegistry.for(n0).registerError(CapacityProviderLimitExceededException$, CapacityProviderLimitExceededException);
817
+ export var CapacityProviderPermissionsConfig$ = [3, n0, _CPPC, 0, [_CPORA], [0]];
818
+ export var CapacityProviderScalingConfig$ = [
819
819
  3,
820
820
  n0,
821
821
  _CPSC,
@@ -823,8 +823,8 @@ export var CapacityProviderScalingConfig = [
823
823
  [_MVCC, _SM, _SP],
824
824
  [1, 0, () => CapacityProviderScalingPoliciesList],
825
825
  ];
826
- export var CapacityProviderVpcConfig = [3, n0, _CPVC, 0, [_SIu, _SGI], [64 | 0, 64 | 0]];
827
- export var ChainedInvokeDetails = [
826
+ export var CapacityProviderVpcConfig$ = [3, n0, _CPVC, 0, [_SIu, _SGI], [64 | 0, 64 | 0]];
827
+ export var ChainedInvokeDetails$ = [
828
828
  3,
829
829
  n0,
830
830
  _CID,
@@ -832,23 +832,23 @@ export var ChainedInvokeDetails = [
832
832
  [_R, _E],
833
833
  [
834
834
  [() => OperationPayload, 0],
835
- [() => ErrorObject, 0],
835
+ [() => ErrorObject$, 0],
836
836
  ],
837
837
  ];
838
- export var ChainedInvokeFailedDetails = [3, n0, _CIFD, 0, [_E], [[() => EventError, 0]]];
839
- export var ChainedInvokeOptions = [3, n0, _CIO, 0, [_FN, _TI], [0, 0]];
840
- export var ChainedInvokeStartedDetails = [
838
+ export var ChainedInvokeFailedDetails$ = [3, n0, _CIFD, 0, [_E], [[() => EventError$, 0]]];
839
+ export var ChainedInvokeOptions$ = [3, n0, _CIO, 0, [_FN, _TI], [0, 0]];
840
+ export var ChainedInvokeStartedDetails$ = [
841
841
  3,
842
842
  n0,
843
843
  _CISD,
844
844
  0,
845
845
  [_FN, _TI, _I, _EV, _DEA],
846
- [0, 0, [() => EventInput, 0], 0, 0],
846
+ [0, 0, [() => EventInput$, 0], 0, 0],
847
847
  ];
848
- export var ChainedInvokeStoppedDetails = [3, n0, _CISDh, 0, [_E], [[() => EventError, 0]]];
849
- export var ChainedInvokeSucceededDetails = [3, n0, _CISDha, 0, [_R], [[() => EventResult, 0]]];
850
- export var ChainedInvokeTimedOutDetails = [3, n0, _CITOD, 0, [_E], [[() => EventError, 0]]];
851
- export var CheckpointDurableExecutionRequest = [
848
+ export var ChainedInvokeStoppedDetails$ = [3, n0, _CISDh, 0, [_E], [[() => EventError$, 0]]];
849
+ export var ChainedInvokeSucceededDetails$ = [3, n0, _CISDha, 0, [_R], [[() => EventResult$, 0]]];
850
+ export var ChainedInvokeTimedOutDetails$ = [3, n0, _CITOD, 0, [_E], [[() => EventError$, 0]]];
851
+ export var CheckpointDurableExecutionRequest$ = [
852
852
  3,
853
853
  n0,
854
854
  _CDER,
@@ -856,15 +856,15 @@ export var CheckpointDurableExecutionRequest = [
856
856
  [_DEA, _CT, _U, _CTl],
857
857
  [[0, 1], 0, [() => OperationUpdates, 0], [0, 4]],
858
858
  ];
859
- export var CheckpointDurableExecutionResponse = [
859
+ export var CheckpointDurableExecutionResponse$ = [
860
860
  3,
861
861
  n0,
862
862
  _CDERh,
863
863
  0,
864
864
  [_CT, _NES],
865
- [0, [() => CheckpointUpdatedExecutionState, 0]],
865
+ [0, [() => CheckpointUpdatedExecutionState$, 0]],
866
866
  ];
867
- export var CheckpointUpdatedExecutionState = [
867
+ export var CheckpointUpdatedExecutionState$ = [
868
868
  3,
869
869
  n0,
870
870
  _CUES,
@@ -872,15 +872,15 @@ export var CheckpointUpdatedExecutionState = [
872
872
  [_O, _NM],
873
873
  [[() => Operations, 0], 0],
874
874
  ];
875
- export var CodeSigningConfig = [
875
+ export var CodeSigningConfig$ = [
876
876
  3,
877
877
  n0,
878
878
  _CSC,
879
879
  0,
880
880
  [_CSCI, _CSCA, _D, _AP, _CSP, _LM],
881
- [0, 0, 0, () => AllowedPublishers, () => CodeSigningPolicies, 0],
881
+ [0, 0, 0, () => AllowedPublishers$, () => CodeSigningPolicies$, 0],
882
882
  ];
883
- export var CodeSigningConfigNotFoundException = [
883
+ export var CodeSigningConfigNotFoundException$ = [
884
884
  -3,
885
885
  n0,
886
886
  _CSCNFE,
@@ -888,9 +888,9 @@ export var CodeSigningConfigNotFoundException = [
888
888
  [_Ty, _M],
889
889
  [0, 0],
890
890
  ];
891
- TypeRegistry.for(n0).registerError(CodeSigningConfigNotFoundException, __CodeSigningConfigNotFoundException);
892
- export var CodeSigningPolicies = [3, n0, _CSP, 0, [_UAOD], [0]];
893
- export var CodeStorageExceededException = [
891
+ TypeRegistry.for(n0).registerError(CodeSigningConfigNotFoundException$, CodeSigningConfigNotFoundException);
892
+ export var CodeSigningPolicies$ = [3, n0, _CSP, 0, [_UAOD], [0]];
893
+ export var CodeStorageExceededException$ = [
894
894
  -3,
895
895
  n0,
896
896
  _CSEE,
@@ -898,8 +898,8 @@ export var CodeStorageExceededException = [
898
898
  [_Ty, _m],
899
899
  [0, 0],
900
900
  ];
901
- TypeRegistry.for(n0).registerError(CodeStorageExceededException, __CodeStorageExceededException);
902
- export var CodeVerificationFailedException = [
901
+ TypeRegistry.for(n0).registerError(CodeStorageExceededException$, CodeStorageExceededException);
902
+ export var CodeVerificationFailedException$ = [
903
903
  -3,
904
904
  n0,
905
905
  _CVFE,
@@ -907,21 +907,21 @@ export var CodeVerificationFailedException = [
907
907
  [_Ty, _M],
908
908
  [0, 0],
909
909
  ];
910
- TypeRegistry.for(n0).registerError(CodeVerificationFailedException, __CodeVerificationFailedException);
911
- export var Concurrency = [3, n0, _C, 0, [_RCE], [1]];
912
- export var ContextDetails = [
910
+ TypeRegistry.for(n0).registerError(CodeVerificationFailedException$, CodeVerificationFailedException);
911
+ export var Concurrency$ = [3, n0, _C, 0, [_RCE], [1]];
912
+ export var ContextDetails$ = [
913
913
  3,
914
914
  n0,
915
915
  _CDo,
916
916
  0,
917
917
  [_RCe, _R, _E],
918
- [2, [() => OperationPayload, 0], [() => ErrorObject, 0]],
918
+ [2, [() => OperationPayload, 0], [() => ErrorObject$, 0]],
919
919
  ];
920
- export var ContextFailedDetails = [3, n0, _CFDo, 0, [_E], [[() => EventError, 0]]];
921
- export var ContextOptions = [3, n0, _COo, 0, [_RCe], [2]];
922
- export var ContextStartedDetails = [3, n0, _CSDo, 0, [], []];
923
- export var ContextSucceededDetails = [3, n0, _CSDon, 0, [_R], [[() => EventResult, 0]]];
924
- export var Cors = [
920
+ export var ContextFailedDetails$ = [3, n0, _CFDo, 0, [_E], [[() => EventError$, 0]]];
921
+ export var ContextOptions$ = [3, n0, _COo, 0, [_RCe], [2]];
922
+ export var ContextStartedDetails$ = [3, n0, _CSDo, 0, [], []];
923
+ export var ContextSucceededDetails$ = [3, n0, _CSDon, 0, [_R], [[() => EventResult$, 0]]];
924
+ export var Cors$ = [
925
925
  3,
926
926
  n0,
927
927
  _Co,
@@ -929,15 +929,15 @@ export var Cors = [
929
929
  [_ACl, _AH, _AM, _AO, _EH, _MA],
930
930
  [2, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1],
931
931
  ];
932
- export var CreateAliasRequest = [
932
+ export var CreateAliasRequest$ = [
933
933
  3,
934
934
  n0,
935
935
  _CAR,
936
936
  0,
937
937
  [_FN, _N, _FV, _D, _RC],
938
- [[0, 1], 0, 0, 0, () => AliasRoutingConfiguration],
938
+ [[0, 1], 0, 0, 0, () => AliasRoutingConfiguration$],
939
939
  ];
940
- export var CreateCapacityProviderRequest = [
940
+ export var CreateCapacityProviderRequest$ = [
941
941
  3,
942
942
  n0,
943
943
  _CCPR,
@@ -945,32 +945,39 @@ export var CreateCapacityProviderRequest = [
945
945
  [_CPN, _VC, _PC, _IR, _CPSC, _KKA, _Ta],
946
946
  [
947
947
  0,
948
- () => CapacityProviderVpcConfig,
949
- () => CapacityProviderPermissionsConfig,
950
- () => InstanceRequirements,
951
- () => CapacityProviderScalingConfig,
948
+ () => CapacityProviderVpcConfig$,
949
+ () => CapacityProviderPermissionsConfig$,
950
+ () => InstanceRequirements$,
951
+ () => CapacityProviderScalingConfig$,
952
952
  0,
953
953
  128 | 0,
954
954
  ],
955
955
  ];
956
- export var CreateCapacityProviderResponse = [3, n0, _CCPRr, 0, [_CP], [() => CapacityProvider]];
957
- export var CreateCodeSigningConfigRequest = [
956
+ export var CreateCapacityProviderResponse$ = [
957
+ 3,
958
+ n0,
959
+ _CCPRr,
960
+ 0,
961
+ [_CP],
962
+ [() => CapacityProvider$],
963
+ ];
964
+ export var CreateCodeSigningConfigRequest$ = [
958
965
  3,
959
966
  n0,
960
967
  _CCSCR,
961
968
  0,
962
969
  [_D, _AP, _CSP, _Ta],
963
- [0, () => AllowedPublishers, () => CodeSigningPolicies, 128 | 0],
970
+ [0, () => AllowedPublishers$, () => CodeSigningPolicies$, 128 | 0],
964
971
  ];
965
- export var CreateCodeSigningConfigResponse = [
972
+ export var CreateCodeSigningConfigResponse$ = [
966
973
  3,
967
974
  n0,
968
975
  _CCSCRr,
969
976
  0,
970
977
  [_CSC],
971
- [() => CodeSigningConfig],
978
+ [() => CodeSigningConfig$],
972
979
  ];
973
- export var CreateEventSourceMappingRequest = [
980
+ export var CreateEventSourceMappingRequest$ = [
974
981
  3,
975
982
  n0,
976
983
  _CESMR,
@@ -1009,12 +1016,12 @@ export var CreateEventSourceMappingRequest = [
1009
1016
  0,
1010
1017
  2,
1011
1018
  1,
1012
- () => FilterCriteria,
1019
+ () => FilterCriteria$,
1013
1020
  1,
1014
1021
  1,
1015
1022
  0,
1016
1023
  4,
1017
- () => DestinationConfig,
1024
+ () => DestinationConfig$,
1018
1025
  1,
1019
1026
  2,
1020
1027
  1,
@@ -1023,18 +1030,18 @@ export var CreateEventSourceMappingRequest = [
1023
1030
  64 | 0,
1024
1031
  64 | 0,
1025
1032
  () => SourceAccessConfigurations,
1026
- () => SelfManagedEventSource,
1033
+ () => SelfManagedEventSource$,
1027
1034
  64 | 0,
1028
- () => AmazonManagedKafkaEventSourceConfig,
1029
- () => SelfManagedKafkaEventSourceConfig,
1030
- () => ScalingConfig,
1031
- () => DocumentDBEventSourceConfig,
1035
+ () => AmazonManagedKafkaEventSourceConfig$,
1036
+ () => SelfManagedKafkaEventSourceConfig$,
1037
+ () => ScalingConfig$,
1038
+ () => DocumentDBEventSourceConfig$,
1032
1039
  0,
1033
- () => EventSourceMappingMetricsConfig,
1034
- () => ProvisionedPollerConfig,
1040
+ () => EventSourceMappingMetricsConfig$,
1041
+ () => ProvisionedPollerConfig$,
1035
1042
  ],
1036
1043
  ];
1037
- export var CreateFunctionRequest = [
1044
+ export var CreateFunctionRequest$ = [
1038
1045
  3,
1039
1046
  n0,
1040
1047
  _CFR,
@@ -1074,50 +1081,50 @@ export var CreateFunctionRequest = [
1074
1081
  0,
1075
1082
  0,
1076
1083
  0,
1077
- [() => FunctionCode, 0],
1084
+ [() => FunctionCode$, 0],
1078
1085
  0,
1079
1086
  1,
1080
1087
  1,
1081
1088
  2,
1082
- () => VpcConfig,
1089
+ () => VpcConfig$,
1083
1090
  0,
1084
- () => DeadLetterConfig,
1085
- [() => Environment, 0],
1091
+ () => DeadLetterConfig$,
1092
+ [() => Environment$, 0],
1086
1093
  0,
1087
- () => TracingConfig,
1094
+ () => TracingConfig$,
1088
1095
  128 | 0,
1089
1096
  64 | 0,
1090
1097
  () => FileSystemConfigList,
1091
- () => ImageConfig,
1098
+ () => ImageConfig$,
1092
1099
  0,
1093
1100
  64 | 0,
1094
- () => EphemeralStorage,
1095
- () => SnapStart,
1096
- () => LoggingConfig,
1097
- () => CapacityProviderConfig,
1101
+ () => EphemeralStorage$,
1102
+ () => SnapStart$,
1103
+ () => LoggingConfig$,
1104
+ () => CapacityProviderConfig$,
1098
1105
  0,
1099
- () => DurableConfig,
1100
- () => TenancyConfig,
1106
+ () => DurableConfig$,
1107
+ () => TenancyConfig$,
1101
1108
  ],
1102
1109
  ];
1103
- export var CreateFunctionUrlConfigRequest = [
1110
+ export var CreateFunctionUrlConfigRequest$ = [
1104
1111
  3,
1105
1112
  n0,
1106
1113
  _CFUCR,
1107
1114
  0,
1108
1115
  [_FN, _Q, _AT, _Co, _IM],
1109
- [[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors, 0],
1116
+ [[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors$, 0],
1110
1117
  ];
1111
- export var CreateFunctionUrlConfigResponse = [
1118
+ export var CreateFunctionUrlConfigResponse$ = [
1112
1119
  3,
1113
1120
  n0,
1114
1121
  _CFUCRr,
1115
1122
  0,
1116
1123
  [_FU, _FA, _AT, _Co, _CTr, _IM],
1117
- [0, 0, 0, () => Cors, 0, 0],
1124
+ [0, 0, 0, () => Cors$, 0, 0],
1118
1125
  ];
1119
- export var DeadLetterConfig = [3, n0, _DLC, 0, [_TA], [0]];
1120
- export var DeleteAliasRequest = [
1126
+ export var DeadLetterConfig$ = [3, n0, _DLC, 0, [_TA], [0]];
1127
+ export var DeleteAliasRequest$ = [
1121
1128
  3,
1122
1129
  n0,
1123
1130
  _DAR,
@@ -1128,14 +1135,21 @@ export var DeleteAliasRequest = [
1128
1135
  [0, 1],
1129
1136
  ],
1130
1137
  ];
1131
- export var DeleteCapacityProviderRequest = [3, n0, _DCPR, 0, [_CPN], [[0, 1]]];
1132
- export var DeleteCapacityProviderResponse = [3, n0, _DCPRe, 0, [_CP], [() => CapacityProvider]];
1133
- export var DeleteCodeSigningConfigRequest = [3, n0, _DCSCR, 0, [_CSCA], [[0, 1]]];
1134
- export var DeleteCodeSigningConfigResponse = [3, n0, _DCSCRe, 0, [], []];
1135
- export var DeleteEventSourceMappingRequest = [3, n0, _DESMR, 0, [_UUID], [[0, 1]]];
1136
- export var DeleteFunctionCodeSigningConfigRequest = [3, n0, _DFCSCR, 0, [_FN], [[0, 1]]];
1137
- export var DeleteFunctionConcurrencyRequest = [3, n0, _DFCR, 0, [_FN], [[0, 1]]];
1138
- export var DeleteFunctionEventInvokeConfigRequest = [
1138
+ export var DeleteCapacityProviderRequest$ = [3, n0, _DCPR, 0, [_CPN], [[0, 1]]];
1139
+ export var DeleteCapacityProviderResponse$ = [
1140
+ 3,
1141
+ n0,
1142
+ _DCPRe,
1143
+ 0,
1144
+ [_CP],
1145
+ [() => CapacityProvider$],
1146
+ ];
1147
+ export var DeleteCodeSigningConfigRequest$ = [3, n0, _DCSCR, 0, [_CSCA], [[0, 1]]];
1148
+ export var DeleteCodeSigningConfigResponse$ = [3, n0, _DCSCRe, 0, [], []];
1149
+ export var DeleteEventSourceMappingRequest$ = [3, n0, _DESMR, 0, [_UUID], [[0, 1]]];
1150
+ export var DeleteFunctionCodeSigningConfigRequest$ = [3, n0, _DFCSCR, 0, [_FN], [[0, 1]]];
1151
+ export var DeleteFunctionConcurrencyRequest$ = [3, n0, _DFCR, 0, [_FN], [[0, 1]]];
1152
+ export var DeleteFunctionEventInvokeConfigRequest$ = [
1139
1153
  3,
1140
1154
  n0,
1141
1155
  _DFEICR,
@@ -1146,7 +1160,7 @@ export var DeleteFunctionEventInvokeConfigRequest = [
1146
1160
  [0, { [_hQ]: _Q }],
1147
1161
  ],
1148
1162
  ];
1149
- export var DeleteFunctionRequest = [
1163
+ export var DeleteFunctionRequest$ = [
1150
1164
  3,
1151
1165
  n0,
1152
1166
  _DFR,
@@ -1157,8 +1171,8 @@ export var DeleteFunctionRequest = [
1157
1171
  [0, { [_hQ]: _Q }],
1158
1172
  ],
1159
1173
  ];
1160
- export var DeleteFunctionResponse = [3, n0, _DFRe, 0, [_SCt], [[1, 32]]];
1161
- export var DeleteFunctionUrlConfigRequest = [
1174
+ export var DeleteFunctionResponse$ = [3, n0, _DFRe, 0, [_SCt], [[1, 32]]];
1175
+ export var DeleteFunctionUrlConfigRequest$ = [
1162
1176
  3,
1163
1177
  n0,
1164
1178
  _DFUCR,
@@ -1169,7 +1183,7 @@ export var DeleteFunctionUrlConfigRequest = [
1169
1183
  [0, { [_hQ]: _Q }],
1170
1184
  ],
1171
1185
  ];
1172
- export var DeleteLayerVersionRequest = [
1186
+ export var DeleteLayerVersionRequest$ = [
1173
1187
  3,
1174
1188
  n0,
1175
1189
  _DLVR,
@@ -1180,7 +1194,7 @@ export var DeleteLayerVersionRequest = [
1180
1194
  [1, 1],
1181
1195
  ],
1182
1196
  ];
1183
- export var DeleteProvisionedConcurrencyConfigRequest = [
1197
+ export var DeleteProvisionedConcurrencyConfigRequest$ = [
1184
1198
  3,
1185
1199
  n0,
1186
1200
  _DPCCR,
@@ -1191,10 +1205,17 @@ export var DeleteProvisionedConcurrencyConfigRequest = [
1191
1205
  [0, { [_hQ]: _Q }],
1192
1206
  ],
1193
1207
  ];
1194
- export var DestinationConfig = [3, n0, _DC, 0, [_OS, _OF], [() => OnSuccess, () => OnFailure]];
1195
- export var DocumentDBEventSourceConfig = [3, n0, _DDBESC, 0, [_DN, _CN, _FD], [0, 0, 0]];
1196
- export var DurableConfig = [3, n0, _DCu, 0, [_RPID, _ETx], [1, 1]];
1197
- export var DurableExecutionAlreadyStartedException = [
1208
+ export var DestinationConfig$ = [
1209
+ 3,
1210
+ n0,
1211
+ _DC,
1212
+ 0,
1213
+ [_OS, _OF],
1214
+ [() => OnSuccess$, () => OnFailure$],
1215
+ ];
1216
+ export var DocumentDBEventSourceConfig$ = [3, n0, _DDBESC, 0, [_DN, _CN, _FD], [0, 0, 0]];
1217
+ export var DurableConfig$ = [3, n0, _DCu, 0, [_RPID, _ETx], [1, 1]];
1218
+ export var DurableExecutionAlreadyStartedException$ = [
1198
1219
  -3,
1199
1220
  n0,
1200
1221
  _DEASE,
@@ -1202,12 +1223,19 @@ export var DurableExecutionAlreadyStartedException = [
1202
1223
  [_Ty, _M],
1203
1224
  [0, 0],
1204
1225
  ];
1205
- TypeRegistry.for(n0).registerError(DurableExecutionAlreadyStartedException, __DurableExecutionAlreadyStartedException);
1206
- export var EC2AccessDeniedException = [-3, n0, _ECADE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1207
- TypeRegistry.for(n0).registerError(EC2AccessDeniedException, __EC2AccessDeniedException);
1208
- export var EC2ThrottledException = [-3, n0, _ECTE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1209
- TypeRegistry.for(n0).registerError(EC2ThrottledException, __EC2ThrottledException);
1210
- export var EC2UnexpectedException = [
1226
+ TypeRegistry.for(n0).registerError(DurableExecutionAlreadyStartedException$, DurableExecutionAlreadyStartedException);
1227
+ export var EC2AccessDeniedException$ = [
1228
+ -3,
1229
+ n0,
1230
+ _ECADE,
1231
+ { [_e]: _se, [_hE]: 502 },
1232
+ [_Ty, _M],
1233
+ [0, 0],
1234
+ ];
1235
+ TypeRegistry.for(n0).registerError(EC2AccessDeniedException$, EC2AccessDeniedException);
1236
+ export var EC2ThrottledException$ = [-3, n0, _ECTE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1237
+ TypeRegistry.for(n0).registerError(EC2ThrottledException$, EC2ThrottledException);
1238
+ export var EC2UnexpectedException$ = [
1211
1239
  -3,
1212
1240
  n0,
1213
1241
  _ECUE,
@@ -1215,10 +1243,10 @@ export var EC2UnexpectedException = [
1215
1243
  [_Ty, _M, _ECEC],
1216
1244
  [0, 0, 0],
1217
1245
  ];
1218
- TypeRegistry.for(n0).registerError(EC2UnexpectedException, __EC2UnexpectedException);
1219
- export var EFSIOException = [-3, n0, _EFSIOE, { [_e]: _c, [_hE]: 410 }, [_Ty, _M], [0, 0]];
1220
- TypeRegistry.for(n0).registerError(EFSIOException, __EFSIOException);
1221
- export var EFSMountConnectivityException = [
1246
+ TypeRegistry.for(n0).registerError(EC2UnexpectedException$, EC2UnexpectedException);
1247
+ export var EFSIOException$ = [-3, n0, _EFSIOE, { [_e]: _c, [_hE]: 410 }, [_Ty, _M], [0, 0]];
1248
+ TypeRegistry.for(n0).registerError(EFSIOException$, EFSIOException);
1249
+ export var EFSMountConnectivityException$ = [
1222
1250
  -3,
1223
1251
  n0,
1224
1252
  _EFSMCE,
@@ -1226,12 +1254,26 @@ export var EFSMountConnectivityException = [
1226
1254
  [_Ty, _M],
1227
1255
  [0, 0],
1228
1256
  ];
1229
- TypeRegistry.for(n0).registerError(EFSMountConnectivityException, __EFSMountConnectivityException);
1230
- export var EFSMountFailureException = [-3, n0, _EFSMFE, { [_e]: _c, [_hE]: 403 }, [_Ty, _M], [0, 0]];
1231
- TypeRegistry.for(n0).registerError(EFSMountFailureException, __EFSMountFailureException);
1232
- export var EFSMountTimeoutException = [-3, n0, _EFSMTE, { [_e]: _c, [_hE]: 408 }, [_Ty, _M], [0, 0]];
1233
- TypeRegistry.for(n0).registerError(EFSMountTimeoutException, __EFSMountTimeoutException);
1234
- export var ENILimitReachedException = [
1257
+ TypeRegistry.for(n0).registerError(EFSMountConnectivityException$, EFSMountConnectivityException);
1258
+ export var EFSMountFailureException$ = [
1259
+ -3,
1260
+ n0,
1261
+ _EFSMFE,
1262
+ { [_e]: _c, [_hE]: 403 },
1263
+ [_Ty, _M],
1264
+ [0, 0],
1265
+ ];
1266
+ TypeRegistry.for(n0).registerError(EFSMountFailureException$, EFSMountFailureException);
1267
+ export var EFSMountTimeoutException$ = [
1268
+ -3,
1269
+ n0,
1270
+ _EFSMTE,
1271
+ { [_e]: _c, [_hE]: 408 },
1272
+ [_Ty, _M],
1273
+ [0, 0],
1274
+ ];
1275
+ TypeRegistry.for(n0).registerError(EFSMountTimeoutException$, EFSMountTimeoutException);
1276
+ export var ENILimitReachedException$ = [
1235
1277
  -3,
1236
1278
  n0,
1237
1279
  _ENILRE,
@@ -1239,10 +1281,10 @@ export var ENILimitReachedException = [
1239
1281
  [_Ty, _M],
1240
1282
  [0, 0],
1241
1283
  ];
1242
- TypeRegistry.for(n0).registerError(ENILimitReachedException, __ENILimitReachedException);
1243
- export var Environment = [3, n0, _Env, 0, [_V], [[() => EnvironmentVariables, 0]]];
1244
- export var EnvironmentError = [3, n0, _EE, 0, [_EC, _M], [0, [() => SensitiveString, 0]]];
1245
- export var EnvironmentResponse = [
1284
+ TypeRegistry.for(n0).registerError(ENILimitReachedException$, ENILimitReachedException);
1285
+ export var Environment$ = [3, n0, _Env, 0, [_V], [[() => EnvironmentVariables, 0]]];
1286
+ export var EnvironmentError$ = [3, n0, _EE, 0, [_EC, _M], [0, [() => SensitiveString, 0]]];
1287
+ export var EnvironmentResponse$ = [
1246
1288
  3,
1247
1289
  n0,
1248
1290
  _ER,
@@ -1250,11 +1292,11 @@ export var EnvironmentResponse = [
1250
1292
  [_V, _E],
1251
1293
  [
1252
1294
  [() => EnvironmentVariables, 0],
1253
- [() => EnvironmentError, 0],
1295
+ [() => EnvironmentError$, 0],
1254
1296
  ],
1255
1297
  ];
1256
- export var EphemeralStorage = [3, n0, _ES, 0, [_Si], [1]];
1257
- export var ErrorObject = [
1298
+ export var EphemeralStorage$ = [3, n0, _ES, 0, [_Si], [1]];
1299
+ export var ErrorObject$ = [
1258
1300
  3,
1259
1301
  n0,
1260
1302
  _EO,
@@ -1267,7 +1309,7 @@ export var ErrorObject = [
1267
1309
  [() => StackTraceEntries, 0],
1268
1310
  ],
1269
1311
  ];
1270
- export var Event = [
1312
+ export var Event$ = [
1271
1313
  3,
1272
1314
  n0,
1273
1315
  _Ev,
@@ -1313,36 +1355,36 @@ export var Event = [
1313
1355
  0,
1314
1356
  4,
1315
1357
  0,
1316
- [() => ExecutionStartedDetails, 0],
1317
- [() => ExecutionSucceededDetails, 0],
1318
- [() => ExecutionFailedDetails, 0],
1319
- [() => ExecutionTimedOutDetails, 0],
1320
- [() => ExecutionStoppedDetails, 0],
1321
- () => ContextStartedDetails,
1322
- [() => ContextSucceededDetails, 0],
1323
- [() => ContextFailedDetails, 0],
1324
- () => WaitStartedDetails,
1325
- () => WaitSucceededDetails,
1326
- [() => WaitCancelledDetails, 0],
1327
- () => StepStartedDetails,
1328
- [() => StepSucceededDetails, 0],
1329
- [() => StepFailedDetails, 0],
1330
- [() => ChainedInvokeStartedDetails, 0],
1331
- [() => ChainedInvokeSucceededDetails, 0],
1332
- [() => ChainedInvokeFailedDetails, 0],
1333
- [() => ChainedInvokeTimedOutDetails, 0],
1334
- [() => ChainedInvokeStoppedDetails, 0],
1335
- () => CallbackStartedDetails,
1336
- [() => CallbackSucceededDetails, 0],
1337
- [() => CallbackFailedDetails, 0],
1338
- [() => CallbackTimedOutDetails, 0],
1339
- [() => InvocationCompletedDetails, 0],
1340
- ],
1341
- ];
1342
- export var EventError = [3, n0, _EEv, 0, [_Pa, _Tr], [[() => ErrorObject, 0], 2]];
1343
- export var EventInput = [3, n0, _EIv, 0, [_Pa, _Tr], [[() => InputPayload, 0], 2]];
1344
- export var EventResult = [3, n0, _ERv, 0, [_Pa, _Tr], [[() => OperationPayload, 0], 2]];
1345
- export var EventSourceMappingConfiguration = [
1358
+ [() => ExecutionStartedDetails$, 0],
1359
+ [() => ExecutionSucceededDetails$, 0],
1360
+ [() => ExecutionFailedDetails$, 0],
1361
+ [() => ExecutionTimedOutDetails$, 0],
1362
+ [() => ExecutionStoppedDetails$, 0],
1363
+ () => ContextStartedDetails$,
1364
+ [() => ContextSucceededDetails$, 0],
1365
+ [() => ContextFailedDetails$, 0],
1366
+ () => WaitStartedDetails$,
1367
+ () => WaitSucceededDetails$,
1368
+ [() => WaitCancelledDetails$, 0],
1369
+ () => StepStartedDetails$,
1370
+ [() => StepSucceededDetails$, 0],
1371
+ [() => StepFailedDetails$, 0],
1372
+ [() => ChainedInvokeStartedDetails$, 0],
1373
+ [() => ChainedInvokeSucceededDetails$, 0],
1374
+ [() => ChainedInvokeFailedDetails$, 0],
1375
+ [() => ChainedInvokeTimedOutDetails$, 0],
1376
+ [() => ChainedInvokeStoppedDetails$, 0],
1377
+ () => CallbackStartedDetails$,
1378
+ [() => CallbackSucceededDetails$, 0],
1379
+ [() => CallbackFailedDetails$, 0],
1380
+ [() => CallbackTimedOutDetails$, 0],
1381
+ [() => InvocationCompletedDetails$, 0],
1382
+ ],
1383
+ ];
1384
+ export var EventError$ = [3, n0, _EEv, 0, [_Pa, _Tr], [[() => ErrorObject$, 0], 2]];
1385
+ export var EventInput$ = [3, n0, _EIv, 0, [_Pa, _Tr], [[() => InputPayload, 0], 2]];
1386
+ export var EventResult$ = [3, n0, _ERv, 0, [_Pa, _Tr], [[() => OperationPayload, 0], 2]];
1387
+ export var EventSourceMappingConfiguration$ = [
1346
1388
  3,
1347
1389
  n0,
1348
1390
  _ESMC,
@@ -1389,46 +1431,46 @@ export var EventSourceMappingConfiguration = [
1389
1431
  1,
1390
1432
  1,
1391
1433
  0,
1392
- () => FilterCriteria,
1434
+ () => FilterCriteria$,
1393
1435
  0,
1394
1436
  4,
1395
1437
  0,
1396
1438
  0,
1397
1439
  0,
1398
- () => DestinationConfig,
1440
+ () => DestinationConfig$,
1399
1441
  64 | 0,
1400
1442
  64 | 0,
1401
1443
  () => SourceAccessConfigurations,
1402
- () => SelfManagedEventSource,
1444
+ () => SelfManagedEventSource$,
1403
1445
  1,
1404
1446
  2,
1405
1447
  1,
1406
1448
  1,
1407
1449
  64 | 0,
1408
- () => AmazonManagedKafkaEventSourceConfig,
1409
- () => SelfManagedKafkaEventSourceConfig,
1410
- () => ScalingConfig,
1411
- () => DocumentDBEventSourceConfig,
1450
+ () => AmazonManagedKafkaEventSourceConfig$,
1451
+ () => SelfManagedKafkaEventSourceConfig$,
1452
+ () => ScalingConfig$,
1453
+ () => DocumentDBEventSourceConfig$,
1412
1454
  0,
1413
- () => FilterCriteriaError,
1455
+ () => FilterCriteriaError$,
1414
1456
  0,
1415
- () => EventSourceMappingMetricsConfig,
1416
- () => ProvisionedPollerConfig,
1457
+ () => EventSourceMappingMetricsConfig$,
1458
+ () => ProvisionedPollerConfig$,
1417
1459
  ],
1418
1460
  ];
1419
- export var EventSourceMappingMetricsConfig = [3, n0, _ESMMC, 0, [_Me], [64 | 0]];
1420
- export var Execution = [3, n0, _Ex, 0, [_DEA, _DEN, _FA, _Sta, _STt, _ETn], [0, 0, 0, 0, 4, 4]];
1421
- export var ExecutionDetails = [3, n0, _EDx, 0, [_IP], [[() => InputPayload, 0]]];
1422
- export var ExecutionFailedDetails = [3, n0, _EFD, 0, [_E], [[() => EventError, 0]]];
1423
- export var ExecutionStartedDetails = [3, n0, _ESD, 0, [_I, _ETx], [[() => EventInput, 0], 1]];
1424
- export var ExecutionStoppedDetails = [3, n0, _ESDxe, 0, [_E], [[() => EventError, 0]]];
1425
- export var ExecutionSucceededDetails = [3, n0, _ESDx, 0, [_R], [[() => EventResult, 0]]];
1426
- export var ExecutionTimedOutDetails = [3, n0, _ETOD, 0, [_E], [[() => EventError, 0]]];
1427
- export var FileSystemConfig = [3, n0, _FSCi, 0, [_Arn, _LMP], [0, 0]];
1428
- export var Filter = [3, n0, _F, 0, [_Pat], [0]];
1429
- export var FilterCriteria = [3, n0, _FCi, 0, [_Fi], [() => FilterList]];
1430
- export var FilterCriteriaError = [3, n0, _FCE, 0, [_EC, _M], [0, 0]];
1431
- export var FunctionCode = [
1461
+ export var EventSourceMappingMetricsConfig$ = [3, n0, _ESMMC, 0, [_Me], [64 | 0]];
1462
+ export var Execution$ = [3, n0, _Ex, 0, [_DEA, _DEN, _FA, _Sta, _STt, _ETn], [0, 0, 0, 0, 4, 4]];
1463
+ export var ExecutionDetails$ = [3, n0, _EDx, 0, [_IP], [[() => InputPayload, 0]]];
1464
+ export var ExecutionFailedDetails$ = [3, n0, _EFD, 0, [_E], [[() => EventError$, 0]]];
1465
+ export var ExecutionStartedDetails$ = [3, n0, _ESD, 0, [_I, _ETx], [[() => EventInput$, 0], 1]];
1466
+ export var ExecutionStoppedDetails$ = [3, n0, _ESDxe, 0, [_E], [[() => EventError$, 0]]];
1467
+ export var ExecutionSucceededDetails$ = [3, n0, _ESDx, 0, [_R], [[() => EventResult$, 0]]];
1468
+ export var ExecutionTimedOutDetails$ = [3, n0, _ETOD, 0, [_E], [[() => EventError$, 0]]];
1469
+ export var FileSystemConfig$ = [3, n0, _FSCi, 0, [_Arn, _LMP], [0, 0]];
1470
+ export var Filter$ = [3, n0, _F, 0, [_Pat], [0]];
1471
+ export var FilterCriteria$ = [3, n0, _FCi, 0, [_Fi], [() => FilterList]];
1472
+ export var FilterCriteriaError$ = [3, n0, _FCE, 0, [_EC, _M], [0, 0]];
1473
+ export var FunctionCode$ = [
1432
1474
  3,
1433
1475
  n0,
1434
1476
  _FCu,
@@ -1436,7 +1478,7 @@ export var FunctionCode = [
1436
1478
  [_ZF, _SB, _SK, _SOV, _IU, _SKMSKA],
1437
1479
  [[() => _Blob, 0], 0, 0, 0, 0, 0],
1438
1480
  ];
1439
- export var FunctionCodeLocation = [
1481
+ export var FunctionCodeLocation$ = [
1440
1482
  3,
1441
1483
  n0,
1442
1484
  _FCL,
@@ -1444,7 +1486,7 @@ export var FunctionCodeLocation = [
1444
1486
  [_RT, _Lo, _IU, _RIU, _SKMSKA],
1445
1487
  [0, 0, 0, 0, 0],
1446
1488
  ];
1447
- export var FunctionConfiguration = [
1489
+ export var FunctionConfiguration$ = [
1448
1490
  3,
1449
1491
  n0,
1450
1492
  _FCun,
@@ -1504,11 +1546,11 @@ export var FunctionConfiguration = [
1504
1546
  0,
1505
1547
  0,
1506
1548
  0,
1507
- () => VpcConfigResponse,
1508
- () => DeadLetterConfig,
1509
- [() => EnvironmentResponse, 0],
1549
+ () => VpcConfigResponse$,
1550
+ () => DeadLetterConfig$,
1551
+ [() => EnvironmentResponse$, 0],
1510
1552
  0,
1511
- () => TracingConfigResponse,
1553
+ () => TracingConfigResponse$,
1512
1554
  0,
1513
1555
  0,
1514
1556
  () => LayersReferenceList,
@@ -1520,39 +1562,46 @@ export var FunctionConfiguration = [
1520
1562
  0,
1521
1563
  () => FileSystemConfigList,
1522
1564
  0,
1523
- [() => ImageConfigResponse, 0],
1565
+ [() => ImageConfigResponse$, 0],
1524
1566
  0,
1525
1567
  0,
1526
1568
  64 | 0,
1527
- () => EphemeralStorage,
1528
- () => SnapStartResponse,
1529
- [() => RuntimeVersionConfig, 0],
1530
- () => LoggingConfig,
1531
- () => CapacityProviderConfig,
1569
+ () => EphemeralStorage$,
1570
+ () => SnapStartResponse$,
1571
+ [() => RuntimeVersionConfig$, 0],
1572
+ () => LoggingConfig$,
1573
+ () => CapacityProviderConfig$,
1532
1574
  0,
1533
- () => DurableConfig,
1534
- () => TenancyConfig,
1575
+ () => DurableConfig$,
1576
+ () => TenancyConfig$,
1535
1577
  ],
1536
1578
  ];
1537
- export var FunctionEventInvokeConfig = [
1579
+ export var FunctionEventInvokeConfig$ = [
1538
1580
  3,
1539
1581
  n0,
1540
1582
  _FEIC,
1541
1583
  0,
1542
1584
  [_LM, _FA, _MRA, _MEAIS, _DC],
1543
- [4, 0, 1, 1, () => DestinationConfig],
1585
+ [4, 0, 1, 1, () => DestinationConfig$],
1544
1586
  ];
1545
- export var FunctionScalingConfig = [3, n0, _FSCu, 0, [_MEE, _MEEa], [1, 1]];
1546
- export var FunctionUrlConfig = [
1587
+ export var FunctionScalingConfig$ = [3, n0, _FSCu, 0, [_MEE, _MEEa], [1, 1]];
1588
+ export var FunctionUrlConfig$ = [
1547
1589
  3,
1548
1590
  n0,
1549
1591
  _FUC,
1550
1592
  0,
1551
1593
  [_FU, _FA, _CTr, _LMT, _Co, _AT, _IM],
1552
- [0, 0, 0, 0, () => Cors, 0, 0],
1594
+ [0, 0, 0, 0, () => Cors$, 0, 0],
1595
+ ];
1596
+ export var FunctionVersionsByCapacityProviderListItem$ = [
1597
+ 3,
1598
+ n0,
1599
+ _FVBCPLI,
1600
+ 0,
1601
+ [_FA, _St],
1602
+ [0, 0],
1553
1603
  ];
1554
- export var FunctionVersionsByCapacityProviderListItem = [3, n0, _FVBCPLI, 0, [_FA, _St], [0, 0]];
1555
- export var FunctionVersionsPerCapacityProviderLimitExceededException = [
1604
+ export var FunctionVersionsPerCapacityProviderLimitExceededException$ = [
1556
1605
  -3,
1557
1606
  n0,
1558
1607
  _FVPCPLEE,
@@ -1560,17 +1609,17 @@ export var FunctionVersionsPerCapacityProviderLimitExceededException = [
1560
1609
  [_Ty, _m],
1561
1610
  [0, 0],
1562
1611
  ];
1563
- TypeRegistry.for(n0).registerError(FunctionVersionsPerCapacityProviderLimitExceededException, __FunctionVersionsPerCapacityProviderLimitExceededException);
1564
- export var GetAccountSettingsRequest = [3, n0, _GASR, 0, [], []];
1565
- export var GetAccountSettingsResponse = [
1612
+ TypeRegistry.for(n0).registerError(FunctionVersionsPerCapacityProviderLimitExceededException$, FunctionVersionsPerCapacityProviderLimitExceededException);
1613
+ export var GetAccountSettingsRequest$ = [3, n0, _GASR, 0, [], []];
1614
+ export var GetAccountSettingsResponse$ = [
1566
1615
  3,
1567
1616
  n0,
1568
1617
  _GASRe,
1569
1618
  0,
1570
1619
  [_AL, _AU],
1571
- [() => AccountLimit, () => AccountUsage],
1620
+ [() => AccountLimit$, () => AccountUsage$],
1572
1621
  ];
1573
- export var GetAliasRequest = [
1622
+ export var GetAliasRequest$ = [
1574
1623
  3,
1575
1624
  n0,
1576
1625
  _GAR,
@@ -1581,11 +1630,18 @@ export var GetAliasRequest = [
1581
1630
  [0, 1],
1582
1631
  ],
1583
1632
  ];
1584
- export var GetCapacityProviderRequest = [3, n0, _GCPR, 0, [_CPN], [[0, 1]]];
1585
- export var GetCapacityProviderResponse = [3, n0, _GCPRe, 0, [_CP], [() => CapacityProvider]];
1586
- export var GetCodeSigningConfigRequest = [3, n0, _GCSCR, 0, [_CSCA], [[0, 1]]];
1587
- export var GetCodeSigningConfigResponse = [3, n0, _GCSCRe, 0, [_CSC], [() => CodeSigningConfig]];
1588
- export var GetDurableExecutionHistoryRequest = [
1633
+ export var GetCapacityProviderRequest$ = [3, n0, _GCPR, 0, [_CPN], [[0, 1]]];
1634
+ export var GetCapacityProviderResponse$ = [3, n0, _GCPRe, 0, [_CP], [() => CapacityProvider$]];
1635
+ export var GetCodeSigningConfigRequest$ = [3, n0, _GCSCR, 0, [_CSCA], [[0, 1]]];
1636
+ export var GetCodeSigningConfigResponse$ = [
1637
+ 3,
1638
+ n0,
1639
+ _GCSCRe,
1640
+ 0,
1641
+ [_CSC],
1642
+ [() => CodeSigningConfig$],
1643
+ ];
1644
+ export var GetDurableExecutionHistoryRequest$ = [
1589
1645
  3,
1590
1646
  n0,
1591
1647
  _GDEHR,
@@ -1599,7 +1655,7 @@ export var GetDurableExecutionHistoryRequest = [
1599
1655
  [2, { [_hQ]: _RO }],
1600
1656
  ],
1601
1657
  ];
1602
- export var GetDurableExecutionHistoryResponse = [
1658
+ export var GetDurableExecutionHistoryResponse$ = [
1603
1659
  3,
1604
1660
  n0,
1605
1661
  _GDEHRe,
@@ -1607,16 +1663,16 @@ export var GetDurableExecutionHistoryResponse = [
1607
1663
  [_Eve, _NM],
1608
1664
  [[() => Events, 0], 0],
1609
1665
  ];
1610
- export var GetDurableExecutionRequest = [3, n0, _GDER, 0, [_DEA], [[0, 1]]];
1611
- export var GetDurableExecutionResponse = [
1666
+ export var GetDurableExecutionRequest$ = [3, n0, _GDER, 0, [_DEA], [[0, 1]]];
1667
+ export var GetDurableExecutionResponse$ = [
1612
1668
  3,
1613
1669
  n0,
1614
1670
  _GDERe,
1615
1671
  0,
1616
1672
  [_DEA, _DEN, _FA, _IP, _R, _E, _STt, _Sta, _ETn, _Ve, _TH],
1617
- [0, 0, 0, [() => InputPayload, 0], [() => OutputPayload, 0], [() => ErrorObject, 0], 4, 0, 4, 0, () => TraceHeader],
1673
+ [0, 0, 0, [() => InputPayload, 0], [() => OutputPayload, 0], [() => ErrorObject$, 0], 4, 0, 4, 0, () => TraceHeader$],
1618
1674
  ];
1619
- export var GetDurableExecutionStateRequest = [
1675
+ export var GetDurableExecutionStateRequest$ = [
1620
1676
  3,
1621
1677
  n0,
1622
1678
  _GDESR,
@@ -1629,7 +1685,7 @@ export var GetDurableExecutionStateRequest = [
1629
1685
  [1, { [_hQ]: _MI }],
1630
1686
  ],
1631
1687
  ];
1632
- export var GetDurableExecutionStateResponse = [
1688
+ export var GetDurableExecutionStateResponse$ = [
1633
1689
  3,
1634
1690
  n0,
1635
1691
  _GDESRe,
@@ -1637,12 +1693,12 @@ export var GetDurableExecutionStateResponse = [
1637
1693
  [_O, _NM],
1638
1694
  [[() => Operations, 0], 0],
1639
1695
  ];
1640
- export var GetEventSourceMappingRequest = [3, n0, _GESMR, 0, [_UUID], [[0, 1]]];
1641
- export var GetFunctionCodeSigningConfigRequest = [3, n0, _GFCSCR, 0, [_FN], [[0, 1]]];
1642
- export var GetFunctionCodeSigningConfigResponse = [3, n0, _GFCSCRe, 0, [_CSCA, _FN], [0, 0]];
1643
- export var GetFunctionConcurrencyRequest = [3, n0, _GFCR, 0, [_FN], [[0, 1]]];
1644
- export var GetFunctionConcurrencyResponse = [3, n0, _GFCRe, 0, [_RCE], [1]];
1645
- export var GetFunctionConfigurationRequest = [
1696
+ export var GetEventSourceMappingRequest$ = [3, n0, _GESMR, 0, [_UUID], [[0, 1]]];
1697
+ export var GetFunctionCodeSigningConfigRequest$ = [3, n0, _GFCSCR, 0, [_FN], [[0, 1]]];
1698
+ export var GetFunctionCodeSigningConfigResponse$ = [3, n0, _GFCSCRe, 0, [_CSCA, _FN], [0, 0]];
1699
+ export var GetFunctionConcurrencyRequest$ = [3, n0, _GFCR, 0, [_FN], [[0, 1]]];
1700
+ export var GetFunctionConcurrencyResponse$ = [3, n0, _GFCRe, 0, [_RCE], [1]];
1701
+ export var GetFunctionConfigurationRequest$ = [
1646
1702
  3,
1647
1703
  n0,
1648
1704
  _GFCRet,
@@ -1653,7 +1709,7 @@ export var GetFunctionConfigurationRequest = [
1653
1709
  [0, { [_hQ]: _Q }],
1654
1710
  ],
1655
1711
  ];
1656
- export var GetFunctionEventInvokeConfigRequest = [
1712
+ export var GetFunctionEventInvokeConfigRequest$ = [
1657
1713
  3,
1658
1714
  n0,
1659
1715
  _GFEICR,
@@ -1664,9 +1720,9 @@ export var GetFunctionEventInvokeConfigRequest = [
1664
1720
  [0, { [_hQ]: _Q }],
1665
1721
  ],
1666
1722
  ];
1667
- export var GetFunctionRecursionConfigRequest = [3, n0, _GFRCR, 0, [_FN], [[0, 1]]];
1668
- export var GetFunctionRecursionConfigResponse = [3, n0, _GFRCRe, 0, [_RL], [0]];
1669
- export var GetFunctionRequest = [
1723
+ export var GetFunctionRecursionConfigRequest$ = [3, n0, _GFRCR, 0, [_FN], [[0, 1]]];
1724
+ export var GetFunctionRecursionConfigResponse$ = [3, n0, _GFRCRe, 0, [_RL], [0]];
1725
+ export var GetFunctionRequest$ = [
1670
1726
  3,
1671
1727
  n0,
1672
1728
  _GFR,
@@ -1677,15 +1733,15 @@ export var GetFunctionRequest = [
1677
1733
  [0, { [_hQ]: _Q }],
1678
1734
  ],
1679
1735
  ];
1680
- export var GetFunctionResponse = [
1736
+ export var GetFunctionResponse$ = [
1681
1737
  3,
1682
1738
  n0,
1683
1739
  _GFRe,
1684
1740
  0,
1685
1741
  [_Con, _Cod, _Ta, _TE, _C],
1686
- [[() => FunctionConfiguration, 0], () => FunctionCodeLocation, 128 | 0, () => TagsError, () => Concurrency],
1742
+ [[() => FunctionConfiguration$, 0], () => FunctionCodeLocation$, 128 | 0, () => TagsError$, () => Concurrency$],
1687
1743
  ];
1688
- export var GetFunctionScalingConfigRequest = [
1744
+ export var GetFunctionScalingConfigRequest$ = [
1689
1745
  3,
1690
1746
  n0,
1691
1747
  _GFSCR,
@@ -1696,15 +1752,15 @@ export var GetFunctionScalingConfigRequest = [
1696
1752
  [0, { [_hQ]: _Q }],
1697
1753
  ],
1698
1754
  ];
1699
- export var GetFunctionScalingConfigResponse = [
1755
+ export var GetFunctionScalingConfigResponse$ = [
1700
1756
  3,
1701
1757
  n0,
1702
1758
  _GFSCRe,
1703
1759
  0,
1704
1760
  [_FA, _AFSC, _RFSC],
1705
- [0, () => FunctionScalingConfig, () => FunctionScalingConfig],
1761
+ [0, () => FunctionScalingConfig$, () => FunctionScalingConfig$],
1706
1762
  ];
1707
- export var GetFunctionUrlConfigRequest = [
1763
+ export var GetFunctionUrlConfigRequest$ = [
1708
1764
  3,
1709
1765
  n0,
1710
1766
  _GFUCR,
@@ -1715,16 +1771,16 @@ export var GetFunctionUrlConfigRequest = [
1715
1771
  [0, { [_hQ]: _Q }],
1716
1772
  ],
1717
1773
  ];
1718
- export var GetFunctionUrlConfigResponse = [
1774
+ export var GetFunctionUrlConfigResponse$ = [
1719
1775
  3,
1720
1776
  n0,
1721
1777
  _GFUCRe,
1722
1778
  0,
1723
1779
  [_FU, _FA, _AT, _Co, _CTr, _LMT, _IM],
1724
- [0, 0, 0, () => Cors, 0, 0, 0],
1780
+ [0, 0, 0, () => Cors$, 0, 0, 0],
1725
1781
  ];
1726
- export var GetLayerVersionByArnRequest = [3, n0, _GLVBAR, 0, [_Arn], [[0, { [_hQ]: _Arn }]]];
1727
- export var GetLayerVersionPolicyRequest = [
1782
+ export var GetLayerVersionByArnRequest$ = [3, n0, _GLVBAR, 0, [_Arn], [[0, { [_hQ]: _Arn }]]];
1783
+ export var GetLayerVersionPolicyRequest$ = [
1728
1784
  3,
1729
1785
  n0,
1730
1786
  _GLVPR,
@@ -1735,8 +1791,8 @@ export var GetLayerVersionPolicyRequest = [
1735
1791
  [1, 1],
1736
1792
  ],
1737
1793
  ];
1738
- export var GetLayerVersionPolicyResponse = [3, n0, _GLVPRe, 0, [_Po, _RI], [0, 0]];
1739
- export var GetLayerVersionRequest = [
1794
+ export var GetLayerVersionPolicyResponse$ = [3, n0, _GLVPRe, 0, [_Po, _RI], [0, 0]];
1795
+ export var GetLayerVersionRequest$ = [
1740
1796
  3,
1741
1797
  n0,
1742
1798
  _GLVR,
@@ -1747,15 +1803,15 @@ export var GetLayerVersionRequest = [
1747
1803
  [1, 1],
1748
1804
  ],
1749
1805
  ];
1750
- export var GetLayerVersionResponse = [
1806
+ export var GetLayerVersionResponse$ = [
1751
1807
  3,
1752
1808
  n0,
1753
1809
  _GLVRe,
1754
1810
  0,
1755
1811
  [_Cont, _LA, _LVA, _D, _CDr, _Ve, _CR, _LI, _CA],
1756
- [() => LayerVersionContentOutput, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0],
1812
+ [() => LayerVersionContentOutput$, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0],
1757
1813
  ];
1758
- export var GetPolicyRequest = [
1814
+ export var GetPolicyRequest$ = [
1759
1815
  3,
1760
1816
  n0,
1761
1817
  _GPR,
@@ -1766,8 +1822,8 @@ export var GetPolicyRequest = [
1766
1822
  [0, { [_hQ]: _Q }],
1767
1823
  ],
1768
1824
  ];
1769
- export var GetPolicyResponse = [3, n0, _GPRe, 0, [_Po, _RI], [0, 0]];
1770
- export var GetProvisionedConcurrencyConfigRequest = [
1825
+ export var GetPolicyResponse$ = [3, n0, _GPRe, 0, [_Po, _RI], [0, 0]];
1826
+ export var GetProvisionedConcurrencyConfigRequest$ = [
1771
1827
  3,
1772
1828
  n0,
1773
1829
  _GPCCR,
@@ -1778,7 +1834,7 @@ export var GetProvisionedConcurrencyConfigRequest = [
1778
1834
  [0, { [_hQ]: _Q }],
1779
1835
  ],
1780
1836
  ];
1781
- export var GetProvisionedConcurrencyConfigResponse = [
1837
+ export var GetProvisionedConcurrencyConfigResponse$ = [
1782
1838
  3,
1783
1839
  n0,
1784
1840
  _GPCCRe,
@@ -1786,7 +1842,7 @@ export var GetProvisionedConcurrencyConfigResponse = [
1786
1842
  [_RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
1787
1843
  [1, 1, 1, 0, 0, 0],
1788
1844
  ];
1789
- export var GetRuntimeManagementConfigRequest = [
1845
+ export var GetRuntimeManagementConfigRequest$ = [
1790
1846
  3,
1791
1847
  n0,
1792
1848
  _GRMCR,
@@ -1797,7 +1853,7 @@ export var GetRuntimeManagementConfigRequest = [
1797
1853
  [0, { [_hQ]: _Q }],
1798
1854
  ],
1799
1855
  ];
1800
- export var GetRuntimeManagementConfigResponse = [
1856
+ export var GetRuntimeManagementConfigResponse$ = [
1801
1857
  3,
1802
1858
  n0,
1803
1859
  _GRMCRe,
@@ -1805,18 +1861,18 @@ export var GetRuntimeManagementConfigResponse = [
1805
1861
  [_URO, _RVA, _FA],
1806
1862
  [0, 0, 0],
1807
1863
  ];
1808
- export var ImageConfig = [3, n0, _IC, 0, [_EP, _Com, _WD], [64 | 0, 64 | 0, 0]];
1809
- export var ImageConfigError = [3, n0, _ICE, 0, [_EC, _M], [0, [() => SensitiveString, 0]]];
1810
- export var ImageConfigResponse = [
1864
+ export var ImageConfig$ = [3, n0, _IC, 0, [_EP, _Com, _WD], [64 | 0, 64 | 0, 0]];
1865
+ export var ImageConfigError$ = [3, n0, _ICE, 0, [_EC, _M], [0, [() => SensitiveString, 0]]];
1866
+ export var ImageConfigResponse$ = [
1811
1867
  3,
1812
1868
  n0,
1813
1869
  _ICR,
1814
1870
  0,
1815
1871
  [_IC, _E],
1816
- [() => ImageConfig, [() => ImageConfigError, 0]],
1872
+ [() => ImageConfig$, [() => ImageConfigError$, 0]],
1817
1873
  ];
1818
- export var InstanceRequirements = [3, n0, _IR, 0, [_Ar, _AIT, _EIT], [64 | 0, 64 | 0, 64 | 0]];
1819
- export var InvalidCodeSignatureException = [
1874
+ export var InstanceRequirements$ = [3, n0, _IR, 0, [_Ar, _AIT, _EIT], [64 | 0, 64 | 0, 64 | 0]];
1875
+ export var InvalidCodeSignatureException$ = [
1820
1876
  -3,
1821
1877
  n0,
1822
1878
  _ICSE,
@@ -1824,8 +1880,8 @@ export var InvalidCodeSignatureException = [
1824
1880
  [_Ty, _M],
1825
1881
  [0, 0],
1826
1882
  ];
1827
- TypeRegistry.for(n0).registerError(InvalidCodeSignatureException, __InvalidCodeSignatureException);
1828
- export var InvalidParameterValueException = [
1883
+ TypeRegistry.for(n0).registerError(InvalidCodeSignatureException$, InvalidCodeSignatureException);
1884
+ export var InvalidParameterValueException$ = [
1829
1885
  -3,
1830
1886
  n0,
1831
1887
  _IPVE,
@@ -1833,8 +1889,8 @@ export var InvalidParameterValueException = [
1833
1889
  [_Ty, _m],
1834
1890
  [0, 0],
1835
1891
  ];
1836
- TypeRegistry.for(n0).registerError(InvalidParameterValueException, __InvalidParameterValueException);
1837
- export var InvalidRequestContentException = [
1892
+ TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
1893
+ export var InvalidRequestContentException$ = [
1838
1894
  -3,
1839
1895
  n0,
1840
1896
  _IRCE,
@@ -1842,10 +1898,10 @@ export var InvalidRequestContentException = [
1842
1898
  [_Ty, _m],
1843
1899
  [0, 0],
1844
1900
  ];
1845
- TypeRegistry.for(n0).registerError(InvalidRequestContentException, __InvalidRequestContentException);
1846
- export var InvalidRuntimeException = [-3, n0, _IRE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1847
- TypeRegistry.for(n0).registerError(InvalidRuntimeException, __InvalidRuntimeException);
1848
- export var InvalidSecurityGroupIDException = [
1901
+ TypeRegistry.for(n0).registerError(InvalidRequestContentException$, InvalidRequestContentException);
1902
+ export var InvalidRuntimeException$ = [-3, n0, _IRE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1903
+ TypeRegistry.for(n0).registerError(InvalidRuntimeException$, InvalidRuntimeException);
1904
+ export var InvalidSecurityGroupIDException$ = [
1849
1905
  -3,
1850
1906
  n0,
1851
1907
  _ISGIDE,
@@ -1853,20 +1909,27 @@ export var InvalidSecurityGroupIDException = [
1853
1909
  [_Ty, _M],
1854
1910
  [0, 0],
1855
1911
  ];
1856
- TypeRegistry.for(n0).registerError(InvalidSecurityGroupIDException, __InvalidSecurityGroupIDException);
1857
- export var InvalidSubnetIDException = [-3, n0, _ISIDE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1858
- TypeRegistry.for(n0).registerError(InvalidSubnetIDException, __InvalidSubnetIDException);
1859
- export var InvalidZipFileException = [-3, n0, _IZFE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1860
- TypeRegistry.for(n0).registerError(InvalidZipFileException, __InvalidZipFileException);
1861
- export var InvocationCompletedDetails = [
1912
+ TypeRegistry.for(n0).registerError(InvalidSecurityGroupIDException$, InvalidSecurityGroupIDException);
1913
+ export var InvalidSubnetIDException$ = [
1914
+ -3,
1915
+ n0,
1916
+ _ISIDE,
1917
+ { [_e]: _se, [_hE]: 502 },
1918
+ [_Ty, _M],
1919
+ [0, 0],
1920
+ ];
1921
+ TypeRegistry.for(n0).registerError(InvalidSubnetIDException$, InvalidSubnetIDException);
1922
+ export var InvalidZipFileException$ = [-3, n0, _IZFE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1923
+ TypeRegistry.for(n0).registerError(InvalidZipFileException$, InvalidZipFileException);
1924
+ export var InvocationCompletedDetails$ = [
1862
1925
  3,
1863
1926
  n0,
1864
1927
  _ICD,
1865
1928
  0,
1866
1929
  [_STt, _ETn, _RIe, _E],
1867
- [4, 4, 0, [() => EventError, 0]],
1930
+ [4, 4, 0, [() => EventError$, 0]],
1868
1931
  ];
1869
- export var InvocationRequest = [
1932
+ export var InvocationRequest$ = [
1870
1933
  3,
1871
1934
  n0,
1872
1935
  _IRn,
@@ -1883,7 +1946,7 @@ export var InvocationRequest = [
1883
1946
  [0, { [_hH]: _XATI }],
1884
1947
  ],
1885
1948
  ];
1886
- export var InvocationResponse = [
1949
+ export var InvocationResponse$ = [
1887
1950
  3,
1888
1951
  n0,
1889
1952
  _IRnv,
@@ -1898,7 +1961,7 @@ export var InvocationResponse = [
1898
1961
  [0, { [_hH]: _XADEA }],
1899
1962
  ],
1900
1963
  ];
1901
- export var InvokeAsyncRequest = [
1964
+ export var InvokeAsyncRequest$ = [
1902
1965
  3,
1903
1966
  n0,
1904
1967
  _IAR,
@@ -1909,9 +1972,9 @@ export var InvokeAsyncRequest = [
1909
1972
  [() => BlobStream, 16],
1910
1973
  ],
1911
1974
  ];
1912
- export var InvokeAsyncResponse = [3, n0, _IARn, 0, [_Sta], [[1, 32]]];
1913
- export var InvokeResponseStreamUpdate = [3, n0, _IRSU, 0, [_Pa], [[() => _Blob, { [_eP]: 1 }]]];
1914
- export var InvokeWithResponseStreamCompleteEvent = [
1975
+ export var InvokeAsyncResponse$ = [3, n0, _IARn, 0, [_Sta], [[1, 32]]];
1976
+ export var InvokeResponseStreamUpdate$ = [3, n0, _IRSU, 0, [_Pa], [[() => _Blob, { [_eP]: 1 }]]];
1977
+ export var InvokeWithResponseStreamCompleteEvent$ = [
1915
1978
  3,
1916
1979
  n0,
1917
1980
  _IWRSCE,
@@ -1919,7 +1982,7 @@ export var InvokeWithResponseStreamCompleteEvent = [
1919
1982
  [_EC, _EDr, _LR],
1920
1983
  [0, 0, 0],
1921
1984
  ];
1922
- export var InvokeWithResponseStreamRequest = [
1985
+ export var InvokeWithResponseStreamRequest$ = [
1923
1986
  3,
1924
1987
  n0,
1925
1988
  _IWRSR,
@@ -1935,7 +1998,7 @@ export var InvokeWithResponseStreamRequest = [
1935
1998
  [0, { [_hH]: _XATI }],
1936
1999
  ],
1937
2000
  ];
1938
- export var InvokeWithResponseStreamResponse = [
2001
+ export var InvokeWithResponseStreamResponse$ = [
1939
2002
  3,
1940
2003
  n0,
1941
2004
  _IWRSRn,
@@ -1944,12 +2007,12 @@ export var InvokeWithResponseStreamResponse = [
1944
2007
  [
1945
2008
  [1, 32],
1946
2009
  [0, { [_hH]: _XAEV }],
1947
- [() => InvokeWithResponseStreamResponseEvent, 16],
2010
+ [() => InvokeWithResponseStreamResponseEvent$, 16],
1948
2011
  [0, { [_hH]: _CT_ }],
1949
2012
  ],
1950
2013
  ];
1951
- export var KafkaSchemaRegistryAccessConfig = [3, n0, _KSRAC, 0, [_Ty, _URI], [0, 0]];
1952
- export var KafkaSchemaRegistryConfig = [
2014
+ export var KafkaSchemaRegistryAccessConfig$ = [3, n0, _KSRAC, 0, [_Ty, _URI], [0, 0]];
2015
+ export var KafkaSchemaRegistryConfig$ = [
1953
2016
  3,
1954
2017
  n0,
1955
2018
  _KSRC,
@@ -1957,8 +2020,8 @@ export var KafkaSchemaRegistryConfig = [
1957
2020
  [_SRURI, _ERF, _ACc, _SVC],
1958
2021
  [0, 0, () => KafkaSchemaRegistryAccessConfigList, () => KafkaSchemaValidationConfigList],
1959
2022
  ];
1960
- export var KafkaSchemaValidationConfig = [3, n0, _KSVC, 0, [_At], [0]];
1961
- export var KMSAccessDeniedException = [
2023
+ export var KafkaSchemaValidationConfig$ = [3, n0, _KSVC, 0, [_At], [0]];
2024
+ export var KMSAccessDeniedException$ = [
1962
2025
  -3,
1963
2026
  n0,
1964
2027
  _KMSADE,
@@ -1966,10 +2029,10 @@ export var KMSAccessDeniedException = [
1966
2029
  [_Ty, _M],
1967
2030
  [0, 0],
1968
2031
  ];
1969
- TypeRegistry.for(n0).registerError(KMSAccessDeniedException, __KMSAccessDeniedException);
1970
- export var KMSDisabledException = [-3, n0, _KMSDE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1971
- TypeRegistry.for(n0).registerError(KMSDisabledException, __KMSDisabledException);
1972
- export var KMSInvalidStateException = [
2032
+ TypeRegistry.for(n0).registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
2033
+ export var KMSDisabledException$ = [-3, n0, _KMSDE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2034
+ TypeRegistry.for(n0).registerError(KMSDisabledException$, KMSDisabledException);
2035
+ export var KMSInvalidStateException$ = [
1973
2036
  -3,
1974
2037
  n0,
1975
2038
  _KMSISE,
@@ -1977,10 +2040,10 @@ export var KMSInvalidStateException = [
1977
2040
  [_Ty, _M],
1978
2041
  [0, 0],
1979
2042
  ];
1980
- TypeRegistry.for(n0).registerError(KMSInvalidStateException, __KMSInvalidStateException);
1981
- export var KMSNotFoundException = [-3, n0, _KMSNFE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1982
- TypeRegistry.for(n0).registerError(KMSNotFoundException, __KMSNotFoundException);
1983
- export var LambdaManagedInstancesCapacityProviderConfig = [
2043
+ TypeRegistry.for(n0).registerError(KMSInvalidStateException$, KMSInvalidStateException);
2044
+ export var KMSNotFoundException$ = [-3, n0, _KMSNFE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2045
+ TypeRegistry.for(n0).registerError(KMSNotFoundException$, KMSNotFoundException);
2046
+ export var LambdaManagedInstancesCapacityProviderConfig$ = [
1984
2047
  3,
1985
2048
  n0,
1986
2049
  _LMICPC,
@@ -1988,16 +2051,16 @@ export var LambdaManagedInstancesCapacityProviderConfig = [
1988
2051
  [_CPA, _PEEMC, _EEMGBPVC],
1989
2052
  [0, 1, 1],
1990
2053
  ];
1991
- export var Layer = [3, n0, _La, 0, [_Arn, _CS, _SPVAi, _SJA], [0, 1, 0, 0]];
1992
- export var LayersListItem = [
2054
+ export var Layer$ = [3, n0, _La, 0, [_Arn, _CS, _SPVAi, _SJA], [0, 1, 0, 0]];
2055
+ export var LayersListItem$ = [
1993
2056
  3,
1994
2057
  n0,
1995
2058
  _LLI,
1996
2059
  0,
1997
2060
  [_LN, _LA, _LMV],
1998
- [0, 0, () => LayerVersionsListItem],
2061
+ [0, 0, () => LayerVersionsListItem$],
1999
2062
  ];
2000
- export var LayerVersionContentInput = [
2063
+ export var LayerVersionContentInput$ = [
2001
2064
  3,
2002
2065
  n0,
2003
2066
  _LVCI,
@@ -2005,7 +2068,7 @@ export var LayerVersionContentInput = [
2005
2068
  [_SB, _SK, _SOV, _ZF],
2006
2069
  [0, 0, 0, [() => _Blob, 0]],
2007
2070
  ];
2008
- export var LayerVersionContentOutput = [
2071
+ export var LayerVersionContentOutput$ = [
2009
2072
  3,
2010
2073
  n0,
2011
2074
  _LVCO,
@@ -2013,7 +2076,7 @@ export var LayerVersionContentOutput = [
2013
2076
  [_Lo, _CSo, _CS, _SPVAi, _SJA],
2014
2077
  [0, 0, 1, 0, 0],
2015
2078
  ];
2016
- export var LayerVersionsListItem = [
2079
+ export var LayerVersionsListItem$ = [
2017
2080
  3,
2018
2081
  n0,
2019
2082
  _LVLI,
@@ -2021,7 +2084,7 @@ export var LayerVersionsListItem = [
2021
2084
  [_LVA, _Ve, _D, _CDr, _CR, _LI, _CA],
2022
2085
  [0, 1, 0, 0, 64 | 0, 0, 64 | 0],
2023
2086
  ];
2024
- export var ListAliasesRequest = [
2087
+ export var ListAliasesRequest$ = [
2025
2088
  3,
2026
2089
  n0,
2027
2090
  _LAR,
@@ -2034,8 +2097,8 @@ export var ListAliasesRequest = [
2034
2097
  [1, { [_hQ]: _MI }],
2035
2098
  ],
2036
2099
  ];
2037
- export var ListAliasesResponse = [3, n0, _LARi, 0, [_NM, _Al], [0, () => AliasList]];
2038
- export var ListCapacityProvidersRequest = [
2100
+ export var ListAliasesResponse$ = [3, n0, _LARi, 0, [_NM, _Al], [0, () => AliasList]];
2101
+ export var ListCapacityProvidersRequest$ = [
2039
2102
  3,
2040
2103
  n0,
2041
2104
  _LCPR,
@@ -2047,7 +2110,7 @@ export var ListCapacityProvidersRequest = [
2047
2110
  [1, { [_hQ]: _MI }],
2048
2111
  ],
2049
2112
  ];
2050
- export var ListCapacityProvidersResponse = [
2113
+ export var ListCapacityProvidersResponse$ = [
2051
2114
  3,
2052
2115
  n0,
2053
2116
  _LCPRi,
@@ -2055,7 +2118,7 @@ export var ListCapacityProvidersResponse = [
2055
2118
  [_CPa, _NM],
2056
2119
  [() => CapacityProvidersList, 0],
2057
2120
  ];
2058
- export var ListCodeSigningConfigsRequest = [
2121
+ export var ListCodeSigningConfigsRequest$ = [
2059
2122
  3,
2060
2123
  n0,
2061
2124
  _LCSCR,
@@ -2066,7 +2129,7 @@ export var ListCodeSigningConfigsRequest = [
2066
2129
  [1, { [_hQ]: _MI }],
2067
2130
  ],
2068
2131
  ];
2069
- export var ListCodeSigningConfigsResponse = [
2132
+ export var ListCodeSigningConfigsResponse$ = [
2070
2133
  3,
2071
2134
  n0,
2072
2135
  _LCSCRi,
@@ -2074,7 +2137,7 @@ export var ListCodeSigningConfigsResponse = [
2074
2137
  [_NM, _CSCo],
2075
2138
  [0, () => CodeSigningConfigList],
2076
2139
  ];
2077
- export var ListDurableExecutionsByFunctionRequest = [
2140
+ export var ListDurableExecutionsByFunctionRequest$ = [
2078
2141
  3,
2079
2142
  n0,
2080
2143
  _LDEBFR,
@@ -2092,7 +2155,7 @@ export var ListDurableExecutionsByFunctionRequest = [
2092
2155
  [1, { [_hQ]: _MI }],
2093
2156
  ],
2094
2157
  ];
2095
- export var ListDurableExecutionsByFunctionResponse = [
2158
+ export var ListDurableExecutionsByFunctionResponse$ = [
2096
2159
  3,
2097
2160
  n0,
2098
2161
  _LDEBFRi,
@@ -2100,7 +2163,7 @@ export var ListDurableExecutionsByFunctionResponse = [
2100
2163
  [_DE, _NM],
2101
2164
  [() => DurableExecutions, 0],
2102
2165
  ];
2103
- export var ListEventSourceMappingsRequest = [
2166
+ export var ListEventSourceMappingsRequest$ = [
2104
2167
  3,
2105
2168
  n0,
2106
2169
  _LESMR,
@@ -2113,7 +2176,7 @@ export var ListEventSourceMappingsRequest = [
2113
2176
  [1, { [_hQ]: _MI }],
2114
2177
  ],
2115
2178
  ];
2116
- export var ListEventSourceMappingsResponse = [
2179
+ export var ListEventSourceMappingsResponse$ = [
2117
2180
  3,
2118
2181
  n0,
2119
2182
  _LESMRi,
@@ -2121,7 +2184,7 @@ export var ListEventSourceMappingsResponse = [
2121
2184
  [_NM, _ESM],
2122
2185
  [0, () => EventSourceMappingsList],
2123
2186
  ];
2124
- export var ListFunctionEventInvokeConfigsRequest = [
2187
+ export var ListFunctionEventInvokeConfigsRequest$ = [
2125
2188
  3,
2126
2189
  n0,
2127
2190
  _LFEICR,
@@ -2133,7 +2196,7 @@ export var ListFunctionEventInvokeConfigsRequest = [
2133
2196
  [1, { [_hQ]: _MI }],
2134
2197
  ],
2135
2198
  ];
2136
- export var ListFunctionEventInvokeConfigsResponse = [
2199
+ export var ListFunctionEventInvokeConfigsResponse$ = [
2137
2200
  3,
2138
2201
  n0,
2139
2202
  _LFEICRi,
@@ -2141,7 +2204,7 @@ export var ListFunctionEventInvokeConfigsResponse = [
2141
2204
  [_FEICu, _NM],
2142
2205
  [() => FunctionEventInvokeConfigList, 0],
2143
2206
  ];
2144
- export var ListFunctionsByCodeSigningConfigRequest = [
2207
+ export var ListFunctionsByCodeSigningConfigRequest$ = [
2145
2208
  3,
2146
2209
  n0,
2147
2210
  _LFBCSCR,
@@ -2153,7 +2216,7 @@ export var ListFunctionsByCodeSigningConfigRequest = [
2153
2216
  [1, { [_hQ]: _MI }],
2154
2217
  ],
2155
2218
  ];
2156
- export var ListFunctionsByCodeSigningConfigResponse = [
2219
+ export var ListFunctionsByCodeSigningConfigResponse$ = [
2157
2220
  3,
2158
2221
  n0,
2159
2222
  _LFBCSCRi,
@@ -2161,7 +2224,7 @@ export var ListFunctionsByCodeSigningConfigResponse = [
2161
2224
  [_NM, _FAu],
2162
2225
  [0, 64 | 0],
2163
2226
  ];
2164
- export var ListFunctionsRequest = [
2227
+ export var ListFunctionsRequest$ = [
2165
2228
  3,
2166
2229
  n0,
2167
2230
  _LFR,
@@ -2174,8 +2237,8 @@ export var ListFunctionsRequest = [
2174
2237
  [1, { [_hQ]: _MI }],
2175
2238
  ],
2176
2239
  ];
2177
- export var ListFunctionsResponse = [3, n0, _LFRi, 0, [_NM, _Fu], [0, [() => FunctionList, 0]]];
2178
- export var ListFunctionUrlConfigsRequest = [
2240
+ export var ListFunctionsResponse$ = [3, n0, _LFRi, 0, [_NM, _Fu], [0, [() => FunctionList, 0]]];
2241
+ export var ListFunctionUrlConfigsRequest$ = [
2179
2242
  3,
2180
2243
  n0,
2181
2244
  _LFUCR,
@@ -2187,7 +2250,7 @@ export var ListFunctionUrlConfigsRequest = [
2187
2250
  [1, { [_hQ]: _MI }],
2188
2251
  ],
2189
2252
  ];
2190
- export var ListFunctionUrlConfigsResponse = [
2253
+ export var ListFunctionUrlConfigsResponse$ = [
2191
2254
  3,
2192
2255
  n0,
2193
2256
  _LFUCRi,
@@ -2195,7 +2258,7 @@ export var ListFunctionUrlConfigsResponse = [
2195
2258
  [_FUCu, _NM],
2196
2259
  [() => FunctionUrlConfigList, 0],
2197
2260
  ];
2198
- export var ListFunctionVersionsByCapacityProviderRequest = [
2261
+ export var ListFunctionVersionsByCapacityProviderRequest$ = [
2199
2262
  3,
2200
2263
  n0,
2201
2264
  _LFVBCPR,
@@ -2207,7 +2270,7 @@ export var ListFunctionVersionsByCapacityProviderRequest = [
2207
2270
  [1, { [_hQ]: _MI }],
2208
2271
  ],
2209
2272
  ];
2210
- export var ListFunctionVersionsByCapacityProviderResponse = [
2273
+ export var ListFunctionVersionsByCapacityProviderResponse$ = [
2211
2274
  3,
2212
2275
  n0,
2213
2276
  _LFVBCPRi,
@@ -2215,7 +2278,7 @@ export var ListFunctionVersionsByCapacityProviderResponse = [
2215
2278
  [_CPA, _FVu, _NM],
2216
2279
  [0, () => FunctionVersionsByCapacityProviderList, 0],
2217
2280
  ];
2218
- export var ListLayersRequest = [
2281
+ export var ListLayersRequest$ = [
2219
2282
  3,
2220
2283
  n0,
2221
2284
  _LLR,
@@ -2228,8 +2291,8 @@ export var ListLayersRequest = [
2228
2291
  [0, { [_hQ]: _CAo }],
2229
2292
  ],
2230
2293
  ];
2231
- export var ListLayersResponse = [3, n0, _LLRi, 0, [_NM, _L], [0, () => LayersList]];
2232
- export var ListLayerVersionsRequest = [
2294
+ export var ListLayersResponse$ = [3, n0, _LLRi, 0, [_NM, _L], [0, () => LayersList]];
2295
+ export var ListLayerVersionsRequest$ = [
2233
2296
  3,
2234
2297
  n0,
2235
2298
  _LLVR,
@@ -2243,7 +2306,7 @@ export var ListLayerVersionsRequest = [
2243
2306
  [0, { [_hQ]: _CAo }],
2244
2307
  ],
2245
2308
  ];
2246
- export var ListLayerVersionsResponse = [
2309
+ export var ListLayerVersionsResponse$ = [
2247
2310
  3,
2248
2311
  n0,
2249
2312
  _LLVRi,
@@ -2251,7 +2314,7 @@ export var ListLayerVersionsResponse = [
2251
2314
  [_NM, _LV],
2252
2315
  [0, () => LayerVersionsList],
2253
2316
  ];
2254
- export var ListProvisionedConcurrencyConfigsRequest = [
2317
+ export var ListProvisionedConcurrencyConfigsRequest$ = [
2255
2318
  3,
2256
2319
  n0,
2257
2320
  _LPCCR,
@@ -2263,7 +2326,7 @@ export var ListProvisionedConcurrencyConfigsRequest = [
2263
2326
  [1, { [_hQ]: _MI }],
2264
2327
  ],
2265
2328
  ];
2266
- export var ListProvisionedConcurrencyConfigsResponse = [
2329
+ export var ListProvisionedConcurrencyConfigsResponse$ = [
2267
2330
  3,
2268
2331
  n0,
2269
2332
  _LPCCRi,
@@ -2271,9 +2334,9 @@ export var ListProvisionedConcurrencyConfigsResponse = [
2271
2334
  [_PCC, _NM],
2272
2335
  [() => ProvisionedConcurrencyConfigList, 0],
2273
2336
  ];
2274
- export var ListTagsRequest = [3, n0, _LTR, 0, [_Re], [[0, 1]]];
2275
- export var ListTagsResponse = [3, n0, _LTRi, 0, [_Ta], [128 | 0]];
2276
- export var ListVersionsByFunctionRequest = [
2337
+ export var ListTagsRequest$ = [3, n0, _LTR, 0, [_Re], [[0, 1]]];
2338
+ export var ListTagsResponse$ = [3, n0, _LTRi, 0, [_Ta], [128 | 0]];
2339
+ export var ListVersionsByFunctionRequest$ = [
2277
2340
  3,
2278
2341
  n0,
2279
2342
  _LVBFR,
@@ -2285,7 +2348,7 @@ export var ListVersionsByFunctionRequest = [
2285
2348
  [1, { [_hQ]: _MI }],
2286
2349
  ],
2287
2350
  ];
2288
- export var ListVersionsByFunctionResponse = [
2351
+ export var ListVersionsByFunctionResponse$ = [
2289
2352
  3,
2290
2353
  n0,
2291
2354
  _LVBFRi,
@@ -2293,8 +2356,8 @@ export var ListVersionsByFunctionResponse = [
2293
2356
  [_NM, _Ver],
2294
2357
  [0, [() => FunctionList, 0]],
2295
2358
  ];
2296
- export var LoggingConfig = [3, n0, _LC, 0, [_LF, _ALL, _SLL, _LG], [0, 0, 0, 0]];
2297
- export var NoPublishedVersionException = [
2359
+ export var LoggingConfig$ = [3, n0, _LC, 0, [_LF, _ALL, _SLL, _LG], [0, 0, 0, 0]];
2360
+ export var NoPublishedVersionException$ = [
2298
2361
  -3,
2299
2362
  n0,
2300
2363
  _NPVE,
@@ -2302,10 +2365,10 @@ export var NoPublishedVersionException = [
2302
2365
  [_Ty, _M],
2303
2366
  [0, 0],
2304
2367
  ];
2305
- TypeRegistry.for(n0).registerError(NoPublishedVersionException, __NoPublishedVersionException);
2306
- export var OnFailure = [3, n0, _OF, 0, [_De], [0]];
2307
- export var OnSuccess = [3, n0, _OS, 0, [_De], [0]];
2308
- export var Operation = [
2368
+ TypeRegistry.for(n0).registerError(NoPublishedVersionException$, NoPublishedVersionException);
2369
+ export var OnFailure$ = [3, n0, _OF, 0, [_De], [0]];
2370
+ export var OnSuccess$ = [3, n0, _OS, 0, [_De], [0]];
2371
+ export var Operation$ = [
2309
2372
  3,
2310
2373
  n0,
2311
2374
  _Op,
@@ -2320,15 +2383,15 @@ export var Operation = [
2320
2383
  4,
2321
2384
  4,
2322
2385
  0,
2323
- [() => ExecutionDetails, 0],
2324
- [() => ContextDetails, 0],
2325
- [() => StepDetails, 0],
2326
- () => WaitDetails,
2327
- [() => CallbackDetails, 0],
2328
- [() => ChainedInvokeDetails, 0],
2386
+ [() => ExecutionDetails$, 0],
2387
+ [() => ContextDetails$, 0],
2388
+ [() => StepDetails$, 0],
2389
+ () => WaitDetails$,
2390
+ [() => CallbackDetails$, 0],
2391
+ [() => ChainedInvokeDetails$, 0],
2329
2392
  ],
2330
2393
  ];
2331
- export var OperationUpdate = [
2394
+ export var OperationUpdate$ = [
2332
2395
  3,
2333
2396
  n0,
2334
2397
  _OU,
@@ -2342,15 +2405,15 @@ export var OperationUpdate = [
2342
2405
  0,
2343
2406
  0,
2344
2407
  [() => OperationPayload, 0],
2345
- [() => ErrorObject, 0],
2346
- () => ContextOptions,
2347
- () => StepOptions,
2348
- () => WaitOptions,
2349
- () => CallbackOptions,
2350
- () => ChainedInvokeOptions,
2408
+ [() => ErrorObject$, 0],
2409
+ () => ContextOptions$,
2410
+ () => StepOptions$,
2411
+ () => WaitOptions$,
2412
+ () => CallbackOptions$,
2413
+ () => ChainedInvokeOptions$,
2351
2414
  ],
2352
2415
  ];
2353
- export var PolicyLengthExceededException = [
2416
+ export var PolicyLengthExceededException$ = [
2354
2417
  -3,
2355
2418
  n0,
2356
2419
  _PLEE,
@@ -2358,10 +2421,17 @@ export var PolicyLengthExceededException = [
2358
2421
  [_Ty, _m],
2359
2422
  [0, 0],
2360
2423
  ];
2361
- TypeRegistry.for(n0).registerError(PolicyLengthExceededException, __PolicyLengthExceededException);
2362
- export var PreconditionFailedException = [-3, n0, _PFE, { [_e]: _c, [_hE]: 412 }, [_Ty, _m], [0, 0]];
2363
- TypeRegistry.for(n0).registerError(PreconditionFailedException, __PreconditionFailedException);
2364
- export var ProvisionedConcurrencyConfigListItem = [
2424
+ TypeRegistry.for(n0).registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
2425
+ export var PreconditionFailedException$ = [
2426
+ -3,
2427
+ n0,
2428
+ _PFE,
2429
+ { [_e]: _c, [_hE]: 412 },
2430
+ [_Ty, _m],
2431
+ [0, 0],
2432
+ ];
2433
+ TypeRegistry.for(n0).registerError(PreconditionFailedException$, PreconditionFailedException);
2434
+ export var ProvisionedConcurrencyConfigListItem$ = [
2365
2435
  3,
2366
2436
  n0,
2367
2437
  _PCCLI,
@@ -2369,7 +2439,7 @@ export var ProvisionedConcurrencyConfigListItem = [
2369
2439
  [_FA, _RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
2370
2440
  [0, 1, 1, 1, 0, 0, 0],
2371
2441
  ];
2372
- export var ProvisionedConcurrencyConfigNotFoundException = [
2442
+ export var ProvisionedConcurrencyConfigNotFoundException$ = [
2373
2443
  -3,
2374
2444
  n0,
2375
2445
  _PCCNFE,
@@ -2377,25 +2447,25 @@ export var ProvisionedConcurrencyConfigNotFoundException = [
2377
2447
  [_Ty, _m],
2378
2448
  [0, 0],
2379
2449
  ];
2380
- TypeRegistry.for(n0).registerError(ProvisionedConcurrencyConfigNotFoundException, __ProvisionedConcurrencyConfigNotFoundException);
2381
- export var ProvisionedPollerConfig = [3, n0, _PPC, 0, [_MP, _MPa, _PGN], [1, 1, 0]];
2382
- export var PublishLayerVersionRequest = [
2450
+ TypeRegistry.for(n0).registerError(ProvisionedConcurrencyConfigNotFoundException$, ProvisionedConcurrencyConfigNotFoundException);
2451
+ export var ProvisionedPollerConfig$ = [3, n0, _PPC, 0, [_MP, _MPa, _PGN], [1, 1, 0]];
2452
+ export var PublishLayerVersionRequest$ = [
2383
2453
  3,
2384
2454
  n0,
2385
2455
  _PLVR,
2386
2456
  0,
2387
2457
  [_LN, _D, _Cont, _CR, _LI, _CA],
2388
- [[0, 1], 0, [() => LayerVersionContentInput, 0], 64 | 0, 0, 64 | 0],
2458
+ [[0, 1], 0, [() => LayerVersionContentInput$, 0], 64 | 0, 0, 64 | 0],
2389
2459
  ];
2390
- export var PublishLayerVersionResponse = [
2460
+ export var PublishLayerVersionResponse$ = [
2391
2461
  3,
2392
2462
  n0,
2393
2463
  _PLVRu,
2394
2464
  0,
2395
2465
  [_Cont, _LA, _LVA, _D, _CDr, _Ve, _CR, _LI, _CA],
2396
- [() => LayerVersionContentOutput, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0],
2466
+ [() => LayerVersionContentOutput$, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0],
2397
2467
  ];
2398
- export var PublishVersionRequest = [
2468
+ export var PublishVersionRequest$ = [
2399
2469
  3,
2400
2470
  n0,
2401
2471
  _PVR,
@@ -2403,29 +2473,29 @@ export var PublishVersionRequest = [
2403
2473
  [_FN, _CSo, _D, _RI, _PTu],
2404
2474
  [[0, 1], 0, 0, 0, 0],
2405
2475
  ];
2406
- export var PutFunctionCodeSigningConfigRequest = [3, n0, _PFCSCR, 0, [_CSCA, _FN], [0, [0, 1]]];
2407
- export var PutFunctionCodeSigningConfigResponse = [3, n0, _PFCSCRu, 0, [_CSCA, _FN], [0, 0]];
2408
- export var PutFunctionConcurrencyRequest = [3, n0, _PFCR, 0, [_FN, _RCE], [[0, 1], 1]];
2409
- export var PutFunctionEventInvokeConfigRequest = [
2476
+ export var PutFunctionCodeSigningConfigRequest$ = [3, n0, _PFCSCR, 0, [_CSCA, _FN], [0, [0, 1]]];
2477
+ export var PutFunctionCodeSigningConfigResponse$ = [3, n0, _PFCSCRu, 0, [_CSCA, _FN], [0, 0]];
2478
+ export var PutFunctionConcurrencyRequest$ = [3, n0, _PFCR, 0, [_FN, _RCE], [[0, 1], 1]];
2479
+ export var PutFunctionEventInvokeConfigRequest$ = [
2410
2480
  3,
2411
2481
  n0,
2412
2482
  _PFEICR,
2413
2483
  0,
2414
2484
  [_FN, _Q, _MRA, _MEAIS, _DC],
2415
- [[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig],
2485
+ [[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig$],
2416
2486
  ];
2417
- export var PutFunctionRecursionConfigRequest = [3, n0, _PFRCR, 0, [_FN, _RL], [[0, 1], 0]];
2418
- export var PutFunctionRecursionConfigResponse = [3, n0, _PFRCRu, 0, [_RL], [0]];
2419
- export var PutFunctionScalingConfigRequest = [
2487
+ export var PutFunctionRecursionConfigRequest$ = [3, n0, _PFRCR, 0, [_FN, _RL], [[0, 1], 0]];
2488
+ export var PutFunctionRecursionConfigResponse$ = [3, n0, _PFRCRu, 0, [_RL], [0]];
2489
+ export var PutFunctionScalingConfigRequest$ = [
2420
2490
  3,
2421
2491
  n0,
2422
2492
  _PFSCR,
2423
2493
  0,
2424
2494
  [_FN, _Q, _FSCu],
2425
- [[0, 1], [0, { [_hQ]: _Q }], () => FunctionScalingConfig],
2495
+ [[0, 1], [0, { [_hQ]: _Q }], () => FunctionScalingConfig$],
2426
2496
  ];
2427
- export var PutFunctionScalingConfigResponse = [3, n0, _PFSCRu, 0, [_FS], [0]];
2428
- export var PutProvisionedConcurrencyConfigRequest = [
2497
+ export var PutFunctionScalingConfigResponse$ = [3, n0, _PFSCRu, 0, [_FS], [0]];
2498
+ export var PutProvisionedConcurrencyConfigRequest$ = [
2429
2499
  3,
2430
2500
  n0,
2431
2501
  _PPCCR,
@@ -2433,7 +2503,7 @@ export var PutProvisionedConcurrencyConfigRequest = [
2433
2503
  [_FN, _Q, _PCE],
2434
2504
  [[0, 1], [0, { [_hQ]: _Q }], 1],
2435
2505
  ];
2436
- export var PutProvisionedConcurrencyConfigResponse = [
2506
+ export var PutProvisionedConcurrencyConfigResponse$ = [
2437
2507
  3,
2438
2508
  n0,
2439
2509
  _PPCCRu,
@@ -2441,7 +2511,7 @@ export var PutProvisionedConcurrencyConfigResponse = [
2441
2511
  [_RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
2442
2512
  [1, 1, 1, 0, 0, 0],
2443
2513
  ];
2444
- export var PutRuntimeManagementConfigRequest = [
2514
+ export var PutRuntimeManagementConfigRequest$ = [
2445
2515
  3,
2446
2516
  n0,
2447
2517
  _PRMCR,
@@ -2449,7 +2519,7 @@ export var PutRuntimeManagementConfigRequest = [
2449
2519
  [_FN, _Q, _URO, _RVA],
2450
2520
  [[0, 1], [0, { [_hQ]: _Q }], 0, 0],
2451
2521
  ];
2452
- export var PutRuntimeManagementConfigResponse = [
2522
+ export var PutRuntimeManagementConfigResponse$ = [
2453
2523
  3,
2454
2524
  n0,
2455
2525
  _PRMCRu,
@@ -2457,7 +2527,7 @@ export var PutRuntimeManagementConfigResponse = [
2457
2527
  [_URO, _FA, _RVA],
2458
2528
  [0, 0, 0],
2459
2529
  ];
2460
- export var RecursiveInvocationException = [
2530
+ export var RecursiveInvocationException$ = [
2461
2531
  -3,
2462
2532
  n0,
2463
2533
  _RIE,
@@ -2465,8 +2535,8 @@ export var RecursiveInvocationException = [
2465
2535
  [_Ty, _M],
2466
2536
  [0, 0],
2467
2537
  ];
2468
- TypeRegistry.for(n0).registerError(RecursiveInvocationException, __RecursiveInvocationException);
2469
- export var RemoveLayerVersionPermissionRequest = [
2538
+ TypeRegistry.for(n0).registerError(RecursiveInvocationException$, RecursiveInvocationException);
2539
+ export var RemoveLayerVersionPermissionRequest$ = [
2470
2540
  3,
2471
2541
  n0,
2472
2542
  _RLVPR,
@@ -2479,7 +2549,7 @@ export var RemoveLayerVersionPermissionRequest = [
2479
2549
  [0, { [_hQ]: _RI }],
2480
2550
  ],
2481
2551
  ];
2482
- export var RemovePermissionRequest = [
2552
+ export var RemovePermissionRequest$ = [
2483
2553
  3,
2484
2554
  n0,
2485
2555
  _RPR,
@@ -2492,37 +2562,44 @@ export var RemovePermissionRequest = [
2492
2562
  [0, { [_hQ]: _RI }],
2493
2563
  ],
2494
2564
  ];
2495
- export var RequestTooLargeException = [-3, n0, _RTLE, { [_e]: _c, [_hE]: 413 }, [_Ty, _m], [0, 0]];
2496
- TypeRegistry.for(n0).registerError(RequestTooLargeException, __RequestTooLargeException);
2497
- export var ResourceConflictException = [-3, n0, _RCEe, { [_e]: _c, [_hE]: 409 }, [_Ty, _m], [0, 0]];
2498
- TypeRegistry.for(n0).registerError(ResourceConflictException, __ResourceConflictException);
2499
- export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
2500
- TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
2501
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_Ty, _M], [0, 0]];
2502
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2503
- export var ResourceNotReadyException = [-3, n0, _RNRE, { [_e]: _se, [_hE]: 502 }, [_Ty, _m], [0, 0]];
2504
- TypeRegistry.for(n0).registerError(ResourceNotReadyException, __ResourceNotReadyException);
2505
- export var RetryDetails = [3, n0, _RD, 0, [_CAu, _NADS], [1, 1]];
2506
- export var RuntimeVersionConfig = [
2565
+ export var RequestTooLargeException$ = [-3, n0, _RTLE, { [_e]: _c, [_hE]: 413 }, [_Ty, _m], [0, 0]];
2566
+ TypeRegistry.for(n0).registerError(RequestTooLargeException$, RequestTooLargeException);
2567
+ export var ResourceConflictException$ = [-3, n0, _RCEe, { [_e]: _c, [_hE]: 409 }, [_Ty, _m], [0, 0]];
2568
+ TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
2569
+ export var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
2570
+ TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
2571
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_Ty, _M], [0, 0]];
2572
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2573
+ export var ResourceNotReadyException$ = [
2574
+ -3,
2575
+ n0,
2576
+ _RNRE,
2577
+ { [_e]: _se, [_hE]: 502 },
2578
+ [_Ty, _m],
2579
+ [0, 0],
2580
+ ];
2581
+ TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
2582
+ export var RetryDetails$ = [3, n0, _RD, 0, [_CAu, _NADS], [1, 1]];
2583
+ export var RuntimeVersionConfig$ = [
2507
2584
  3,
2508
2585
  n0,
2509
2586
  _RVC,
2510
2587
  0,
2511
2588
  [_RVA, _E],
2512
- [0, [() => RuntimeVersionError, 0]],
2589
+ [0, [() => RuntimeVersionError$, 0]],
2513
2590
  ];
2514
- export var RuntimeVersionError = [3, n0, _RVE, 0, [_EC, _M], [0, [() => SensitiveString, 0]]];
2515
- export var ScalingConfig = [3, n0, _SC, 0, [_MCa], [1]];
2516
- export var SelfManagedEventSource = [3, n0, _SMES, 0, [_End], [[2, n0, _End, 0, 0, 64 | 0]]];
2517
- export var SelfManagedKafkaEventSourceConfig = [
2591
+ export var RuntimeVersionError$ = [3, n0, _RVE, 0, [_EC, _M], [0, [() => SensitiveString, 0]]];
2592
+ export var ScalingConfig$ = [3, n0, _SC, 0, [_MCa], [1]];
2593
+ export var SelfManagedEventSource$ = [3, n0, _SMES, 0, [_End], [[2, n0, _End, 0, 0, 64 | 0]]];
2594
+ export var SelfManagedKafkaEventSourceConfig$ = [
2518
2595
  3,
2519
2596
  n0,
2520
2597
  _SMKESC,
2521
2598
  0,
2522
2599
  [_CGI, _SRC],
2523
- [0, () => KafkaSchemaRegistryConfig],
2600
+ [0, () => KafkaSchemaRegistryConfig$],
2524
2601
  ];
2525
- export var SendDurableExecutionCallbackFailureRequest = [
2602
+ export var SendDurableExecutionCallbackFailureRequest$ = [
2526
2603
  3,
2527
2604
  n0,
2528
2605
  _SDECFR,
@@ -2530,13 +2607,13 @@ export var SendDurableExecutionCallbackFailureRequest = [
2530
2607
  [_CI, _E],
2531
2608
  [
2532
2609
  [0, 1],
2533
- [() => ErrorObject, 16],
2610
+ [() => ErrorObject$, 16],
2534
2611
  ],
2535
2612
  ];
2536
- export var SendDurableExecutionCallbackFailureResponse = [3, n0, _SDECFRe, 0, [], []];
2537
- export var SendDurableExecutionCallbackHeartbeatRequest = [3, n0, _SDECHR, 0, [_CI], [[0, 1]]];
2538
- export var SendDurableExecutionCallbackHeartbeatResponse = [3, n0, _SDECHRe, 0, [], []];
2539
- export var SendDurableExecutionCallbackSuccessRequest = [
2613
+ export var SendDurableExecutionCallbackFailureResponse$ = [3, n0, _SDECFRe, 0, [], []];
2614
+ export var SendDurableExecutionCallbackHeartbeatRequest$ = [3, n0, _SDECHR, 0, [_CI], [[0, 1]]];
2615
+ export var SendDurableExecutionCallbackHeartbeatResponse$ = [3, n0, _SDECHRe, 0, [], []];
2616
+ export var SendDurableExecutionCallbackSuccessRequest$ = [
2540
2617
  3,
2541
2618
  n0,
2542
2619
  _SDECSR,
@@ -2547,8 +2624,8 @@ export var SendDurableExecutionCallbackSuccessRequest = [
2547
2624
  [() => BinaryOperationPayload, 16],
2548
2625
  ],
2549
2626
  ];
2550
- export var SendDurableExecutionCallbackSuccessResponse = [3, n0, _SDECSRe, 0, [], []];
2551
- export var SerializedRequestEntityTooLargeException = [
2627
+ export var SendDurableExecutionCallbackSuccessResponse$ = [3, n0, _SDECSRe, 0, [], []];
2628
+ export var SerializedRequestEntityTooLargeException$ = [
2552
2629
  -3,
2553
2630
  n0,
2554
2631
  _SRETLE,
@@ -2556,13 +2633,13 @@ export var SerializedRequestEntityTooLargeException = [
2556
2633
  [_Ty, _m],
2557
2634
  [0, 0],
2558
2635
  ];
2559
- TypeRegistry.for(n0).registerError(SerializedRequestEntityTooLargeException, __SerializedRequestEntityTooLargeException);
2560
- export var ServiceException = [-3, n0, _SE, { [_e]: _se, [_hE]: 500 }, [_Ty, _M], [0, 0]];
2561
- TypeRegistry.for(n0).registerError(ServiceException, __ServiceException);
2562
- export var SnapStart = [3, n0, _SSn, 0, [_AOp], [0]];
2563
- export var SnapStartException = [-3, n0, _SSE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
2564
- TypeRegistry.for(n0).registerError(SnapStartException, __SnapStartException);
2565
- export var SnapStartNotReadyException = [
2636
+ TypeRegistry.for(n0).registerError(SerializedRequestEntityTooLargeException$, SerializedRequestEntityTooLargeException);
2637
+ export var ServiceException$ = [-3, n0, _SE, { [_e]: _se, [_hE]: 500 }, [_Ty, _M], [0, 0]];
2638
+ TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
2639
+ export var SnapStart$ = [3, n0, _SSn, 0, [_AOp], [0]];
2640
+ export var SnapStartException$ = [-3, n0, _SSE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
2641
+ TypeRegistry.for(n0).registerError(SnapStartException$, SnapStartException);
2642
+ export var SnapStartNotReadyException$ = [
2566
2643
  -3,
2567
2644
  n0,
2568
2645
  _SSNRE,
@@ -2570,38 +2647,38 @@ export var SnapStartNotReadyException = [
2570
2647
  [_Ty, _M],
2571
2648
  [0, 0],
2572
2649
  ];
2573
- TypeRegistry.for(n0).registerError(SnapStartNotReadyException, __SnapStartNotReadyException);
2574
- export var SnapStartResponse = [3, n0, _SSR, 0, [_AOp, _OSp], [0, 0]];
2575
- export var SnapStartTimeoutException = [-3, n0, _SSTE, { [_e]: _c, [_hE]: 408 }, [_Ty, _M], [0, 0]];
2576
- TypeRegistry.for(n0).registerError(SnapStartTimeoutException, __SnapStartTimeoutException);
2577
- export var SourceAccessConfiguration = [3, n0, _SACo, 0, [_Ty, _URI], [0, 0]];
2578
- export var StepDetails = [
2650
+ TypeRegistry.for(n0).registerError(SnapStartNotReadyException$, SnapStartNotReadyException);
2651
+ export var SnapStartResponse$ = [3, n0, _SSR, 0, [_AOp, _OSp], [0, 0]];
2652
+ export var SnapStartTimeoutException$ = [-3, n0, _SSTE, { [_e]: _c, [_hE]: 408 }, [_Ty, _M], [0, 0]];
2653
+ TypeRegistry.for(n0).registerError(SnapStartTimeoutException$, SnapStartTimeoutException);
2654
+ export var SourceAccessConfiguration$ = [3, n0, _SACo, 0, [_Ty, _URI], [0, 0]];
2655
+ export var StepDetails$ = [
2579
2656
  3,
2580
2657
  n0,
2581
2658
  _SD,
2582
2659
  0,
2583
2660
  [_Att, _NAT, _R, _E],
2584
- [1, 4, [() => OperationPayload, 0], [() => ErrorObject, 0]],
2661
+ [1, 4, [() => OperationPayload, 0], [() => ErrorObject$, 0]],
2585
2662
  ];
2586
- export var StepFailedDetails = [
2663
+ export var StepFailedDetails$ = [
2587
2664
  3,
2588
2665
  n0,
2589
2666
  _SFD,
2590
2667
  0,
2591
2668
  [_E, _RD],
2592
- [[() => EventError, 0], () => RetryDetails],
2669
+ [[() => EventError$, 0], () => RetryDetails$],
2593
2670
  ];
2594
- export var StepOptions = [3, n0, _SO, 0, [_NADS], [1]];
2595
- export var StepStartedDetails = [3, n0, _SSD, 0, [], []];
2596
- export var StepSucceededDetails = [
2671
+ export var StepOptions$ = [3, n0, _SO, 0, [_NADS], [1]];
2672
+ export var StepStartedDetails$ = [3, n0, _SSD, 0, [], []];
2673
+ export var StepSucceededDetails$ = [
2597
2674
  3,
2598
2675
  n0,
2599
2676
  _SSDt,
2600
2677
  0,
2601
2678
  [_R, _RD],
2602
- [[() => EventResult, 0], () => RetryDetails],
2679
+ [[() => EventResult$, 0], () => RetryDetails$],
2603
2680
  ];
2604
- export var StopDurableExecutionRequest = [
2681
+ export var StopDurableExecutionRequest$ = [
2605
2682
  3,
2606
2683
  n0,
2607
2684
  _SDER,
@@ -2609,11 +2686,11 @@ export var StopDurableExecutionRequest = [
2609
2686
  [_DEA, _E],
2610
2687
  [
2611
2688
  [0, 1],
2612
- [() => ErrorObject, 16],
2689
+ [() => ErrorObject$, 16],
2613
2690
  ],
2614
2691
  ];
2615
- export var StopDurableExecutionResponse = [3, n0, _SDERt, 0, [_STto], [4]];
2616
- export var SubnetIPAddressLimitReachedException = [
2692
+ export var StopDurableExecutionResponse$ = [3, n0, _SDERt, 0, [_STto], [4]];
2693
+ export var SubnetIPAddressLimitReachedException$ = [
2617
2694
  -3,
2618
2695
  n0,
2619
2696
  _SIPALRE,
@@ -2621,12 +2698,12 @@ export var SubnetIPAddressLimitReachedException = [
2621
2698
  [_Ty, _M],
2622
2699
  [0, 0],
2623
2700
  ];
2624
- TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException, __SubnetIPAddressLimitReachedException);
2625
- export var TagResourceRequest = [3, n0, _TRR, 0, [_Re, _Ta], [[0, 1], 128 | 0]];
2626
- export var TagsError = [3, n0, _TE, 0, [_EC, _M], [0, 0]];
2627
- export var TargetTrackingScalingPolicy = [3, n0, _TTSP, 0, [_PMT, _TV], [0, 1]];
2628
- export var TenancyConfig = [3, n0, _TCe, 0, [_TIM], [0]];
2629
- export var TooManyRequestsException = [
2701
+ TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException$, SubnetIPAddressLimitReachedException);
2702
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_Re, _Ta], [[0, 1], 128 | 0]];
2703
+ export var TagsError$ = [3, n0, _TE, 0, [_EC, _M], [0, 0]];
2704
+ export var TargetTrackingScalingPolicy$ = [3, n0, _TTSP, 0, [_PMT, _TV], [0, 1]];
2705
+ export var TenancyConfig$ = [3, n0, _TCe, 0, [_TIM], [0]];
2706
+ export var TooManyRequestsException$ = [
2630
2707
  -3,
2631
2708
  n0,
2632
2709
  _TMRE,
@@ -2634,11 +2711,11 @@ export var TooManyRequestsException = [
2634
2711
  [_rAS, _Ty, _m, _Rea],
2635
2712
  [[0, { [_hH]: _RA }], 0, 0, 0],
2636
2713
  ];
2637
- TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
2638
- export var TraceHeader = [3, n0, _TH, 0, [_XATIm], [0]];
2639
- export var TracingConfig = [3, n0, _TC, 0, [_Mo], [0]];
2640
- export var TracingConfigResponse = [3, n0, _TCR, 0, [_Mo], [0]];
2641
- export var UnsupportedMediaTypeException = [
2714
+ TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
2715
+ export var TraceHeader$ = [3, n0, _TH, 0, [_XATIm], [0]];
2716
+ export var TracingConfig$ = [3, n0, _TC, 0, [_Mo], [0]];
2717
+ export var TracingConfigResponse$ = [3, n0, _TCR, 0, [_Mo], [0]];
2718
+ export var UnsupportedMediaTypeException$ = [
2642
2719
  -3,
2643
2720
  n0,
2644
2721
  _UMTE,
@@ -2646,8 +2723,8 @@ export var UnsupportedMediaTypeException = [
2646
2723
  [_Ty, _m],
2647
2724
  [0, 0],
2648
2725
  ];
2649
- TypeRegistry.for(n0).registerError(UnsupportedMediaTypeException, __UnsupportedMediaTypeException);
2650
- export var UntagResourceRequest = [
2726
+ TypeRegistry.for(n0).registerError(UnsupportedMediaTypeException$, UnsupportedMediaTypeException);
2727
+ export var UntagResourceRequest$ = [
2651
2728
  3,
2652
2729
  n0,
2653
2730
  _URR,
@@ -2658,40 +2735,47 @@ export var UntagResourceRequest = [
2658
2735
  [64 | 0, { [_hQ]: _tK }],
2659
2736
  ],
2660
2737
  ];
2661
- export var UpdateAliasRequest = [
2738
+ export var UpdateAliasRequest$ = [
2662
2739
  3,
2663
2740
  n0,
2664
2741
  _UAR,
2665
2742
  0,
2666
2743
  [_FN, _N, _FV, _D, _RC, _RI],
2667
- [[0, 1], [0, 1], 0, 0, () => AliasRoutingConfiguration, 0],
2744
+ [[0, 1], [0, 1], 0, 0, () => AliasRoutingConfiguration$, 0],
2668
2745
  ];
2669
- export var UpdateCapacityProviderRequest = [
2746
+ export var UpdateCapacityProviderRequest$ = [
2670
2747
  3,
2671
2748
  n0,
2672
2749
  _UCPR,
2673
2750
  0,
2674
2751
  [_CPN, _CPSC],
2675
- [[0, 1], () => CapacityProviderScalingConfig],
2752
+ [[0, 1], () => CapacityProviderScalingConfig$],
2676
2753
  ];
2677
- export var UpdateCapacityProviderResponse = [3, n0, _UCPRp, 0, [_CP], [() => CapacityProvider]];
2678
- export var UpdateCodeSigningConfigRequest = [
2754
+ export var UpdateCapacityProviderResponse$ = [
2755
+ 3,
2756
+ n0,
2757
+ _UCPRp,
2758
+ 0,
2759
+ [_CP],
2760
+ [() => CapacityProvider$],
2761
+ ];
2762
+ export var UpdateCodeSigningConfigRequest$ = [
2679
2763
  3,
2680
2764
  n0,
2681
2765
  _UCSCR,
2682
2766
  0,
2683
2767
  [_CSCA, _D, _AP, _CSP],
2684
- [[0, 1], 0, () => AllowedPublishers, () => CodeSigningPolicies],
2768
+ [[0, 1], 0, () => AllowedPublishers$, () => CodeSigningPolicies$],
2685
2769
  ];
2686
- export var UpdateCodeSigningConfigResponse = [
2770
+ export var UpdateCodeSigningConfigResponse$ = [
2687
2771
  3,
2688
2772
  n0,
2689
2773
  _UCSCRp,
2690
2774
  0,
2691
2775
  [_CSC],
2692
- [() => CodeSigningConfig],
2776
+ [() => CodeSigningConfig$],
2693
2777
  ];
2694
- export var UpdateEventSourceMappingRequest = [
2778
+ export var UpdateEventSourceMappingRequest$ = [
2695
2779
  3,
2696
2780
  n0,
2697
2781
  _UESMR,
@@ -2724,9 +2808,9 @@ export var UpdateEventSourceMappingRequest = [
2724
2808
  0,
2725
2809
  2,
2726
2810
  1,
2727
- () => FilterCriteria,
2811
+ () => FilterCriteria$,
2728
2812
  1,
2729
- () => DestinationConfig,
2813
+ () => DestinationConfig$,
2730
2814
  1,
2731
2815
  2,
2732
2816
  1,
@@ -2734,16 +2818,16 @@ export var UpdateEventSourceMappingRequest = [
2734
2818
  () => SourceAccessConfigurations,
2735
2819
  1,
2736
2820
  64 | 0,
2737
- () => ScalingConfig,
2738
- () => AmazonManagedKafkaEventSourceConfig,
2739
- () => SelfManagedKafkaEventSourceConfig,
2740
- () => DocumentDBEventSourceConfig,
2821
+ () => ScalingConfig$,
2822
+ () => AmazonManagedKafkaEventSourceConfig$,
2823
+ () => SelfManagedKafkaEventSourceConfig$,
2824
+ () => DocumentDBEventSourceConfig$,
2741
2825
  0,
2742
- () => EventSourceMappingMetricsConfig,
2743
- () => ProvisionedPollerConfig,
2826
+ () => EventSourceMappingMetricsConfig$,
2827
+ () => ProvisionedPollerConfig$,
2744
2828
  ],
2745
2829
  ];
2746
- export var UpdateFunctionCodeRequest = [
2830
+ export var UpdateFunctionCodeRequest$ = [
2747
2831
  3,
2748
2832
  n0,
2749
2833
  _UFCR,
@@ -2751,7 +2835,7 @@ export var UpdateFunctionCodeRequest = [
2751
2835
  [_FN, _ZF, _SB, _SK, _SOV, _IU, _Pu, _DR, _RI, _Ar, _SKMSKA, _PTu],
2752
2836
  [[0, 1], [() => _Blob, 0], 0, 0, 0, 0, 2, 2, 0, 64 | 0, 0, 0],
2753
2837
  ];
2754
- export var UpdateFunctionConfigurationRequest = [
2838
+ export var UpdateFunctionConfigurationRequest$ = [
2755
2839
  3,
2756
2840
  n0,
2757
2841
  _UFCRp,
@@ -2764,49 +2848,49 @@ export var UpdateFunctionConfigurationRequest = [
2764
2848
  0,
2765
2849
  1,
2766
2850
  1,
2767
- () => VpcConfig,
2768
- [() => Environment, 0],
2851
+ () => VpcConfig$,
2852
+ [() => Environment$, 0],
2769
2853
  0,
2770
- () => DeadLetterConfig,
2854
+ () => DeadLetterConfig$,
2771
2855
  0,
2772
- () => TracingConfig,
2856
+ () => TracingConfig$,
2773
2857
  0,
2774
2858
  64 | 0,
2775
2859
  () => FileSystemConfigList,
2776
- () => ImageConfig,
2777
- () => EphemeralStorage,
2778
- () => SnapStart,
2779
- () => LoggingConfig,
2780
- () => CapacityProviderConfig,
2781
- () => DurableConfig,
2860
+ () => ImageConfig$,
2861
+ () => EphemeralStorage$,
2862
+ () => SnapStart$,
2863
+ () => LoggingConfig$,
2864
+ () => CapacityProviderConfig$,
2865
+ () => DurableConfig$,
2782
2866
  ],
2783
2867
  ];
2784
- export var UpdateFunctionEventInvokeConfigRequest = [
2868
+ export var UpdateFunctionEventInvokeConfigRequest$ = [
2785
2869
  3,
2786
2870
  n0,
2787
2871
  _UFEICR,
2788
2872
  0,
2789
2873
  [_FN, _Q, _MRA, _MEAIS, _DC],
2790
- [[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig],
2874
+ [[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig$],
2791
2875
  ];
2792
- export var UpdateFunctionUrlConfigRequest = [
2876
+ export var UpdateFunctionUrlConfigRequest$ = [
2793
2877
  3,
2794
2878
  n0,
2795
2879
  _UFUCR,
2796
2880
  0,
2797
2881
  [_FN, _Q, _AT, _Co, _IM],
2798
- [[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors, 0],
2882
+ [[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors$, 0],
2799
2883
  ];
2800
- export var UpdateFunctionUrlConfigResponse = [
2884
+ export var UpdateFunctionUrlConfigResponse$ = [
2801
2885
  3,
2802
2886
  n0,
2803
2887
  _UFUCRp,
2804
2888
  0,
2805
2889
  [_FU, _FA, _AT, _Co, _CTr, _LMT, _IM],
2806
- [0, 0, 0, () => Cors, 0, 0, 0],
2890
+ [0, 0, 0, () => Cors$, 0, 0, 0],
2807
2891
  ];
2808
- export var VpcConfig = [3, n0, _VC, 0, [_SIu, _SGI, _IAFDS], [64 | 0, 64 | 0, 2]];
2809
- export var VpcConfigResponse = [
2892
+ export var VpcConfig$ = [3, n0, _VC, 0, [_SIu, _SGI, _IAFDS], [64 | 0, 64 | 0, 2]];
2893
+ export var VpcConfigResponse$ = [
2810
2894
  3,
2811
2895
  n0,
2812
2896
  _VCR,
@@ -2814,86 +2898,68 @@ export var VpcConfigResponse = [
2814
2898
  [_SIu, _SGI, _VI, _IAFDS],
2815
2899
  [64 | 0, 64 | 0, 0, 2],
2816
2900
  ];
2817
- export var WaitCancelledDetails = [3, n0, _WCD, 0, [_E], [[() => EventError, 0]]];
2818
- export var WaitDetails = [3, n0, _WDa, 0, [_SET], [4]];
2819
- export var WaitOptions = [3, n0, _WO, 0, [_WS], [1]];
2820
- export var WaitStartedDetails = [3, n0, _WSD, 0, [_Du, _SET], [1, 4]];
2821
- export var WaitSucceededDetails = [3, n0, _WSDa, 0, [_Du], [1]];
2822
- export var __Unit = "unit";
2823
- export var LambdaServiceException = [-3, _sm, "LambdaServiceException", 0, [], []];
2824
- TypeRegistry.for(_sm).registerError(LambdaServiceException, __LambdaServiceException);
2825
- export var AliasList = [1, n0, _ALl, 0, () => AliasConfiguration];
2826
- export var AllowMethodsList = 64 | 0;
2827
- export var AllowOriginsList = 64 | 0;
2828
- export var ArchitecturesList = 64 | 0;
2829
- export var CapacityProviderScalingPoliciesList = [
2830
- 1,
2831
- n0,
2832
- _CPSPL,
2833
- 0,
2834
- () => TargetTrackingScalingPolicy,
2835
- ];
2836
- export var CapacityProviderSecurityGroupIds = 64 | 0;
2837
- export var CapacityProvidersList = [1, n0, _CPL, 0, () => CapacityProvider];
2838
- export var CapacityProviderSubnetIds = 64 | 0;
2839
- export var CodeSigningConfigList = [1, n0, _CSCL, 0, () => CodeSigningConfig];
2840
- export var CompatibleArchitectures = 64 | 0;
2841
- export var CompatibleRuntimes = 64 | 0;
2842
- export var DurableExecutions = [1, n0, _DE, 0, () => Execution];
2843
- export var EndpointLists = 64 | 0;
2844
- export var Events = [1, n0, _Eve, 0, [() => Event, 0]];
2845
- export var EventSourceMappingMetricList = 64 | 0;
2846
- export var EventSourceMappingsList = [1, n0, _ESML, 0, () => EventSourceMappingConfiguration];
2847
- export var ExecutionStatusList = 64 | 0;
2848
- export var FileSystemConfigList = [1, n0, _FSCL, 0, () => FileSystemConfig];
2849
- export var FilterList = [1, n0, _FL, 0, () => Filter];
2850
- export var FunctionArnList = 64 | 0;
2851
- export var FunctionEventInvokeConfigList = [1, n0, _FEICL, 0, () => FunctionEventInvokeConfig];
2852
- export var FunctionList = [1, n0, _FLu, 0, [() => FunctionConfiguration, 0]];
2853
- export var FunctionResponseTypeList = 64 | 0;
2854
- export var FunctionUrlConfigList = [1, n0, _FUCL, 0, () => FunctionUrlConfig];
2855
- export var FunctionVersionsByCapacityProviderList = [
2901
+ export var WaitCancelledDetails$ = [3, n0, _WCD, 0, [_E], [[() => EventError$, 0]]];
2902
+ export var WaitDetails$ = [3, n0, _WDa, 0, [_SET], [4]];
2903
+ export var WaitOptions$ = [3, n0, _WO, 0, [_WS], [1]];
2904
+ export var WaitStartedDetails$ = [3, n0, _WSD, 0, [_Du, _SET], [1, 4]];
2905
+ export var WaitSucceededDetails$ = [3, n0, _WSDa, 0, [_Du], [1]];
2906
+ var __Unit = "unit";
2907
+ export var LambdaServiceException$ = [-3, _sm, "LambdaServiceException", 0, [], []];
2908
+ TypeRegistry.for(_sm).registerError(LambdaServiceException$, LambdaServiceException);
2909
+ var AliasList = [1, n0, _ALl, 0, () => AliasConfiguration$];
2910
+ var AllowMethodsList = 64 | 0;
2911
+ var AllowOriginsList = 64 | 0;
2912
+ var ArchitecturesList = 64 | 0;
2913
+ var CapacityProviderScalingPoliciesList = [1, n0, _CPSPL, 0, () => TargetTrackingScalingPolicy$];
2914
+ var CapacityProviderSecurityGroupIds = 64 | 0;
2915
+ var CapacityProvidersList = [1, n0, _CPL, 0, () => CapacityProvider$];
2916
+ var CapacityProviderSubnetIds = 64 | 0;
2917
+ var CodeSigningConfigList = [1, n0, _CSCL, 0, () => CodeSigningConfig$];
2918
+ var CompatibleArchitectures = 64 | 0;
2919
+ var CompatibleRuntimes = 64 | 0;
2920
+ var DurableExecutions = [1, n0, _DE, 0, () => Execution$];
2921
+ var EndpointLists = 64 | 0;
2922
+ var Events = [1, n0, _Eve, 0, [() => Event$, 0]];
2923
+ var EventSourceMappingMetricList = 64 | 0;
2924
+ var EventSourceMappingsList = [1, n0, _ESML, 0, () => EventSourceMappingConfiguration$];
2925
+ var ExecutionStatusList = 64 | 0;
2926
+ var FileSystemConfigList = [1, n0, _FSCL, 0, () => FileSystemConfig$];
2927
+ var FilterList = [1, n0, _FL, 0, () => Filter$];
2928
+ var FunctionArnList = 64 | 0;
2929
+ var FunctionEventInvokeConfigList = [1, n0, _FEICL, 0, () => FunctionEventInvokeConfig$];
2930
+ var FunctionList = [1, n0, _FLu, 0, [() => FunctionConfiguration$, 0]];
2931
+ var FunctionResponseTypeList = 64 | 0;
2932
+ var FunctionUrlConfigList = [1, n0, _FUCL, 0, () => FunctionUrlConfig$];
2933
+ var FunctionVersionsByCapacityProviderList = [
2856
2934
  1,
2857
2935
  n0,
2858
2936
  _FVBCPL,
2859
2937
  0,
2860
- () => FunctionVersionsByCapacityProviderListItem,
2861
- ];
2862
- export var HeadersList = 64 | 0;
2863
- export var InstanceTypeSet = 64 | 0;
2864
- export var KafkaSchemaRegistryAccessConfigList = [
2865
- 1,
2866
- n0,
2867
- _KSRACL,
2868
- 0,
2869
- () => KafkaSchemaRegistryAccessConfig,
2870
- ];
2871
- export var KafkaSchemaValidationConfigList = [1, n0, _KSVCL, 0, () => KafkaSchemaValidationConfig];
2872
- export var LayerList = 64 | 0;
2873
- export var LayersList = [1, n0, _LL, 0, () => LayersListItem];
2874
- export var LayersReferenceList = [1, n0, _LRL, 0, () => Layer];
2875
- export var LayerVersionsList = [1, n0, _LVL, 0, () => LayerVersionsListItem];
2876
- export var Operations = [1, n0, _O, 0, [() => Operation, 0]];
2877
- export var OperationUpdates = [1, n0, _OUp, 0, [() => OperationUpdate, 0]];
2878
- export var ProvisionedConcurrencyConfigList = [
2879
- 1,
2880
- n0,
2881
- _PCCL,
2882
- 0,
2883
- () => ProvisionedConcurrencyConfigListItem,
2884
- ];
2885
- export var Queues = 64 | 0;
2886
- export var SecurityGroupIds = 64 | 0;
2887
- export var SigningProfileVersionArns = 64 | 0;
2888
- export var SourceAccessConfigurations = [1, n0, _SAC, 0, () => SourceAccessConfiguration];
2889
- export var StackTraceEntries = [1, n0, _STEt, 0, [() => StackTraceEntry, 0]];
2890
- export var StringList = 64 | 0;
2891
- export var SubnetIds = 64 | 0;
2892
- export var TagKeyList = 64 | 0;
2893
- export var Topics = 64 | 0;
2894
- export var AdditionalVersionWeights = 128 | 1;
2895
- export var Endpoints = [2, n0, _End, 0, 0, 64 | 0];
2896
- export var EnvironmentVariables = [
2938
+ () => FunctionVersionsByCapacityProviderListItem$,
2939
+ ];
2940
+ var HeadersList = 64 | 0;
2941
+ var InstanceTypeSet = 64 | 0;
2942
+ var KafkaSchemaRegistryAccessConfigList = [1, n0, _KSRACL, 0, () => KafkaSchemaRegistryAccessConfig$];
2943
+ var KafkaSchemaValidationConfigList = [1, n0, _KSVCL, 0, () => KafkaSchemaValidationConfig$];
2944
+ var LayerList = 64 | 0;
2945
+ var LayersList = [1, n0, _LL, 0, () => LayersListItem$];
2946
+ var LayersReferenceList = [1, n0, _LRL, 0, () => Layer$];
2947
+ var LayerVersionsList = [1, n0, _LVL, 0, () => LayerVersionsListItem$];
2948
+ var Operations = [1, n0, _O, 0, [() => Operation$, 0]];
2949
+ var OperationUpdates = [1, n0, _OUp, 0, [() => OperationUpdate$, 0]];
2950
+ var ProvisionedConcurrencyConfigList = [1, n0, _PCCL, 0, () => ProvisionedConcurrencyConfigListItem$];
2951
+ var Queues = 64 | 0;
2952
+ var SecurityGroupIds = 64 | 0;
2953
+ var SigningProfileVersionArns = 64 | 0;
2954
+ var SourceAccessConfigurations = [1, n0, _SAC, 0, () => SourceAccessConfiguration$];
2955
+ var StackTraceEntries = [1, n0, _STEt, 0, [() => StackTraceEntry, 0]];
2956
+ var StringList = 64 | 0;
2957
+ var SubnetIds = 64 | 0;
2958
+ var TagKeyList = 64 | 0;
2959
+ var Topics = 64 | 0;
2960
+ var AdditionalVersionWeights = 128 | 1;
2961
+ var Endpoints = [2, n0, _End, 0, 0, 64 | 0];
2962
+ var EnvironmentVariables = [
2897
2963
  2,
2898
2964
  n0,
2899
2965
  _EVn,
@@ -2901,692 +2967,692 @@ export var EnvironmentVariables = [
2901
2967
  [() => EnvironmentVariableName, 0],
2902
2968
  [() => EnvironmentVariableValue, 0],
2903
2969
  ];
2904
- export var Tags = 128 | 0;
2905
- export var InvokeWithResponseStreamResponseEvent = [
2970
+ var Tags = 128 | 0;
2971
+ export var InvokeWithResponseStreamResponseEvent$ = [
2906
2972
  3,
2907
2973
  n0,
2908
2974
  _IWRSRE,
2909
2975
  { [_s]: 1 },
2910
2976
  [_PCa, _ICn],
2911
- [[() => InvokeResponseStreamUpdate, 0], () => InvokeWithResponseStreamCompleteEvent],
2977
+ [[() => InvokeResponseStreamUpdate$, 0], () => InvokeWithResponseStreamCompleteEvent$],
2912
2978
  ];
2913
- export var AddLayerVersionPermission = [
2979
+ export var AddLayerVersionPermission$ = [
2914
2980
  9,
2915
2981
  n0,
2916
2982
  _ALVP,
2917
2983
  { [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 201] },
2918
- () => AddLayerVersionPermissionRequest,
2919
- () => AddLayerVersionPermissionResponse,
2984
+ () => AddLayerVersionPermissionRequest$,
2985
+ () => AddLayerVersionPermissionResponse$,
2920
2986
  ];
2921
- export var AddPermission = [
2987
+ export var AddPermission$ = [
2922
2988
  9,
2923
2989
  n0,
2924
2990
  _APd,
2925
2991
  { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/policy", 201] },
2926
- () => AddPermissionRequest,
2927
- () => AddPermissionResponse,
2992
+ () => AddPermissionRequest$,
2993
+ () => AddPermissionResponse$,
2928
2994
  ];
2929
- export var CheckpointDurableExecution = [
2995
+ export var CheckpointDurableExecution$ = [
2930
2996
  9,
2931
2997
  n0,
2932
2998
  _CDE,
2933
2999
  { [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/checkpoint", 200] },
2934
- () => CheckpointDurableExecutionRequest,
2935
- () => CheckpointDurableExecutionResponse,
3000
+ () => CheckpointDurableExecutionRequest$,
3001
+ () => CheckpointDurableExecutionResponse$,
2936
3002
  ];
2937
- export var CreateAlias = [
3003
+ export var CreateAlias$ = [
2938
3004
  9,
2939
3005
  n0,
2940
3006
  _CAr,
2941
3007
  { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/aliases", 201] },
2942
- () => CreateAliasRequest,
2943
- () => AliasConfiguration,
3008
+ () => CreateAliasRequest$,
3009
+ () => AliasConfiguration$,
2944
3010
  ];
2945
- export var CreateCapacityProvider = [
3011
+ export var CreateCapacityProvider$ = [
2946
3012
  9,
2947
3013
  n0,
2948
3014
  _CCP,
2949
3015
  { [_h]: ["POST", "/2025-11-30/capacity-providers", 202] },
2950
- () => CreateCapacityProviderRequest,
2951
- () => CreateCapacityProviderResponse,
3016
+ () => CreateCapacityProviderRequest$,
3017
+ () => CreateCapacityProviderResponse$,
2952
3018
  ];
2953
- export var CreateCodeSigningConfig = [
3019
+ export var CreateCodeSigningConfig$ = [
2954
3020
  9,
2955
3021
  n0,
2956
3022
  _CCSC,
2957
3023
  { [_h]: ["POST", "/2020-04-22/code-signing-configs", 201] },
2958
- () => CreateCodeSigningConfigRequest,
2959
- () => CreateCodeSigningConfigResponse,
3024
+ () => CreateCodeSigningConfigRequest$,
3025
+ () => CreateCodeSigningConfigResponse$,
2960
3026
  ];
2961
- export var CreateEventSourceMapping = [
3027
+ export var CreateEventSourceMapping$ = [
2962
3028
  9,
2963
3029
  n0,
2964
3030
  _CESM,
2965
3031
  { [_h]: ["POST", "/2015-03-31/event-source-mappings", 202] },
2966
- () => CreateEventSourceMappingRequest,
2967
- () => EventSourceMappingConfiguration,
3032
+ () => CreateEventSourceMappingRequest$,
3033
+ () => EventSourceMappingConfiguration$,
2968
3034
  ];
2969
- export var CreateFunction = [
3035
+ export var CreateFunction$ = [
2970
3036
  9,
2971
3037
  n0,
2972
3038
  _CF,
2973
3039
  { [_h]: ["POST", "/2015-03-31/functions", 201] },
2974
- () => CreateFunctionRequest,
2975
- () => FunctionConfiguration,
3040
+ () => CreateFunctionRequest$,
3041
+ () => FunctionConfiguration$,
2976
3042
  ];
2977
- export var CreateFunctionUrlConfig = [
3043
+ export var CreateFunctionUrlConfig$ = [
2978
3044
  9,
2979
3045
  n0,
2980
3046
  _CFUC,
2981
3047
  { [_h]: ["POST", "/2021-10-31/functions/{FunctionName}/url", 201] },
2982
- () => CreateFunctionUrlConfigRequest,
2983
- () => CreateFunctionUrlConfigResponse,
3048
+ () => CreateFunctionUrlConfigRequest$,
3049
+ () => CreateFunctionUrlConfigResponse$,
2984
3050
  ];
2985
- export var DeleteAlias = [
3051
+ export var DeleteAlias$ = [
2986
3052
  9,
2987
3053
  n0,
2988
3054
  _DA,
2989
3055
  { [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 204] },
2990
- () => DeleteAliasRequest,
3056
+ () => DeleteAliasRequest$,
2991
3057
  () => __Unit,
2992
3058
  ];
2993
- export var DeleteCapacityProvider = [
3059
+ export var DeleteCapacityProvider$ = [
2994
3060
  9,
2995
3061
  n0,
2996
3062
  _DCP,
2997
3063
  { [_h]: ["DELETE", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] },
2998
- () => DeleteCapacityProviderRequest,
2999
- () => DeleteCapacityProviderResponse,
3064
+ () => DeleteCapacityProviderRequest$,
3065
+ () => DeleteCapacityProviderResponse$,
3000
3066
  ];
3001
- export var DeleteCodeSigningConfig = [
3067
+ export var DeleteCodeSigningConfig$ = [
3002
3068
  9,
3003
3069
  n0,
3004
3070
  _DCSC,
3005
3071
  { [_h]: ["DELETE", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 204] },
3006
- () => DeleteCodeSigningConfigRequest,
3007
- () => DeleteCodeSigningConfigResponse,
3072
+ () => DeleteCodeSigningConfigRequest$,
3073
+ () => DeleteCodeSigningConfigResponse$,
3008
3074
  ];
3009
- export var DeleteEventSourceMapping = [
3075
+ export var DeleteEventSourceMapping$ = [
3010
3076
  9,
3011
3077
  n0,
3012
3078
  _DESM,
3013
3079
  { [_h]: ["DELETE", "/2015-03-31/event-source-mappings/{UUID}", 202] },
3014
- () => DeleteEventSourceMappingRequest,
3015
- () => EventSourceMappingConfiguration,
3080
+ () => DeleteEventSourceMappingRequest$,
3081
+ () => EventSourceMappingConfiguration$,
3016
3082
  ];
3017
- export var DeleteFunction = [
3083
+ export var DeleteFunction$ = [
3018
3084
  9,
3019
3085
  n0,
3020
3086
  _DF,
3021
3087
  { [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 200] },
3022
- () => DeleteFunctionRequest,
3023
- () => DeleteFunctionResponse,
3088
+ () => DeleteFunctionRequest$,
3089
+ () => DeleteFunctionResponse$,
3024
3090
  ];
3025
- export var DeleteFunctionCodeSigningConfig = [
3091
+ export var DeleteFunctionCodeSigningConfig$ = [
3026
3092
  9,
3027
3093
  n0,
3028
3094
  _DFCSC,
3029
3095
  { [_h]: ["DELETE", "/2020-06-30/functions/{FunctionName}/code-signing-config", 204] },
3030
- () => DeleteFunctionCodeSigningConfigRequest,
3096
+ () => DeleteFunctionCodeSigningConfigRequest$,
3031
3097
  () => __Unit,
3032
3098
  ];
3033
- export var DeleteFunctionConcurrency = [
3099
+ export var DeleteFunctionConcurrency$ = [
3034
3100
  9,
3035
3101
  n0,
3036
3102
  _DFC,
3037
3103
  { [_h]: ["DELETE", "/2017-10-31/functions/{FunctionName}/concurrency", 204] },
3038
- () => DeleteFunctionConcurrencyRequest,
3104
+ () => DeleteFunctionConcurrencyRequest$,
3039
3105
  () => __Unit,
3040
3106
  ];
3041
- export var DeleteFunctionEventInvokeConfig = [
3107
+ export var DeleteFunctionEventInvokeConfig$ = [
3042
3108
  9,
3043
3109
  n0,
3044
3110
  _DFEIC,
3045
3111
  { [_h]: ["DELETE", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 204] },
3046
- () => DeleteFunctionEventInvokeConfigRequest,
3112
+ () => DeleteFunctionEventInvokeConfigRequest$,
3047
3113
  () => __Unit,
3048
3114
  ];
3049
- export var DeleteFunctionUrlConfig = [
3115
+ export var DeleteFunctionUrlConfig$ = [
3050
3116
  9,
3051
3117
  n0,
3052
3118
  _DFUC,
3053
3119
  { [_h]: ["DELETE", "/2021-10-31/functions/{FunctionName}/url", 204] },
3054
- () => DeleteFunctionUrlConfigRequest,
3120
+ () => DeleteFunctionUrlConfigRequest$,
3055
3121
  () => __Unit,
3056
3122
  ];
3057
- export var DeleteLayerVersion = [
3123
+ export var DeleteLayerVersion$ = [
3058
3124
  9,
3059
3125
  n0,
3060
3126
  _DLV,
3061
3127
  { [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 204] },
3062
- () => DeleteLayerVersionRequest,
3128
+ () => DeleteLayerVersionRequest$,
3063
3129
  () => __Unit,
3064
3130
  ];
3065
- export var DeleteProvisionedConcurrencyConfig = [
3131
+ export var DeleteProvisionedConcurrencyConfig$ = [
3066
3132
  9,
3067
3133
  n0,
3068
3134
  _DPCC,
3069
3135
  { [_h]: ["DELETE", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 204] },
3070
- () => DeleteProvisionedConcurrencyConfigRequest,
3136
+ () => DeleteProvisionedConcurrencyConfigRequest$,
3071
3137
  () => __Unit,
3072
3138
  ];
3073
- export var GetAccountSettings = [
3139
+ export var GetAccountSettings$ = [
3074
3140
  9,
3075
3141
  n0,
3076
3142
  _GAS,
3077
3143
  { [_h]: ["GET", "/2016-08-19/account-settings", 200] },
3078
- () => GetAccountSettingsRequest,
3079
- () => GetAccountSettingsResponse,
3144
+ () => GetAccountSettingsRequest$,
3145
+ () => GetAccountSettingsResponse$,
3080
3146
  ];
3081
- export var GetAlias = [
3147
+ export var GetAlias$ = [
3082
3148
  9,
3083
3149
  n0,
3084
3150
  _GA,
3085
3151
  { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] },
3086
- () => GetAliasRequest,
3087
- () => AliasConfiguration,
3152
+ () => GetAliasRequest$,
3153
+ () => AliasConfiguration$,
3088
3154
  ];
3089
- export var GetCapacityProvider = [
3155
+ export var GetCapacityProvider$ = [
3090
3156
  9,
3091
3157
  n0,
3092
3158
  _GCP,
3093
3159
  { [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}", 200] },
3094
- () => GetCapacityProviderRequest,
3095
- () => GetCapacityProviderResponse,
3160
+ () => GetCapacityProviderRequest$,
3161
+ () => GetCapacityProviderResponse$,
3096
3162
  ];
3097
- export var GetCodeSigningConfig = [
3163
+ export var GetCodeSigningConfig$ = [
3098
3164
  9,
3099
3165
  n0,
3100
3166
  _GCSC,
3101
3167
  { [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] },
3102
- () => GetCodeSigningConfigRequest,
3103
- () => GetCodeSigningConfigResponse,
3168
+ () => GetCodeSigningConfigRequest$,
3169
+ () => GetCodeSigningConfigResponse$,
3104
3170
  ];
3105
- export var GetDurableExecution = [
3171
+ export var GetDurableExecution$ = [
3106
3172
  9,
3107
3173
  n0,
3108
3174
  _GDE,
3109
3175
  { [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}", 200] },
3110
- () => GetDurableExecutionRequest,
3111
- () => GetDurableExecutionResponse,
3176
+ () => GetDurableExecutionRequest$,
3177
+ () => GetDurableExecutionResponse$,
3112
3178
  ];
3113
- export var GetDurableExecutionHistory = [
3179
+ export var GetDurableExecutionHistory$ = [
3114
3180
  9,
3115
3181
  n0,
3116
3182
  _GDEH,
3117
3183
  { [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/history", 200] },
3118
- () => GetDurableExecutionHistoryRequest,
3119
- () => GetDurableExecutionHistoryResponse,
3184
+ () => GetDurableExecutionHistoryRequest$,
3185
+ () => GetDurableExecutionHistoryResponse$,
3120
3186
  ];
3121
- export var GetDurableExecutionState = [
3187
+ export var GetDurableExecutionState$ = [
3122
3188
  9,
3123
3189
  n0,
3124
3190
  _GDES,
3125
3191
  { [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/state", 200] },
3126
- () => GetDurableExecutionStateRequest,
3127
- () => GetDurableExecutionStateResponse,
3192
+ () => GetDurableExecutionStateRequest$,
3193
+ () => GetDurableExecutionStateResponse$,
3128
3194
  ];
3129
- export var GetEventSourceMapping = [
3195
+ export var GetEventSourceMapping$ = [
3130
3196
  9,
3131
3197
  n0,
3132
3198
  _GESM,
3133
3199
  { [_h]: ["GET", "/2015-03-31/event-source-mappings/{UUID}", 200] },
3134
- () => GetEventSourceMappingRequest,
3135
- () => EventSourceMappingConfiguration,
3200
+ () => GetEventSourceMappingRequest$,
3201
+ () => EventSourceMappingConfiguration$,
3136
3202
  ];
3137
- export var GetFunction = [
3203
+ export var GetFunction$ = [
3138
3204
  9,
3139
3205
  n0,
3140
3206
  _GF,
3141
3207
  { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}", 200] },
3142
- () => GetFunctionRequest,
3143
- () => GetFunctionResponse,
3208
+ () => GetFunctionRequest$,
3209
+ () => GetFunctionResponse$,
3144
3210
  ];
3145
- export var GetFunctionCodeSigningConfig = [
3211
+ export var GetFunctionCodeSigningConfig$ = [
3146
3212
  9,
3147
3213
  n0,
3148
3214
  _GFCSC,
3149
3215
  { [_h]: ["GET", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] },
3150
- () => GetFunctionCodeSigningConfigRequest,
3151
- () => GetFunctionCodeSigningConfigResponse,
3216
+ () => GetFunctionCodeSigningConfigRequest$,
3217
+ () => GetFunctionCodeSigningConfigResponse$,
3152
3218
  ];
3153
- export var GetFunctionConcurrency = [
3219
+ export var GetFunctionConcurrency$ = [
3154
3220
  9,
3155
3221
  n0,
3156
3222
  _GFC,
3157
3223
  { [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/concurrency", 200] },
3158
- () => GetFunctionConcurrencyRequest,
3159
- () => GetFunctionConcurrencyResponse,
3224
+ () => GetFunctionConcurrencyRequest$,
3225
+ () => GetFunctionConcurrencyResponse$,
3160
3226
  ];
3161
- export var GetFunctionConfiguration = [
3227
+ export var GetFunctionConfiguration$ = [
3162
3228
  9,
3163
3229
  n0,
3164
3230
  _GFCe,
3165
3231
  { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/configuration", 200] },
3166
- () => GetFunctionConfigurationRequest,
3167
- () => FunctionConfiguration,
3232
+ () => GetFunctionConfigurationRequest$,
3233
+ () => FunctionConfiguration$,
3168
3234
  ];
3169
- export var GetFunctionEventInvokeConfig = [
3235
+ export var GetFunctionEventInvokeConfig$ = [
3170
3236
  9,
3171
3237
  n0,
3172
3238
  _GFEIC,
3173
3239
  { [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
3174
- () => GetFunctionEventInvokeConfigRequest,
3175
- () => FunctionEventInvokeConfig,
3240
+ () => GetFunctionEventInvokeConfigRequest$,
3241
+ () => FunctionEventInvokeConfig$,
3176
3242
  ];
3177
- export var GetFunctionRecursionConfig = [
3243
+ export var GetFunctionRecursionConfig$ = [
3178
3244
  9,
3179
3245
  n0,
3180
3246
  _GFRC,
3181
3247
  { [_h]: ["GET", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] },
3182
- () => GetFunctionRecursionConfigRequest,
3183
- () => GetFunctionRecursionConfigResponse,
3248
+ () => GetFunctionRecursionConfigRequest$,
3249
+ () => GetFunctionRecursionConfigResponse$,
3184
3250
  ];
3185
- export var GetFunctionScalingConfig = [
3251
+ export var GetFunctionScalingConfig$ = [
3186
3252
  9,
3187
3253
  n0,
3188
3254
  _GFSC,
3189
3255
  { [_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200] },
3190
- () => GetFunctionScalingConfigRequest,
3191
- () => GetFunctionScalingConfigResponse,
3256
+ () => GetFunctionScalingConfigRequest$,
3257
+ () => GetFunctionScalingConfigResponse$,
3192
3258
  ];
3193
- export var GetFunctionUrlConfig = [
3259
+ export var GetFunctionUrlConfig$ = [
3194
3260
  9,
3195
3261
  n0,
3196
3262
  _GFUC,
3197
3263
  { [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/url", 200] },
3198
- () => GetFunctionUrlConfigRequest,
3199
- () => GetFunctionUrlConfigResponse,
3264
+ () => GetFunctionUrlConfigRequest$,
3265
+ () => GetFunctionUrlConfigResponse$,
3200
3266
  ];
3201
- export var GetLayerVersion = [
3267
+ export var GetLayerVersion$ = [
3202
3268
  9,
3203
3269
  n0,
3204
3270
  _GLV,
3205
3271
  { [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 200] },
3206
- () => GetLayerVersionRequest,
3207
- () => GetLayerVersionResponse,
3272
+ () => GetLayerVersionRequest$,
3273
+ () => GetLayerVersionResponse$,
3208
3274
  ];
3209
- export var GetLayerVersionByArn = [
3275
+ export var GetLayerVersionByArn$ = [
3210
3276
  9,
3211
3277
  n0,
3212
3278
  _GLVBA,
3213
3279
  { [_h]: ["GET", "/2018-10-31/layers?find=LayerVersion", 200] },
3214
- () => GetLayerVersionByArnRequest,
3215
- () => GetLayerVersionResponse,
3280
+ () => GetLayerVersionByArnRequest$,
3281
+ () => GetLayerVersionResponse$,
3216
3282
  ];
3217
- export var GetLayerVersionPolicy = [
3283
+ export var GetLayerVersionPolicy$ = [
3218
3284
  9,
3219
3285
  n0,
3220
3286
  _GLVP,
3221
3287
  { [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 200] },
3222
- () => GetLayerVersionPolicyRequest,
3223
- () => GetLayerVersionPolicyResponse,
3288
+ () => GetLayerVersionPolicyRequest$,
3289
+ () => GetLayerVersionPolicyResponse$,
3224
3290
  ];
3225
- export var GetPolicy = [
3291
+ export var GetPolicy$ = [
3226
3292
  9,
3227
3293
  n0,
3228
3294
  _GP,
3229
3295
  { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/policy", 200] },
3230
- () => GetPolicyRequest,
3231
- () => GetPolicyResponse,
3296
+ () => GetPolicyRequest$,
3297
+ () => GetPolicyResponse$,
3232
3298
  ];
3233
- export var GetProvisionedConcurrencyConfig = [
3299
+ export var GetProvisionedConcurrencyConfig$ = [
3234
3300
  9,
3235
3301
  n0,
3236
3302
  _GPCC,
3237
3303
  { [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 200] },
3238
- () => GetProvisionedConcurrencyConfigRequest,
3239
- () => GetProvisionedConcurrencyConfigResponse,
3304
+ () => GetProvisionedConcurrencyConfigRequest$,
3305
+ () => GetProvisionedConcurrencyConfigResponse$,
3240
3306
  ];
3241
- export var GetRuntimeManagementConfig = [
3307
+ export var GetRuntimeManagementConfig$ = [
3242
3308
  9,
3243
3309
  n0,
3244
3310
  _GRMC,
3245
3311
  { [_h]: ["GET", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] },
3246
- () => GetRuntimeManagementConfigRequest,
3247
- () => GetRuntimeManagementConfigResponse,
3312
+ () => GetRuntimeManagementConfigRequest$,
3313
+ () => GetRuntimeManagementConfigResponse$,
3248
3314
  ];
3249
- export var Invoke = [
3315
+ export var Invoke$ = [
3250
3316
  9,
3251
3317
  n0,
3252
3318
  _In,
3253
3319
  { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/invocations", 200] },
3254
- () => InvocationRequest,
3255
- () => InvocationResponse,
3320
+ () => InvocationRequest$,
3321
+ () => InvocationResponse$,
3256
3322
  ];
3257
- export var InvokeAsync = [
3323
+ export var InvokeAsync$ = [
3258
3324
  9,
3259
3325
  n0,
3260
3326
  _IAn,
3261
3327
  { [_h]: ["POST", "/2014-11-13/functions/{FunctionName}/invoke-async", 202] },
3262
- () => InvokeAsyncRequest,
3263
- () => InvokeAsyncResponse,
3328
+ () => InvokeAsyncRequest$,
3329
+ () => InvokeAsyncResponse$,
3264
3330
  ];
3265
- export var InvokeWithResponseStream = [
3331
+ export var InvokeWithResponseStream$ = [
3266
3332
  9,
3267
3333
  n0,
3268
3334
  _IWRS,
3269
3335
  { [_h]: ["POST", "/2021-11-15/functions/{FunctionName}/response-streaming-invocations", 200] },
3270
- () => InvokeWithResponseStreamRequest,
3271
- () => InvokeWithResponseStreamResponse,
3336
+ () => InvokeWithResponseStreamRequest$,
3337
+ () => InvokeWithResponseStreamResponse$,
3272
3338
  ];
3273
- export var ListAliases = [
3339
+ export var ListAliases$ = [
3274
3340
  9,
3275
3341
  n0,
3276
3342
  _LAi,
3277
3343
  { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases", 200] },
3278
- () => ListAliasesRequest,
3279
- () => ListAliasesResponse,
3344
+ () => ListAliasesRequest$,
3345
+ () => ListAliasesResponse$,
3280
3346
  ];
3281
- export var ListCapacityProviders = [
3347
+ export var ListCapacityProviders$ = [
3282
3348
  9,
3283
3349
  n0,
3284
3350
  _LCP,
3285
3351
  { [_h]: ["GET", "/2025-11-30/capacity-providers", 200] },
3286
- () => ListCapacityProvidersRequest,
3287
- () => ListCapacityProvidersResponse,
3352
+ () => ListCapacityProvidersRequest$,
3353
+ () => ListCapacityProvidersResponse$,
3288
3354
  ];
3289
- export var ListCodeSigningConfigs = [
3355
+ export var ListCodeSigningConfigs$ = [
3290
3356
  9,
3291
3357
  n0,
3292
3358
  _LCSC,
3293
3359
  { [_h]: ["GET", "/2020-04-22/code-signing-configs", 200] },
3294
- () => ListCodeSigningConfigsRequest,
3295
- () => ListCodeSigningConfigsResponse,
3360
+ () => ListCodeSigningConfigsRequest$,
3361
+ () => ListCodeSigningConfigsResponse$,
3296
3362
  ];
3297
- export var ListDurableExecutionsByFunction = [
3363
+ export var ListDurableExecutionsByFunction$ = [
3298
3364
  9,
3299
3365
  n0,
3300
3366
  _LDEBF,
3301
3367
  { [_h]: ["GET", "/2025-12-01/functions/{FunctionName}/durable-executions", 200] },
3302
- () => ListDurableExecutionsByFunctionRequest,
3303
- () => ListDurableExecutionsByFunctionResponse,
3368
+ () => ListDurableExecutionsByFunctionRequest$,
3369
+ () => ListDurableExecutionsByFunctionResponse$,
3304
3370
  ];
3305
- export var ListEventSourceMappings = [
3371
+ export var ListEventSourceMappings$ = [
3306
3372
  9,
3307
3373
  n0,
3308
3374
  _LESM,
3309
3375
  { [_h]: ["GET", "/2015-03-31/event-source-mappings", 200] },
3310
- () => ListEventSourceMappingsRequest,
3311
- () => ListEventSourceMappingsResponse,
3376
+ () => ListEventSourceMappingsRequest$,
3377
+ () => ListEventSourceMappingsResponse$,
3312
3378
  ];
3313
- export var ListFunctionEventInvokeConfigs = [
3379
+ export var ListFunctionEventInvokeConfigs$ = [
3314
3380
  9,
3315
3381
  n0,
3316
3382
  _LFEIC,
3317
3383
  { [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config/list", 200] },
3318
- () => ListFunctionEventInvokeConfigsRequest,
3319
- () => ListFunctionEventInvokeConfigsResponse,
3384
+ () => ListFunctionEventInvokeConfigsRequest$,
3385
+ () => ListFunctionEventInvokeConfigsResponse$,
3320
3386
  ];
3321
- export var ListFunctions = [
3387
+ export var ListFunctions$ = [
3322
3388
  9,
3323
3389
  n0,
3324
3390
  _LFi,
3325
3391
  { [_h]: ["GET", "/2015-03-31/functions", 200] },
3326
- () => ListFunctionsRequest,
3327
- () => ListFunctionsResponse,
3392
+ () => ListFunctionsRequest$,
3393
+ () => ListFunctionsResponse$,
3328
3394
  ];
3329
- export var ListFunctionsByCodeSigningConfig = [
3395
+ export var ListFunctionsByCodeSigningConfig$ = [
3330
3396
  9,
3331
3397
  n0,
3332
3398
  _LFBCSC,
3333
3399
  { [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", 200] },
3334
- () => ListFunctionsByCodeSigningConfigRequest,
3335
- () => ListFunctionsByCodeSigningConfigResponse,
3400
+ () => ListFunctionsByCodeSigningConfigRequest$,
3401
+ () => ListFunctionsByCodeSigningConfigResponse$,
3336
3402
  ];
3337
- export var ListFunctionUrlConfigs = [
3403
+ export var ListFunctionUrlConfigs$ = [
3338
3404
  9,
3339
3405
  n0,
3340
3406
  _LFUC,
3341
3407
  { [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/urls", 200] },
3342
- () => ListFunctionUrlConfigsRequest,
3343
- () => ListFunctionUrlConfigsResponse,
3408
+ () => ListFunctionUrlConfigsRequest$,
3409
+ () => ListFunctionUrlConfigsResponse$,
3344
3410
  ];
3345
- export var ListFunctionVersionsByCapacityProvider = [
3411
+ export var ListFunctionVersionsByCapacityProvider$ = [
3346
3412
  9,
3347
3413
  n0,
3348
3414
  _LFVBCP,
3349
3415
  { [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200] },
3350
- () => ListFunctionVersionsByCapacityProviderRequest,
3351
- () => ListFunctionVersionsByCapacityProviderResponse,
3416
+ () => ListFunctionVersionsByCapacityProviderRequest$,
3417
+ () => ListFunctionVersionsByCapacityProviderResponse$,
3352
3418
  ];
3353
- export var ListLayers = [
3419
+ export var ListLayers$ = [
3354
3420
  9,
3355
3421
  n0,
3356
3422
  _LLi,
3357
3423
  { [_h]: ["GET", "/2018-10-31/layers", 200] },
3358
- () => ListLayersRequest,
3359
- () => ListLayersResponse,
3424
+ () => ListLayersRequest$,
3425
+ () => ListLayersResponse$,
3360
3426
  ];
3361
- export var ListLayerVersions = [
3427
+ export var ListLayerVersions$ = [
3362
3428
  9,
3363
3429
  n0,
3364
3430
  _LLV,
3365
3431
  { [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions", 200] },
3366
- () => ListLayerVersionsRequest,
3367
- () => ListLayerVersionsResponse,
3432
+ () => ListLayerVersionsRequest$,
3433
+ () => ListLayerVersionsResponse$,
3368
3434
  ];
3369
- export var ListProvisionedConcurrencyConfigs = [
3435
+ export var ListProvisionedConcurrencyConfigs$ = [
3370
3436
  9,
3371
3437
  n0,
3372
3438
  _LPCC,
3373
3439
  { [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", 200] },
3374
- () => ListProvisionedConcurrencyConfigsRequest,
3375
- () => ListProvisionedConcurrencyConfigsResponse,
3440
+ () => ListProvisionedConcurrencyConfigsRequest$,
3441
+ () => ListProvisionedConcurrencyConfigsResponse$,
3376
3442
  ];
3377
- export var ListTags = [
3443
+ export var ListTags$ = [
3378
3444
  9,
3379
3445
  n0,
3380
3446
  _LTi,
3381
3447
  { [_h]: ["GET", "/2017-03-31/tags/{Resource}", 200] },
3382
- () => ListTagsRequest,
3383
- () => ListTagsResponse,
3448
+ () => ListTagsRequest$,
3449
+ () => ListTagsResponse$,
3384
3450
  ];
3385
- export var ListVersionsByFunction = [
3451
+ export var ListVersionsByFunction$ = [
3386
3452
  9,
3387
3453
  n0,
3388
3454
  _LVBF,
3389
3455
  { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/versions", 200] },
3390
- () => ListVersionsByFunctionRequest,
3391
- () => ListVersionsByFunctionResponse,
3456
+ () => ListVersionsByFunctionRequest$,
3457
+ () => ListVersionsByFunctionResponse$,
3392
3458
  ];
3393
- export var PublishLayerVersion = [
3459
+ export var PublishLayerVersion$ = [
3394
3460
  9,
3395
3461
  n0,
3396
3462
  _PLV,
3397
3463
  { [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions", 201] },
3398
- () => PublishLayerVersionRequest,
3399
- () => PublishLayerVersionResponse,
3464
+ () => PublishLayerVersionRequest$,
3465
+ () => PublishLayerVersionResponse$,
3400
3466
  ];
3401
- export var PublishVersion = [
3467
+ export var PublishVersion$ = [
3402
3468
  9,
3403
3469
  n0,
3404
3470
  _PV,
3405
3471
  { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/versions", 201] },
3406
- () => PublishVersionRequest,
3407
- () => FunctionConfiguration,
3472
+ () => PublishVersionRequest$,
3473
+ () => FunctionConfiguration$,
3408
3474
  ];
3409
- export var PutFunctionCodeSigningConfig = [
3475
+ export var PutFunctionCodeSigningConfig$ = [
3410
3476
  9,
3411
3477
  n0,
3412
3478
  _PFCSC,
3413
3479
  { [_h]: ["PUT", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] },
3414
- () => PutFunctionCodeSigningConfigRequest,
3415
- () => PutFunctionCodeSigningConfigResponse,
3480
+ () => PutFunctionCodeSigningConfigRequest$,
3481
+ () => PutFunctionCodeSigningConfigResponse$,
3416
3482
  ];
3417
- export var PutFunctionConcurrency = [
3483
+ export var PutFunctionConcurrency$ = [
3418
3484
  9,
3419
3485
  n0,
3420
3486
  _PFC,
3421
3487
  { [_h]: ["PUT", "/2017-10-31/functions/{FunctionName}/concurrency", 200] },
3422
- () => PutFunctionConcurrencyRequest,
3423
- () => Concurrency,
3488
+ () => PutFunctionConcurrencyRequest$,
3489
+ () => Concurrency$,
3424
3490
  ];
3425
- export var PutFunctionEventInvokeConfig = [
3491
+ export var PutFunctionEventInvokeConfig$ = [
3426
3492
  9,
3427
3493
  n0,
3428
3494
  _PFEIC,
3429
3495
  { [_h]: ["PUT", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
3430
- () => PutFunctionEventInvokeConfigRequest,
3431
- () => FunctionEventInvokeConfig,
3496
+ () => PutFunctionEventInvokeConfigRequest$,
3497
+ () => FunctionEventInvokeConfig$,
3432
3498
  ];
3433
- export var PutFunctionRecursionConfig = [
3499
+ export var PutFunctionRecursionConfig$ = [
3434
3500
  9,
3435
3501
  n0,
3436
3502
  _PFRC,
3437
3503
  { [_h]: ["PUT", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] },
3438
- () => PutFunctionRecursionConfigRequest,
3439
- () => PutFunctionRecursionConfigResponse,
3504
+ () => PutFunctionRecursionConfigRequest$,
3505
+ () => PutFunctionRecursionConfigResponse$,
3440
3506
  ];
3441
- export var PutFunctionScalingConfig = [
3507
+ export var PutFunctionScalingConfig$ = [
3442
3508
  9,
3443
3509
  n0,
3444
3510
  _PFSC,
3445
3511
  { [_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202] },
3446
- () => PutFunctionScalingConfigRequest,
3447
- () => PutFunctionScalingConfigResponse,
3512
+ () => PutFunctionScalingConfigRequest$,
3513
+ () => PutFunctionScalingConfigResponse$,
3448
3514
  ];
3449
- export var PutProvisionedConcurrencyConfig = [
3515
+ export var PutProvisionedConcurrencyConfig$ = [
3450
3516
  9,
3451
3517
  n0,
3452
3518
  _PPCC,
3453
3519
  { [_h]: ["PUT", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 202] },
3454
- () => PutProvisionedConcurrencyConfigRequest,
3455
- () => PutProvisionedConcurrencyConfigResponse,
3520
+ () => PutProvisionedConcurrencyConfigRequest$,
3521
+ () => PutProvisionedConcurrencyConfigResponse$,
3456
3522
  ];
3457
- export var PutRuntimeManagementConfig = [
3523
+ export var PutRuntimeManagementConfig$ = [
3458
3524
  9,
3459
3525
  n0,
3460
3526
  _PRMC,
3461
3527
  { [_h]: ["PUT", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] },
3462
- () => PutRuntimeManagementConfigRequest,
3463
- () => PutRuntimeManagementConfigResponse,
3528
+ () => PutRuntimeManagementConfigRequest$,
3529
+ () => PutRuntimeManagementConfigResponse$,
3464
3530
  ];
3465
- export var RemoveLayerVersionPermission = [
3531
+ export var RemoveLayerVersionPermission$ = [
3466
3532
  9,
3467
3533
  n0,
3468
3534
  _RLVP,
3469
3535
  { [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", 204] },
3470
- () => RemoveLayerVersionPermissionRequest,
3536
+ () => RemoveLayerVersionPermissionRequest$,
3471
3537
  () => __Unit,
3472
3538
  ];
3473
- export var RemovePermission = [
3539
+ export var RemovePermission$ = [
3474
3540
  9,
3475
3541
  n0,
3476
3542
  _RP,
3477
3543
  { [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", 204] },
3478
- () => RemovePermissionRequest,
3544
+ () => RemovePermissionRequest$,
3479
3545
  () => __Unit,
3480
3546
  ];
3481
- export var SendDurableExecutionCallbackFailure = [
3547
+ export var SendDurableExecutionCallbackFailure$ = [
3482
3548
  9,
3483
3549
  n0,
3484
3550
  _SDECF,
3485
3551
  { [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/fail", 200] },
3486
- () => SendDurableExecutionCallbackFailureRequest,
3487
- () => SendDurableExecutionCallbackFailureResponse,
3552
+ () => SendDurableExecutionCallbackFailureRequest$,
3553
+ () => SendDurableExecutionCallbackFailureResponse$,
3488
3554
  ];
3489
- export var SendDurableExecutionCallbackHeartbeat = [
3555
+ export var SendDurableExecutionCallbackHeartbeat$ = [
3490
3556
  9,
3491
3557
  n0,
3492
3558
  _SDECH,
3493
3559
  { [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat", 200] },
3494
- () => SendDurableExecutionCallbackHeartbeatRequest,
3495
- () => SendDurableExecutionCallbackHeartbeatResponse,
3560
+ () => SendDurableExecutionCallbackHeartbeatRequest$,
3561
+ () => SendDurableExecutionCallbackHeartbeatResponse$,
3496
3562
  ];
3497
- export var SendDurableExecutionCallbackSuccess = [
3563
+ export var SendDurableExecutionCallbackSuccess$ = [
3498
3564
  9,
3499
3565
  n0,
3500
3566
  _SDECS,
3501
3567
  { [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed", 200] },
3502
- () => SendDurableExecutionCallbackSuccessRequest,
3503
- () => SendDurableExecutionCallbackSuccessResponse,
3568
+ () => SendDurableExecutionCallbackSuccessRequest$,
3569
+ () => SendDurableExecutionCallbackSuccessResponse$,
3504
3570
  ];
3505
- export var StopDurableExecution = [
3571
+ export var StopDurableExecution$ = [
3506
3572
  9,
3507
3573
  n0,
3508
3574
  _SDE,
3509
3575
  { [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/stop", 200] },
3510
- () => StopDurableExecutionRequest,
3511
- () => StopDurableExecutionResponse,
3576
+ () => StopDurableExecutionRequest$,
3577
+ () => StopDurableExecutionResponse$,
3512
3578
  ];
3513
- export var TagResource = [
3579
+ export var TagResource$ = [
3514
3580
  9,
3515
3581
  n0,
3516
3582
  _TR,
3517
3583
  { [_h]: ["POST", "/2017-03-31/tags/{Resource}", 204] },
3518
- () => TagResourceRequest,
3584
+ () => TagResourceRequest$,
3519
3585
  () => __Unit,
3520
3586
  ];
3521
- export var UntagResource = [
3587
+ export var UntagResource$ = [
3522
3588
  9,
3523
3589
  n0,
3524
3590
  _UR,
3525
3591
  { [_h]: ["DELETE", "/2017-03-31/tags/{Resource}", 204] },
3526
- () => UntagResourceRequest,
3592
+ () => UntagResourceRequest$,
3527
3593
  () => __Unit,
3528
3594
  ];
3529
- export var UpdateAlias = [
3595
+ export var UpdateAlias$ = [
3530
3596
  9,
3531
3597
  n0,
3532
3598
  _UA,
3533
3599
  { [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] },
3534
- () => UpdateAliasRequest,
3535
- () => AliasConfiguration,
3600
+ () => UpdateAliasRequest$,
3601
+ () => AliasConfiguration$,
3536
3602
  ];
3537
- export var UpdateCapacityProvider = [
3603
+ export var UpdateCapacityProvider$ = [
3538
3604
  9,
3539
3605
  n0,
3540
3606
  _UCP,
3541
3607
  { [_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] },
3542
- () => UpdateCapacityProviderRequest,
3543
- () => UpdateCapacityProviderResponse,
3608
+ () => UpdateCapacityProviderRequest$,
3609
+ () => UpdateCapacityProviderResponse$,
3544
3610
  ];
3545
- export var UpdateCodeSigningConfig = [
3611
+ export var UpdateCodeSigningConfig$ = [
3546
3612
  9,
3547
3613
  n0,
3548
3614
  _UCSC,
3549
3615
  { [_h]: ["PUT", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] },
3550
- () => UpdateCodeSigningConfigRequest,
3551
- () => UpdateCodeSigningConfigResponse,
3616
+ () => UpdateCodeSigningConfigRequest$,
3617
+ () => UpdateCodeSigningConfigResponse$,
3552
3618
  ];
3553
- export var UpdateEventSourceMapping = [
3619
+ export var UpdateEventSourceMapping$ = [
3554
3620
  9,
3555
3621
  n0,
3556
3622
  _UESM,
3557
3623
  { [_h]: ["PUT", "/2015-03-31/event-source-mappings/{UUID}", 202] },
3558
- () => UpdateEventSourceMappingRequest,
3559
- () => EventSourceMappingConfiguration,
3624
+ () => UpdateEventSourceMappingRequest$,
3625
+ () => EventSourceMappingConfiguration$,
3560
3626
  ];
3561
- export var UpdateFunctionCode = [
3627
+ export var UpdateFunctionCode$ = [
3562
3628
  9,
3563
3629
  n0,
3564
3630
  _UFC,
3565
3631
  { [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/code", 200] },
3566
- () => UpdateFunctionCodeRequest,
3567
- () => FunctionConfiguration,
3632
+ () => UpdateFunctionCodeRequest$,
3633
+ () => FunctionConfiguration$,
3568
3634
  ];
3569
- export var UpdateFunctionConfiguration = [
3635
+ export var UpdateFunctionConfiguration$ = [
3570
3636
  9,
3571
3637
  n0,
3572
3638
  _UFCp,
3573
3639
  { [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/configuration", 200] },
3574
- () => UpdateFunctionConfigurationRequest,
3575
- () => FunctionConfiguration,
3640
+ () => UpdateFunctionConfigurationRequest$,
3641
+ () => FunctionConfiguration$,
3576
3642
  ];
3577
- export var UpdateFunctionEventInvokeConfig = [
3643
+ export var UpdateFunctionEventInvokeConfig$ = [
3578
3644
  9,
3579
3645
  n0,
3580
3646
  _UFEIC,
3581
3647
  { [_h]: ["POST", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
3582
- () => UpdateFunctionEventInvokeConfigRequest,
3583
- () => FunctionEventInvokeConfig,
3648
+ () => UpdateFunctionEventInvokeConfigRequest$,
3649
+ () => FunctionEventInvokeConfig$,
3584
3650
  ];
3585
- export var UpdateFunctionUrlConfig = [
3651
+ export var UpdateFunctionUrlConfig$ = [
3586
3652
  9,
3587
3653
  n0,
3588
3654
  _UFUC,
3589
3655
  { [_h]: ["PUT", "/2021-10-31/functions/{FunctionName}/url", 200] },
3590
- () => UpdateFunctionUrlConfigRequest,
3591
- () => UpdateFunctionUrlConfigResponse,
3656
+ () => UpdateFunctionUrlConfigRequest$,
3657
+ () => UpdateFunctionUrlConfigResponse$,
3592
3658
  ];