distilled-aws 0.0.8 → 0.0.9

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.
@@ -19017,38 +19017,38 @@ export interface ModifySpotFleetRequestResponse {
19017
19017
  Return?: boolean;
19018
19018
  }
19019
19019
  export declare const ModifySpotFleetRequestResponse: S.Schema<ModifySpotFleetRequestResponse, ModifySpotFleetRequestResponse, never>;
19020
- declare const InvalidVpcIDNotFound_base: S.TaggedErrorClass<InvalidVpcIDNotFound, "InvalidVpcIDNotFound", {
19021
- readonly _tag: S.tag<"InvalidVpcIDNotFound">;
19020
+ declare const InvalidVpcIDNotFound_base: S.TaggedErrorClass<InvalidVpcIDNotFound, "InvalidVpcID.NotFound", {
19021
+ readonly _tag: S.tag<"InvalidVpcID.NotFound">;
19022
19022
  }>;
19023
19023
  export declare class InvalidVpcIDNotFound extends InvalidVpcIDNotFound_base {
19024
19024
  }
19025
- declare const InvalidInternetGatewayIDNotFound_base: S.TaggedErrorClass<InvalidInternetGatewayIDNotFound, "InvalidInternetGatewayIDNotFound", {
19026
- readonly _tag: S.tag<"InvalidInternetGatewayIDNotFound">;
19025
+ declare const InvalidInternetGatewayIDNotFound_base: S.TaggedErrorClass<InvalidInternetGatewayIDNotFound, "InvalidInternetGatewayID.NotFound", {
19026
+ readonly _tag: S.tag<"InvalidInternetGatewayID.NotFound">;
19027
19027
  }>;
19028
19028
  export declare class InvalidInternetGatewayIDNotFound extends InvalidInternetGatewayIDNotFound_base {
19029
19029
  }
19030
- declare const InvalidCustomerGatewayIDNotFound_base: S.TaggedErrorClass<InvalidCustomerGatewayIDNotFound, "InvalidCustomerGatewayIDNotFound", {
19031
- readonly _tag: S.tag<"InvalidCustomerGatewayIDNotFound">;
19030
+ declare const InvalidCustomerGatewayIDNotFound_base: S.TaggedErrorClass<InvalidCustomerGatewayIDNotFound, "InvalidCustomerGatewayID.NotFound", {
19031
+ readonly _tag: S.tag<"InvalidCustomerGatewayID.NotFound">;
19032
19032
  }>;
19033
19033
  export declare class InvalidCustomerGatewayIDNotFound extends InvalidCustomerGatewayIDNotFound_base {
19034
19034
  }
19035
- declare const InvalidDhcpOptionIDNotFound_base: S.TaggedErrorClass<InvalidDhcpOptionIDNotFound, "InvalidDhcpOptionIDNotFound", {
19036
- readonly _tag: S.tag<"InvalidDhcpOptionIDNotFound">;
19035
+ declare const InvalidDhcpOptionIDNotFound_base: S.TaggedErrorClass<InvalidDhcpOptionIDNotFound, "InvalidDhcpOptionID.NotFound", {
19036
+ readonly _tag: S.tag<"InvalidDhcpOptionID.NotFound">;
19037
19037
  }>;
19038
19038
  export declare class InvalidDhcpOptionIDNotFound extends InvalidDhcpOptionIDNotFound_base {
19039
19039
  }
19040
- declare const InvalidNetworkAclIDNotFound_base: S.TaggedErrorClass<InvalidNetworkAclIDNotFound, "InvalidNetworkAclIDNotFound", {
19041
- readonly _tag: S.tag<"InvalidNetworkAclIDNotFound">;
19040
+ declare const InvalidNetworkAclIDNotFound_base: S.TaggedErrorClass<InvalidNetworkAclIDNotFound, "InvalidNetworkAclID.NotFound", {
19041
+ readonly _tag: S.tag<"InvalidNetworkAclID.NotFound">;
19042
19042
  }>;
19043
19043
  export declare class InvalidNetworkAclIDNotFound extends InvalidNetworkAclIDNotFound_base {
19044
19044
  }
19045
- declare const InvalidNetworkInterfaceIDNotFound_base: S.TaggedErrorClass<InvalidNetworkInterfaceIDNotFound, "InvalidNetworkInterfaceIDNotFound", {
19046
- readonly _tag: S.tag<"InvalidNetworkInterfaceIDNotFound">;
19045
+ declare const InvalidNetworkInterfaceIDNotFound_base: S.TaggedErrorClass<InvalidNetworkInterfaceIDNotFound, "InvalidNetworkInterfaceID.NotFound", {
19046
+ readonly _tag: S.tag<"InvalidNetworkInterfaceID.NotFound">;
19047
19047
  }>;
19048
19048
  export declare class InvalidNetworkInterfaceIDNotFound extends InvalidNetworkInterfaceIDNotFound_base {
19049
19049
  }
19050
- declare const InvalidRouteTableIDNotFound_base: S.TaggedErrorClass<InvalidRouteTableIDNotFound, "InvalidRouteTableIDNotFound", {
19051
- readonly _tag: S.tag<"InvalidRouteTableIDNotFound">;
19050
+ declare const InvalidRouteTableIDNotFound_base: S.TaggedErrorClass<InvalidRouteTableIDNotFound, "InvalidRouteTableID.NotFound", {
19051
+ readonly _tag: S.tag<"InvalidRouteTableID.NotFound">;
19052
19052
  }>;
19053
19053
  export declare class InvalidRouteTableIDNotFound extends InvalidRouteTableIDNotFound_base {
19054
19054
  }
@@ -19057,13 +19057,13 @@ declare const DependencyViolation_base: S.TaggedErrorClass<DependencyViolation,
19057
19057
  }>;
19058
19058
  export declare class DependencyViolation extends DependencyViolation_base {
19059
19059
  }
19060
- declare const InvalidSnapshotNotFound_base: S.TaggedErrorClass<InvalidSnapshotNotFound, "InvalidSnapshotNotFound", {
19061
- readonly _tag: S.tag<"InvalidSnapshotNotFound">;
19060
+ declare const InvalidSnapshotNotFound_base: S.TaggedErrorClass<InvalidSnapshotNotFound, "InvalidSnapshot.NotFound", {
19061
+ readonly _tag: S.tag<"InvalidSnapshot.NotFound">;
19062
19062
  }>;
19063
19063
  export declare class InvalidSnapshotNotFound extends InvalidSnapshotNotFound_base {
19064
19064
  }
19065
- declare const InvalidSubnetIDNotFound_base: S.TaggedErrorClass<InvalidSubnetIDNotFound, "InvalidSubnetIDNotFound", {
19066
- readonly _tag: S.tag<"InvalidSubnetIDNotFound">;
19065
+ declare const InvalidSubnetIDNotFound_base: S.TaggedErrorClass<InvalidSubnetIDNotFound, "InvalidSubnetID.NotFound", {
19066
+ readonly _tag: S.tag<"InvalidSubnetID.NotFound">;
19067
19067
  }>;
19068
19068
  export declare class InvalidSubnetIDNotFound extends InvalidSubnetIDNotFound_base {
19069
19069
  }
@@ -19072,53 +19072,53 @@ declare const InvalidID_base: S.TaggedErrorClass<InvalidID, "InvalidID", {
19072
19072
  }>;
19073
19073
  export declare class InvalidID extends InvalidID_base {
19074
19074
  }
19075
- declare const InvalidVolumeNotFound_base: S.TaggedErrorClass<InvalidVolumeNotFound, "InvalidVolumeNotFound", {
19076
- readonly _tag: S.tag<"InvalidVolumeNotFound">;
19075
+ declare const InvalidVolumeNotFound_base: S.TaggedErrorClass<InvalidVolumeNotFound, "InvalidVolume.NotFound", {
19076
+ readonly _tag: S.tag<"InvalidVolume.NotFound">;
19077
19077
  }>;
19078
19078
  export declare class InvalidVolumeNotFound extends InvalidVolumeNotFound_base {
19079
19079
  }
19080
- declare const InvalidVpnConnectionIDNotFound_base: S.TaggedErrorClass<InvalidVpnConnectionIDNotFound, "InvalidVpnConnectionIDNotFound", {
19081
- readonly _tag: S.tag<"InvalidVpnConnectionIDNotFound">;
19080
+ declare const InvalidVpnConnectionIDNotFound_base: S.TaggedErrorClass<InvalidVpnConnectionIDNotFound, "InvalidVpnConnectionID.NotFound", {
19081
+ readonly _tag: S.tag<"InvalidVpnConnectionID.NotFound">;
19082
19082
  }>;
19083
19083
  export declare class InvalidVpnConnectionIDNotFound extends InvalidVpnConnectionIDNotFound_base {
19084
19084
  }
19085
- declare const InvalidVpnGatewayIDNotFound_base: S.TaggedErrorClass<InvalidVpnGatewayIDNotFound, "InvalidVpnGatewayIDNotFound", {
19086
- readonly _tag: S.tag<"InvalidVpnGatewayIDNotFound">;
19085
+ declare const InvalidVpnGatewayIDNotFound_base: S.TaggedErrorClass<InvalidVpnGatewayIDNotFound, "InvalidVpnGatewayID.NotFound", {
19086
+ readonly _tag: S.tag<"InvalidVpnGatewayID.NotFound">;
19087
19087
  }>;
19088
19088
  export declare class InvalidVpnGatewayIDNotFound extends InvalidVpnGatewayIDNotFound_base {
19089
19089
  }
19090
- declare const InvalidAttachmentIDNotFound_base: S.TaggedErrorClass<InvalidAttachmentIDNotFound, "InvalidAttachmentIDNotFound", {
19091
- readonly _tag: S.tag<"InvalidAttachmentIDNotFound">;
19090
+ declare const InvalidAttachmentIDNotFound_base: S.TaggedErrorClass<InvalidAttachmentIDNotFound, "InvalidAttachmentID.NotFound", {
19091
+ readonly _tag: S.tag<"InvalidAttachmentID.NotFound">;
19092
19092
  }>;
19093
19093
  export declare class InvalidAttachmentIDNotFound extends InvalidAttachmentIDNotFound_base {
19094
19094
  }
19095
- declare const InvalidAssociationIDNotFound_base: S.TaggedErrorClass<InvalidAssociationIDNotFound, "InvalidAssociationIDNotFound", {
19096
- readonly _tag: S.tag<"InvalidAssociationIDNotFound">;
19095
+ declare const InvalidAssociationIDNotFound_base: S.TaggedErrorClass<InvalidAssociationIDNotFound, "InvalidAssociationID.NotFound", {
19096
+ readonly _tag: S.tag<"InvalidAssociationID.NotFound">;
19097
19097
  }>;
19098
19098
  export declare class InvalidAssociationIDNotFound extends InvalidAssociationIDNotFound_base {
19099
19099
  }
19100
- declare const InvalidInstanceIDNotFound_base: S.TaggedErrorClass<InvalidInstanceIDNotFound, "InvalidInstanceIDNotFound", {
19101
- readonly _tag: S.tag<"InvalidInstanceIDNotFound">;
19100
+ declare const InvalidInstanceIDNotFound_base: S.TaggedErrorClass<InvalidInstanceIDNotFound, "InvalidInstanceID.NotFound", {
19101
+ readonly _tag: S.tag<"InvalidInstanceID.NotFound">;
19102
19102
  }>;
19103
19103
  export declare class InvalidInstanceIDNotFound extends InvalidInstanceIDNotFound_base {
19104
19104
  }
19105
- declare const InvalidAllocationIDNotFound_base: S.TaggedErrorClass<InvalidAllocationIDNotFound, "InvalidAllocationIDNotFound", {
19106
- readonly _tag: S.tag<"InvalidAllocationIDNotFound">;
19105
+ declare const InvalidAllocationIDNotFound_base: S.TaggedErrorClass<InvalidAllocationIDNotFound, "InvalidAllocationID.NotFound", {
19106
+ readonly _tag: S.tag<"InvalidAllocationID.NotFound">;
19107
19107
  }>;
19108
19108
  export declare class InvalidAllocationIDNotFound extends InvalidAllocationIDNotFound_base {
19109
19109
  }
19110
- declare const InvalidAMIIDNotFound_base: S.TaggedErrorClass<InvalidAMIIDNotFound, "InvalidAMIIDNotFound", {
19111
- readonly _tag: S.tag<"InvalidAMIIDNotFound">;
19110
+ declare const InvalidAMIIDNotFound_base: S.TaggedErrorClass<InvalidAMIIDNotFound, "InvalidAMIID.NotFound", {
19111
+ readonly _tag: S.tag<"InvalidAMIID.NotFound">;
19112
19112
  }>;
19113
19113
  export declare class InvalidAMIIDNotFound extends InvalidAMIIDNotFound_base {
19114
19114
  }
19115
- declare const InvalidKeyPairDuplicate_base: S.TaggedErrorClass<InvalidKeyPairDuplicate, "InvalidKeyPairDuplicate", {
19116
- readonly _tag: S.tag<"InvalidKeyPairDuplicate">;
19115
+ declare const InvalidKeyPairDuplicate_base: S.TaggedErrorClass<InvalidKeyPairDuplicate, "InvalidKeyPair.Duplicate", {
19116
+ readonly _tag: S.tag<"InvalidKeyPair.Duplicate">;
19117
19117
  }>;
19118
19118
  export declare class InvalidKeyPairDuplicate extends InvalidKeyPairDuplicate_base {
19119
19119
  }
19120
- declare const InvalidGroupDuplicate_base: S.TaggedErrorClass<InvalidGroupDuplicate, "InvalidGroupDuplicate", {
19121
- readonly _tag: S.tag<"InvalidGroupDuplicate">;
19120
+ declare const InvalidGroupDuplicate_base: S.TaggedErrorClass<InvalidGroupDuplicate, "InvalidGroup.Duplicate", {
19121
+ readonly _tag: S.tag<"InvalidGroup.Duplicate">;
19122
19122
  }>;
19123
19123
  export declare class InvalidGroupDuplicate extends InvalidGroupDuplicate_base {
19124
19124
  }
@@ -19132,53 +19132,53 @@ declare const ParseError_base: S.TaggedErrorClass<ParseError, "ParseError", {
19132
19132
  }>;
19133
19133
  export declare class ParseError extends ParseError_base {
19134
19134
  }
19135
- declare const InvalidCarrierGatewayIDNotFound_base: S.TaggedErrorClass<InvalidCarrierGatewayIDNotFound, "InvalidCarrierGatewayIDNotFound", {
19136
- readonly _tag: S.tag<"InvalidCarrierGatewayIDNotFound">;
19135
+ declare const InvalidCarrierGatewayIDNotFound_base: S.TaggedErrorClass<InvalidCarrierGatewayIDNotFound, "InvalidCarrierGatewayID.NotFound", {
19136
+ readonly _tag: S.tag<"InvalidCarrierGatewayID.NotFound">;
19137
19137
  }>;
19138
19138
  export declare class InvalidCarrierGatewayIDNotFound extends InvalidCarrierGatewayIDNotFound_base {
19139
19139
  }
19140
- declare const InvalidGatewayIDNotFound_base: S.TaggedErrorClass<InvalidGatewayIDNotFound, "InvalidGatewayIDNotFound", {
19141
- readonly _tag: S.tag<"InvalidGatewayIDNotFound">;
19140
+ declare const InvalidGatewayIDNotFound_base: S.TaggedErrorClass<InvalidGatewayIDNotFound, "InvalidGatewayID.NotFound", {
19141
+ readonly _tag: S.tag<"InvalidGatewayID.NotFound">;
19142
19142
  }>;
19143
19143
  export declare class InvalidGatewayIDNotFound extends InvalidGatewayIDNotFound_base {
19144
19144
  }
19145
- declare const InvalidFlowLogIdNotFound_base: S.TaggedErrorClass<InvalidFlowLogIdNotFound, "InvalidFlowLogIdNotFound", {
19146
- readonly _tag: S.tag<"InvalidFlowLogIdNotFound">;
19145
+ declare const InvalidFlowLogIdNotFound_base: S.TaggedErrorClass<InvalidFlowLogIdNotFound, "InvalidFlowLogId.NotFound", {
19146
+ readonly _tag: S.tag<"InvalidFlowLogId.NotFound">;
19147
19147
  }>;
19148
19148
  export declare class InvalidFlowLogIdNotFound extends InvalidFlowLogIdNotFound_base {
19149
19149
  }
19150
- declare const InvalidGroupNotFound_base: S.TaggedErrorClass<InvalidGroupNotFound, "InvalidGroupNotFound", {
19151
- readonly _tag: S.tag<"InvalidGroupNotFound">;
19150
+ declare const InvalidGroupNotFound_base: S.TaggedErrorClass<InvalidGroupNotFound, "InvalidGroup.NotFound", {
19151
+ readonly _tag: S.tag<"InvalidGroup.NotFound">;
19152
19152
  }>;
19153
19153
  export declare class InvalidGroupNotFound extends InvalidGroupNotFound_base {
19154
19154
  }
19155
- declare const InvalidVpcPeeringConnectionIdNotFound_base: S.TaggedErrorClass<InvalidVpcPeeringConnectionIdNotFound, "InvalidVpcPeeringConnectionIdNotFound", {
19156
- readonly _tag: S.tag<"InvalidVpcPeeringConnectionIdNotFound">;
19155
+ declare const InvalidVpcPeeringConnectionIdNotFound_base: S.TaggedErrorClass<InvalidVpcPeeringConnectionIdNotFound, "InvalidVpcPeeringConnectionId.NotFound", {
19156
+ readonly _tag: S.tag<"InvalidVpcPeeringConnectionId.NotFound">;
19157
19157
  }>;
19158
19158
  export declare class InvalidVpcPeeringConnectionIdNotFound extends InvalidVpcPeeringConnectionIdNotFound_base {
19159
19159
  }
19160
- declare const InvalidSecurityGroupRuleIdNotFound_base: S.TaggedErrorClass<InvalidSecurityGroupRuleIdNotFound, "InvalidSecurityGroupRuleIdNotFound", {
19161
- readonly _tag: S.tag<"InvalidSecurityGroupRuleIdNotFound">;
19160
+ declare const InvalidSecurityGroupRuleIdNotFound_base: S.TaggedErrorClass<InvalidSecurityGroupRuleIdNotFound, "InvalidSecurityGroupRuleId.NotFound", {
19161
+ readonly _tag: S.tag<"InvalidSecurityGroupRuleId.NotFound">;
19162
19162
  }>;
19163
19163
  export declare class InvalidSecurityGroupRuleIdNotFound extends InvalidSecurityGroupRuleIdNotFound_base {
19164
19164
  }
19165
- declare const InvalidVpcEndpointServiceIdNotFound_base: S.TaggedErrorClass<InvalidVpcEndpointServiceIdNotFound, "InvalidVpcEndpointServiceIdNotFound", {
19166
- readonly _tag: S.tag<"InvalidVpcEndpointServiceIdNotFound">;
19165
+ declare const InvalidVpcEndpointServiceIdNotFound_base: S.TaggedErrorClass<InvalidVpcEndpointServiceIdNotFound, "InvalidVpcEndpointServiceId.NotFound", {
19166
+ readonly _tag: S.tag<"InvalidVpcEndpointServiceId.NotFound">;
19167
19167
  }>;
19168
19168
  export declare class InvalidVpcEndpointServiceIdNotFound extends InvalidVpcEndpointServiceIdNotFound_base {
19169
19169
  }
19170
- declare const InvalidSubnetCidrBlockAssociationIDNotFound_base: S.TaggedErrorClass<InvalidSubnetCidrBlockAssociationIDNotFound, "InvalidSubnetCidrBlockAssociationIDNotFound", {
19171
- readonly _tag: S.tag<"InvalidSubnetCidrBlockAssociationIDNotFound">;
19170
+ declare const InvalidSubnetCidrBlockAssociationIDNotFound_base: S.TaggedErrorClass<InvalidSubnetCidrBlockAssociationIDNotFound, "InvalidSubnetCidrBlockAssociationID.NotFound", {
19171
+ readonly _tag: S.tag<"InvalidSubnetCidrBlockAssociationID.NotFound">;
19172
19172
  }>;
19173
19173
  export declare class InvalidSubnetCidrBlockAssociationIDNotFound extends InvalidSubnetCidrBlockAssociationIDNotFound_base {
19174
19174
  }
19175
- declare const InvalidVpcCidrBlockAssociationIdErrorNotFound_base: S.TaggedErrorClass<InvalidVpcCidrBlockAssociationIdErrorNotFound, "InvalidVpcCidrBlockAssociationIdErrorNotFound", {
19176
- readonly _tag: S.tag<"InvalidVpcCidrBlockAssociationIdErrorNotFound">;
19175
+ declare const InvalidVpcCidrBlockAssociationIdErrorNotFound_base: S.TaggedErrorClass<InvalidVpcCidrBlockAssociationIdErrorNotFound, "InvalidVpcCidrBlockAssociationIdError.NotFound", {
19176
+ readonly _tag: S.tag<"InvalidVpcCidrBlockAssociationIdError.NotFound">;
19177
19177
  }>;
19178
19178
  export declare class InvalidVpcCidrBlockAssociationIdErrorNotFound extends InvalidVpcCidrBlockAssociationIdErrorNotFound_base {
19179
19179
  }
19180
- declare const InvalidVpcEndpointIdNotFound_base: S.TaggedErrorClass<InvalidVpcEndpointIdNotFound, "InvalidVpcEndpointIdNotFound", {
19181
- readonly _tag: S.tag<"InvalidVpcEndpointIdNotFound">;
19180
+ declare const InvalidVpcEndpointIdNotFound_base: S.TaggedErrorClass<InvalidVpcEndpointIdNotFound, "InvalidVpcEndpointId.NotFound", {
19181
+ readonly _tag: S.tag<"InvalidVpcEndpointId.NotFound">;
19182
19182
  }>;
19183
19183
  export declare class InvalidVpcEndpointIdNotFound extends InvalidVpcEndpointIdNotFound_base {
19184
19184
  }
@@ -19187,8 +19187,8 @@ declare const DefaultVpcAlreadyExists_base: S.TaggedErrorClass<DefaultVpcAlready
19187
19187
  }>;
19188
19188
  export declare class DefaultVpcAlreadyExists extends DefaultVpcAlreadyExists_base {
19189
19189
  }
19190
- declare const InvalidTransitGatewayIDNotFound_base: S.TaggedErrorClass<InvalidTransitGatewayIDNotFound, "InvalidTransitGatewayIDNotFound", {
19191
- readonly _tag: S.tag<"InvalidTransitGatewayIDNotFound">;
19190
+ declare const InvalidTransitGatewayIDNotFound_base: S.TaggedErrorClass<InvalidTransitGatewayIDNotFound, "InvalidTransitGatewayID.NotFound", {
19191
+ readonly _tag: S.tag<"InvalidTransitGatewayID.NotFound">;
19192
19192
  }>;
19193
19193
  export declare class InvalidTransitGatewayIDNotFound extends InvalidTransitGatewayIDNotFound_base {
19194
19194
  }
@@ -19197,13 +19197,13 @@ declare const InvalidParameterValue_base: S.TaggedErrorClass<InvalidParameterVal
19197
19197
  }>;
19198
19198
  export declare class InvalidParameterValue extends InvalidParameterValue_base {
19199
19199
  }
19200
- declare const InvalidLaunchTemplateNameNotFoundException_base: S.TaggedErrorClass<InvalidLaunchTemplateNameNotFoundException, "InvalidLaunchTemplateNameNotFoundException", {
19201
- readonly _tag: S.tag<"InvalidLaunchTemplateNameNotFoundException">;
19200
+ declare const InvalidLaunchTemplateNameNotFoundException_base: S.TaggedErrorClass<InvalidLaunchTemplateNameNotFoundException, "InvalidLaunchTemplateName.NotFoundException", {
19201
+ readonly _tag: S.tag<"InvalidLaunchTemplateName.NotFoundException">;
19202
19202
  }>;
19203
19203
  export declare class InvalidLaunchTemplateNameNotFoundException extends InvalidLaunchTemplateNameNotFoundException_base {
19204
19204
  }
19205
- declare const InvalidKeyPairNotFound_base: S.TaggedErrorClass<InvalidKeyPairNotFound, "InvalidKeyPairNotFound", {
19206
- readonly _tag: S.tag<"InvalidKeyPairNotFound">;
19205
+ declare const InvalidKeyPairNotFound_base: S.TaggedErrorClass<InvalidKeyPairNotFound, "InvalidKeyPair.NotFound", {
19206
+ readonly _tag: S.tag<"InvalidKeyPair.NotFound">;
19207
19207
  }>;
19208
19208
  export declare class InvalidKeyPairNotFound extends InvalidKeyPairNotFound_base {
19209
19209
  }
@@ -21607,81 +21607,81 @@ export const ModifySpotFleetRequestResponse = S.suspend(() => S.Struct({
21607
21607
  identifier: "ModifySpotFleetRequestResponse",
21608
21608
  });
21609
21609
  //# Errors
21610
- export class InvalidVpcIDNotFound extends S.TaggedError()("InvalidVpcIDNotFound", {}) {
21610
+ export class InvalidVpcIDNotFound extends S.TaggedError()("InvalidVpcID.NotFound", {}) {
21611
21611
  }
21612
- export class InvalidInternetGatewayIDNotFound extends S.TaggedError()("InvalidInternetGatewayIDNotFound", {}) {
21612
+ export class InvalidInternetGatewayIDNotFound extends S.TaggedError()("InvalidInternetGatewayID.NotFound", {}) {
21613
21613
  }
21614
- export class InvalidCustomerGatewayIDNotFound extends S.TaggedError()("InvalidCustomerGatewayIDNotFound", {}) {
21614
+ export class InvalidCustomerGatewayIDNotFound extends S.TaggedError()("InvalidCustomerGatewayID.NotFound", {}) {
21615
21615
  }
21616
- export class InvalidDhcpOptionIDNotFound extends S.TaggedError()("InvalidDhcpOptionIDNotFound", {}) {
21616
+ export class InvalidDhcpOptionIDNotFound extends S.TaggedError()("InvalidDhcpOptionID.NotFound", {}) {
21617
21617
  }
21618
- export class InvalidNetworkAclIDNotFound extends S.TaggedError()("InvalidNetworkAclIDNotFound", {}) {
21618
+ export class InvalidNetworkAclIDNotFound extends S.TaggedError()("InvalidNetworkAclID.NotFound", {}) {
21619
21619
  }
21620
- export class InvalidNetworkInterfaceIDNotFound extends S.TaggedError()("InvalidNetworkInterfaceIDNotFound", {}) {
21620
+ export class InvalidNetworkInterfaceIDNotFound extends S.TaggedError()("InvalidNetworkInterfaceID.NotFound", {}) {
21621
21621
  }
21622
- export class InvalidRouteTableIDNotFound extends S.TaggedError()("InvalidRouteTableIDNotFound", {}) {
21622
+ export class InvalidRouteTableIDNotFound extends S.TaggedError()("InvalidRouteTableID.NotFound", {}) {
21623
21623
  }
21624
21624
  export class DependencyViolation extends S.TaggedError()("DependencyViolation", {}) {
21625
21625
  }
21626
- export class InvalidSnapshotNotFound extends S.TaggedError()("InvalidSnapshotNotFound", {}) {
21626
+ export class InvalidSnapshotNotFound extends S.TaggedError()("InvalidSnapshot.NotFound", {}) {
21627
21627
  }
21628
- export class InvalidSubnetIDNotFound extends S.TaggedError()("InvalidSubnetIDNotFound", {}) {
21628
+ export class InvalidSubnetIDNotFound extends S.TaggedError()("InvalidSubnetID.NotFound", {}) {
21629
21629
  }
21630
21630
  export class InvalidID extends S.TaggedError()("InvalidID", {}) {
21631
21631
  }
21632
- export class InvalidVolumeNotFound extends S.TaggedError()("InvalidVolumeNotFound", {}) {
21632
+ export class InvalidVolumeNotFound extends S.TaggedError()("InvalidVolume.NotFound", {}) {
21633
21633
  }
21634
- export class InvalidVpnConnectionIDNotFound extends S.TaggedError()("InvalidVpnConnectionIDNotFound", {}) {
21634
+ export class InvalidVpnConnectionIDNotFound extends S.TaggedError()("InvalidVpnConnectionID.NotFound", {}) {
21635
21635
  }
21636
- export class InvalidVpnGatewayIDNotFound extends S.TaggedError()("InvalidVpnGatewayIDNotFound", {}) {
21636
+ export class InvalidVpnGatewayIDNotFound extends S.TaggedError()("InvalidVpnGatewayID.NotFound", {}) {
21637
21637
  }
21638
- export class InvalidAttachmentIDNotFound extends S.TaggedError()("InvalidAttachmentIDNotFound", {}) {
21638
+ export class InvalidAttachmentIDNotFound extends S.TaggedError()("InvalidAttachmentID.NotFound", {}) {
21639
21639
  }
21640
- export class InvalidAssociationIDNotFound extends S.TaggedError()("InvalidAssociationIDNotFound", {}) {
21640
+ export class InvalidAssociationIDNotFound extends S.TaggedError()("InvalidAssociationID.NotFound", {}) {
21641
21641
  }
21642
- export class InvalidInstanceIDNotFound extends S.TaggedError()("InvalidInstanceIDNotFound", {}) {
21642
+ export class InvalidInstanceIDNotFound extends S.TaggedError()("InvalidInstanceID.NotFound", {}) {
21643
21643
  }
21644
- export class InvalidAllocationIDNotFound extends S.TaggedError()("InvalidAllocationIDNotFound", {}) {
21644
+ export class InvalidAllocationIDNotFound extends S.TaggedError()("InvalidAllocationID.NotFound", {}) {
21645
21645
  }
21646
- export class InvalidAMIIDNotFound extends S.TaggedError()("InvalidAMIIDNotFound", {}) {
21646
+ export class InvalidAMIIDNotFound extends S.TaggedError()("InvalidAMIID.NotFound", {}) {
21647
21647
  }
21648
- export class InvalidKeyPairDuplicate extends S.TaggedError()("InvalidKeyPairDuplicate", {}) {
21648
+ export class InvalidKeyPairDuplicate extends S.TaggedError()("InvalidKeyPair.Duplicate", {}) {
21649
21649
  }
21650
- export class InvalidGroupDuplicate extends S.TaggedError()("InvalidGroupDuplicate", {}) {
21650
+ export class InvalidGroupDuplicate extends S.TaggedError()("InvalidGroup.Duplicate", {}) {
21651
21651
  }
21652
21652
  export class MissingParameter extends S.TaggedError()("MissingParameter", {}) {
21653
21653
  }
21654
21654
  export class ParseError extends S.TaggedError()("ParseError", {}) {
21655
21655
  }
21656
- export class InvalidCarrierGatewayIDNotFound extends S.TaggedError()("InvalidCarrierGatewayIDNotFound", {}) {
21656
+ export class InvalidCarrierGatewayIDNotFound extends S.TaggedError()("InvalidCarrierGatewayID.NotFound", {}) {
21657
21657
  }
21658
- export class InvalidGatewayIDNotFound extends S.TaggedError()("InvalidGatewayIDNotFound", {}) {
21658
+ export class InvalidGatewayIDNotFound extends S.TaggedError()("InvalidGatewayID.NotFound", {}) {
21659
21659
  }
21660
- export class InvalidFlowLogIdNotFound extends S.TaggedError()("InvalidFlowLogIdNotFound", {}) {
21660
+ export class InvalidFlowLogIdNotFound extends S.TaggedError()("InvalidFlowLogId.NotFound", {}) {
21661
21661
  }
21662
- export class InvalidGroupNotFound extends S.TaggedError()("InvalidGroupNotFound", {}) {
21662
+ export class InvalidGroupNotFound extends S.TaggedError()("InvalidGroup.NotFound", {}) {
21663
21663
  }
21664
- export class InvalidVpcPeeringConnectionIdNotFound extends S.TaggedError()("InvalidVpcPeeringConnectionIdNotFound", {}) {
21664
+ export class InvalidVpcPeeringConnectionIdNotFound extends S.TaggedError()("InvalidVpcPeeringConnectionId.NotFound", {}) {
21665
21665
  }
21666
- export class InvalidSecurityGroupRuleIdNotFound extends S.TaggedError()("InvalidSecurityGroupRuleIdNotFound", {}) {
21666
+ export class InvalidSecurityGroupRuleIdNotFound extends S.TaggedError()("InvalidSecurityGroupRuleId.NotFound", {}) {
21667
21667
  }
21668
- export class InvalidVpcEndpointServiceIdNotFound extends S.TaggedError()("InvalidVpcEndpointServiceIdNotFound", {}) {
21668
+ export class InvalidVpcEndpointServiceIdNotFound extends S.TaggedError()("InvalidVpcEndpointServiceId.NotFound", {}) {
21669
21669
  }
21670
- export class InvalidSubnetCidrBlockAssociationIDNotFound extends S.TaggedError()("InvalidSubnetCidrBlockAssociationIDNotFound", {}) {
21670
+ export class InvalidSubnetCidrBlockAssociationIDNotFound extends S.TaggedError()("InvalidSubnetCidrBlockAssociationID.NotFound", {}) {
21671
21671
  }
21672
- export class InvalidVpcCidrBlockAssociationIdErrorNotFound extends S.TaggedError()("InvalidVpcCidrBlockAssociationIdErrorNotFound", {}) {
21672
+ export class InvalidVpcCidrBlockAssociationIdErrorNotFound extends S.TaggedError()("InvalidVpcCidrBlockAssociationIdError.NotFound", {}) {
21673
21673
  }
21674
- export class InvalidVpcEndpointIdNotFound extends S.TaggedError()("InvalidVpcEndpointIdNotFound", {}) {
21674
+ export class InvalidVpcEndpointIdNotFound extends S.TaggedError()("InvalidVpcEndpointId.NotFound", {}) {
21675
21675
  }
21676
21676
  export class DefaultVpcAlreadyExists extends S.TaggedError()("DefaultVpcAlreadyExists", {}) {
21677
21677
  }
21678
- export class InvalidTransitGatewayIDNotFound extends S.TaggedError()("InvalidTransitGatewayIDNotFound", {}) {
21678
+ export class InvalidTransitGatewayIDNotFound extends S.TaggedError()("InvalidTransitGatewayID.NotFound", {}) {
21679
21679
  }
21680
21680
  export class InvalidParameterValue extends S.TaggedError()("InvalidParameterValue", {}) {
21681
21681
  }
21682
- export class InvalidLaunchTemplateNameNotFoundException extends S.TaggedError()("InvalidLaunchTemplateNameNotFoundException", {}) {
21682
+ export class InvalidLaunchTemplateNameNotFoundException extends S.TaggedError()("InvalidLaunchTemplateName.NotFoundException", {}) {
21683
21683
  }
21684
- export class InvalidKeyPairNotFound extends S.TaggedError()("InvalidKeyPairNotFound", {}) {
21684
+ export class InvalidKeyPairNotFound extends S.TaggedError()("InvalidKeyPair.NotFound", {}) {
21685
21685
  }
21686
21686
  export class DefaultSubnetAlreadyExistsInAvailabilityZone extends S.TaggedError()("DefaultSubnetAlreadyExistsInAvailabilityZone", {}) {
21687
21687
  }