localstack-core 4.6.1.dev4__py3-none-any.whl → 4.6.1.dev6__py3-none-any.whl
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.
- localstack/aws/api/cloudformation/__init__.py +3 -0
- localstack/aws/api/config/__init__.py +35 -0
- localstack/aws/api/dynamodb/__init__.py +35 -0
- localstack/aws/api/ec2/__init__.py +4 -7
- localstack/aws/api/iam/__init__.py +28 -4
- localstack/aws/api/route53/__init__.py +2 -0
- localstack/aws/api/s3/__init__.py +4 -0
- localstack/aws/api/ssm/__init__.py +7 -0
- localstack/services/iam/provider.py +15 -3
- localstack/version.py +2 -2
- {localstack_core-4.6.1.dev4.dist-info → localstack_core-4.6.1.dev6.dist-info}/METADATA +3 -3
- {localstack_core-4.6.1.dev4.dist-info → localstack_core-4.6.1.dev6.dist-info}/RECORD +20 -20
- localstack_core-4.6.1.dev6.dist-info/plux.json +1 -0
- localstack_core-4.6.1.dev4.dist-info/plux.json +0 -1
- {localstack_core-4.6.1.dev4.data → localstack_core-4.6.1.dev6.data}/scripts/localstack +0 -0
- {localstack_core-4.6.1.dev4.data → localstack_core-4.6.1.dev6.data}/scripts/localstack-supervisor +0 -0
- {localstack_core-4.6.1.dev4.data → localstack_core-4.6.1.dev6.data}/scripts/localstack.bat +0 -0
- {localstack_core-4.6.1.dev4.dist-info → localstack_core-4.6.1.dev6.dist-info}/WHEEL +0 -0
- {localstack_core-4.6.1.dev4.dist-info → localstack_core-4.6.1.dev6.dist-info}/entry_points.txt +0 -0
- {localstack_core-4.6.1.dev4.dist-info → localstack_core-4.6.1.dev6.dist-info}/licenses/LICENSE.txt +0 -0
- {localstack_core-4.6.1.dev4.dist-info → localstack_core-4.6.1.dev6.dist-info}/top_level.txt +0 -0
@@ -150,6 +150,7 @@ StackPolicyURL = str
|
|
150
150
|
StackRefactorId = str
|
151
151
|
StackRefactorResourceIdentifier = str
|
152
152
|
StackRefactorStatusReason = str
|
153
|
+
StackResourceDriftStatusReason = str
|
153
154
|
StackSetARN = str
|
154
155
|
StackSetId = str
|
155
156
|
StackSetName = str
|
@@ -609,6 +610,7 @@ class StackResourceDriftStatus(StrEnum):
|
|
609
610
|
MODIFIED = "MODIFIED"
|
610
611
|
DELETED = "DELETED"
|
611
612
|
NOT_CHECKED = "NOT_CHECKED"
|
613
|
+
UNKNOWN = "UNKNOWN"
|
612
614
|
|
613
615
|
|
614
616
|
class StackSetDriftDetectionStatus(StrEnum):
|
@@ -1700,6 +1702,7 @@ class StackResourceDrift(TypedDict, total=False):
|
|
1700
1702
|
StackResourceDriftStatus: StackResourceDriftStatus
|
1701
1703
|
Timestamp: Timestamp
|
1702
1704
|
ModuleInfo: Optional[ModuleInfo]
|
1705
|
+
DriftStatusReason: Optional[StackResourceDriftStatusReason]
|
1703
1706
|
|
1704
1707
|
|
1705
1708
|
StackResourceDrifts = List[StackResourceDrift]
|
@@ -741,6 +741,41 @@ class ResourceType(StrEnum):
|
|
741
741
|
AWS_Redshift_EndpointAccess = "AWS::Redshift::EndpointAccess"
|
742
742
|
AWS_Route53Resolver_FirewallRuleGroup = "AWS::Route53Resolver::FirewallRuleGroup"
|
743
743
|
AWS_SSM_Document = "AWS::SSM::Document"
|
744
|
+
AWS_AppConfig_ExtensionAssociation = "AWS::AppConfig::ExtensionAssociation"
|
745
|
+
AWS_AppIntegrations_Application = "AWS::AppIntegrations::Application"
|
746
|
+
AWS_AppSync_ApiCache = "AWS::AppSync::ApiCache"
|
747
|
+
AWS_Bedrock_Guardrail = "AWS::Bedrock::Guardrail"
|
748
|
+
AWS_Bedrock_KnowledgeBase = "AWS::Bedrock::KnowledgeBase"
|
749
|
+
AWS_Cognito_IdentityPool = "AWS::Cognito::IdentityPool"
|
750
|
+
AWS_Connect_Rule = "AWS::Connect::Rule"
|
751
|
+
AWS_Connect_User = "AWS::Connect::User"
|
752
|
+
AWS_EC2_ClientVpnTargetNetworkAssociation = "AWS::EC2::ClientVpnTargetNetworkAssociation"
|
753
|
+
AWS_EC2_EIPAssociation = "AWS::EC2::EIPAssociation"
|
754
|
+
AWS_EC2_IPAMResourceDiscovery = "AWS::EC2::IPAMResourceDiscovery"
|
755
|
+
AWS_EC2_IPAMResourceDiscoveryAssociation = "AWS::EC2::IPAMResourceDiscoveryAssociation"
|
756
|
+
AWS_EC2_InstanceConnectEndpoint = "AWS::EC2::InstanceConnectEndpoint"
|
757
|
+
AWS_EC2_SnapshotBlockPublicAccess = "AWS::EC2::SnapshotBlockPublicAccess"
|
758
|
+
AWS_EC2_VPCBlockPublicAccessExclusion = "AWS::EC2::VPCBlockPublicAccessExclusion"
|
759
|
+
AWS_EC2_VPCBlockPublicAccessOptions = "AWS::EC2::VPCBlockPublicAccessOptions"
|
760
|
+
AWS_EC2_VPCEndpointConnectionNotification = "AWS::EC2::VPCEndpointConnectionNotification"
|
761
|
+
AWS_EC2_VPNConnectionRoute = "AWS::EC2::VPNConnectionRoute"
|
762
|
+
AWS_Evidently_Segment = "AWS::Evidently::Segment"
|
763
|
+
AWS_IAM_OIDCProvider = "AWS::IAM::OIDCProvider"
|
764
|
+
AWS_InspectorV2_Activation = "AWS::InspectorV2::Activation"
|
765
|
+
AWS_MSK_ClusterPolicy = "AWS::MSK::ClusterPolicy"
|
766
|
+
AWS_MSK_VpcConnection = "AWS::MSK::VpcConnection"
|
767
|
+
AWS_MediaConnect_Gateway = "AWS::MediaConnect::Gateway"
|
768
|
+
AWS_MemoryDB_SubnetGroup = "AWS::MemoryDB::SubnetGroup"
|
769
|
+
AWS_OpenSearchServerless_Collection = "AWS::OpenSearchServerless::Collection"
|
770
|
+
AWS_OpenSearchServerless_VpcEndpoint = "AWS::OpenSearchServerless::VpcEndpoint"
|
771
|
+
AWS_Redshift_EndpointAuthorization = "AWS::Redshift::EndpointAuthorization"
|
772
|
+
AWS_Route53Profiles_Profile = "AWS::Route53Profiles::Profile"
|
773
|
+
AWS_S3_StorageLensGroup = "AWS::S3::StorageLensGroup"
|
774
|
+
AWS_S3Express_BucketPolicy = "AWS::S3Express::BucketPolicy"
|
775
|
+
AWS_S3Express_DirectoryBucket = "AWS::S3Express::DirectoryBucket"
|
776
|
+
AWS_SageMaker_InferenceExperiment = "AWS::SageMaker::InferenceExperiment"
|
777
|
+
AWS_SecurityHub_Standard = "AWS::SecurityHub::Standard"
|
778
|
+
AWS_Transfer_Profile = "AWS::Transfer::Profile"
|
744
779
|
|
745
780
|
|
746
781
|
class ResourceValueType(StrEnum):
|
@@ -270,6 +270,9 @@ class ReplicaStatus(StrEnum):
|
|
270
270
|
ACTIVE = "ACTIVE"
|
271
271
|
REGION_DISABLED = "REGION_DISABLED"
|
272
272
|
INACCESSIBLE_ENCRYPTION_CREDENTIALS = "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
|
273
|
+
ARCHIVING = "ARCHIVING"
|
274
|
+
ARCHIVED = "ARCHIVED"
|
275
|
+
REPLICATION_NOT_AUTHORIZED = "REPLICATION_NOT_AUTHORIZED"
|
273
276
|
|
274
277
|
|
275
278
|
class ReturnConsumedCapacity(StrEnum):
|
@@ -347,6 +350,7 @@ class TableStatus(StrEnum):
|
|
347
350
|
INACCESSIBLE_ENCRYPTION_CREDENTIALS = "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
|
348
351
|
ARCHIVING = "ARCHIVING"
|
349
352
|
ARCHIVED = "ARCHIVED"
|
353
|
+
REPLICATION_NOT_AUTHORIZED = "REPLICATION_NOT_AUTHORIZED"
|
350
354
|
|
351
355
|
|
352
356
|
class TimeToLiveStatus(StrEnum):
|
@@ -356,6 +360,12 @@ class TimeToLiveStatus(StrEnum):
|
|
356
360
|
DISABLED = "DISABLED"
|
357
361
|
|
358
362
|
|
363
|
+
class WitnessStatus(StrEnum):
|
364
|
+
CREATING = "CREATING"
|
365
|
+
DELETING = "DELETING"
|
366
|
+
ACTIVE = "ACTIVE"
|
367
|
+
|
368
|
+
|
359
369
|
class BackupInUseException(ServiceException):
|
360
370
|
code: str = "BackupInUseException"
|
361
371
|
sender_fault: bool = False
|
@@ -1075,6 +1085,10 @@ class CreateGlobalTableOutput(TypedDict, total=False):
|
|
1075
1085
|
GlobalTableDescription: Optional[GlobalTableDescription]
|
1076
1086
|
|
1077
1087
|
|
1088
|
+
class CreateGlobalTableWitnessGroupMemberAction(TypedDict, total=False):
|
1089
|
+
RegionName: RegionName
|
1090
|
+
|
1091
|
+
|
1078
1092
|
class CreateReplicaAction(TypedDict, total=False):
|
1079
1093
|
RegionName: RegionName
|
1080
1094
|
|
@@ -1157,6 +1171,12 @@ class RestoreSummary(TypedDict, total=False):
|
|
1157
1171
|
RestoreInProgress: RestoreInProgress
|
1158
1172
|
|
1159
1173
|
|
1174
|
+
class GlobalTableWitnessDescription(TypedDict, total=False):
|
1175
|
+
RegionName: Optional[RegionName]
|
1176
|
+
WitnessStatus: Optional[WitnessStatus]
|
1177
|
+
|
1178
|
+
|
1179
|
+
GlobalTableWitnessDescriptionList = List[GlobalTableWitnessDescription]
|
1160
1180
|
NonNegativeLongObject = int
|
1161
1181
|
|
1162
1182
|
|
@@ -1216,6 +1236,7 @@ class TableDescription(TypedDict, total=False):
|
|
1216
1236
|
LatestStreamArn: Optional[StreamArn]
|
1217
1237
|
GlobalTableVersion: Optional[String]
|
1218
1238
|
Replicas: Optional[ReplicaDescriptionList]
|
1239
|
+
GlobalTableWitnesses: Optional[GlobalTableWitnessDescriptionList]
|
1219
1240
|
RestoreSummary: Optional[RestoreSummary]
|
1220
1241
|
SSEDescription: Optional[SSEDescription]
|
1221
1242
|
ArchivalSummary: Optional[ArchivalSummary]
|
@@ -1259,6 +1280,10 @@ class DeleteGlobalSecondaryIndexAction(TypedDict, total=False):
|
|
1259
1280
|
IndexName: IndexName
|
1260
1281
|
|
1261
1282
|
|
1283
|
+
class DeleteGlobalTableWitnessGroupMemberAction(TypedDict, total=False):
|
1284
|
+
RegionName: RegionName
|
1285
|
+
|
1286
|
+
|
1262
1287
|
class ExpectedAttributeValue(TypedDict, total=False):
|
1263
1288
|
Value: Optional[AttributeValue]
|
1264
1289
|
Exists: Optional[BooleanObject]
|
@@ -1759,6 +1784,14 @@ GlobalTableGlobalSecondaryIndexSettingsUpdateList = List[
|
|
1759
1784
|
GlobalTableList = List[GlobalTable]
|
1760
1785
|
|
1761
1786
|
|
1787
|
+
class GlobalTableWitnessGroupUpdate(TypedDict, total=False):
|
1788
|
+
Create: Optional[CreateGlobalTableWitnessGroupMemberAction]
|
1789
|
+
Delete: Optional[DeleteGlobalTableWitnessGroupMemberAction]
|
1790
|
+
|
1791
|
+
|
1792
|
+
GlobalTableWitnessGroupUpdateList = List[GlobalTableWitnessGroupUpdate]
|
1793
|
+
|
1794
|
+
|
1762
1795
|
class ImportSummary(TypedDict, total=False):
|
1763
1796
|
ImportArn: Optional[ImportArn]
|
1764
1797
|
ImportStatus: Optional[ImportStatus]
|
@@ -2253,6 +2286,7 @@ class UpdateTableInput(ServiceRequest):
|
|
2253
2286
|
TableClass: Optional[TableClass]
|
2254
2287
|
DeletionProtectionEnabled: Optional[DeletionProtectionEnabled]
|
2255
2288
|
MultiRegionConsistency: Optional[MultiRegionConsistency]
|
2289
|
+
GlobalTableWitnessUpdates: Optional[GlobalTableWitnessGroupUpdateList]
|
2256
2290
|
OnDemandThroughput: Optional[OnDemandThroughput]
|
2257
2291
|
WarmThroughput: Optional[WarmThroughput]
|
2258
2292
|
|
@@ -2901,6 +2935,7 @@ class DynamodbApi:
|
|
2901
2935
|
table_class: TableClass | None = None,
|
2902
2936
|
deletion_protection_enabled: DeletionProtectionEnabled | None = None,
|
2903
2937
|
multi_region_consistency: MultiRegionConsistency | None = None,
|
2938
|
+
global_table_witness_updates: GlobalTableWitnessGroupUpdateList | None = None,
|
2904
2939
|
on_demand_throughput: OnDemandThroughput | None = None,
|
2905
2940
|
warm_throughput: WarmThroughput | None = None,
|
2906
2941
|
**kwargs,
|
@@ -14605,6 +14605,7 @@ class SecurityGroupVpcAssociation(TypedDict, total=False):
|
|
14605
14605
|
VpcOwnerId: Optional[String]
|
14606
14606
|
State: Optional[SecurityGroupVpcAssociationState]
|
14607
14607
|
StateReason: Optional[String]
|
14608
|
+
GroupOwnerId: Optional[String]
|
14608
14609
|
|
14609
14610
|
|
14610
14611
|
SecurityGroupVpcAssociationList = List[SecurityGroupVpcAssociation]
|
@@ -17244,6 +17245,7 @@ class GetInstanceTypesFromInstanceRequirementsRequest(ServiceRequest):
|
|
17244
17245
|
InstanceRequirements: InstanceRequirementsRequest
|
17245
17246
|
MaxResults: Optional[Integer]
|
17246
17247
|
NextToken: Optional[String]
|
17248
|
+
Context: Optional[String]
|
17247
17249
|
|
17248
17250
|
|
17249
17251
|
class InstanceTypeInfoFromInstanceRequirements(TypedDict, total=False):
|
@@ -26579,16 +26581,11 @@ class Ec2Api:
|
|
26579
26581
|
) -> GetInstanceTpmEkPubResult:
|
26580
26582
|
raise NotImplementedError
|
26581
26583
|
|
26582
|
-
@handler("GetInstanceTypesFromInstanceRequirements")
|
26584
|
+
@handler("GetInstanceTypesFromInstanceRequirements", expand=False)
|
26583
26585
|
def get_instance_types_from_instance_requirements(
|
26584
26586
|
self,
|
26585
26587
|
context: RequestContext,
|
26586
|
-
|
26587
|
-
virtualization_types: VirtualizationTypeSet,
|
26588
|
-
instance_requirements: InstanceRequirementsRequest,
|
26589
|
-
dry_run: Boolean | None = None,
|
26590
|
-
max_results: Integer | None = None,
|
26591
|
-
next_token: String | None = None,
|
26588
|
+
request: GetInstanceTypesFromInstanceRequirementsRequest,
|
26592
26589
|
**kwargs,
|
26593
26590
|
) -> GetInstanceTypesFromInstanceRequirementsResult:
|
26594
26591
|
raise NotImplementedError
|
@@ -27,6 +27,7 @@ SAMLProviderNameType = str
|
|
27
27
|
accessKeyIdType = str
|
28
28
|
accessKeySecretType = str
|
29
29
|
accountAliasType = str
|
30
|
+
allUsers = bool
|
30
31
|
arnType = str
|
31
32
|
attachmentCountType = int
|
32
33
|
authenticationCodeType = str
|
@@ -36,6 +37,7 @@ certificateBodyType = str
|
|
36
37
|
certificateChainType = str
|
37
38
|
certificateIdType = str
|
38
39
|
clientIDType = str
|
40
|
+
credentialAgeDays = int
|
39
41
|
credentialReportExpiredExceptionMessage = str
|
40
42
|
credentialReportNotPresentExceptionMessage = str
|
41
43
|
credentialReportNotReadyExceptionMessage = str
|
@@ -93,6 +95,8 @@ roleMaxSessionDurationType = int
|
|
93
95
|
roleNameType = str
|
94
96
|
serialNumberType = str
|
95
97
|
serverCertificateNameType = str
|
98
|
+
serviceCredentialAlias = str
|
99
|
+
serviceCredentialSecret = str
|
96
100
|
serviceFailureExceptionMessage = str
|
97
101
|
serviceName = str
|
98
102
|
serviceNameType = str
|
@@ -241,6 +245,7 @@ class sortKeyType(StrEnum):
|
|
241
245
|
class statusType(StrEnum):
|
242
246
|
Active = "Active"
|
243
247
|
Inactive = "Inactive"
|
248
|
+
Expired = "Expired"
|
244
249
|
|
245
250
|
|
246
251
|
class summaryKeyType(StrEnum):
|
@@ -770,13 +775,17 @@ class CreateServiceLinkedRoleResponse(TypedDict, total=False):
|
|
770
775
|
class CreateServiceSpecificCredentialRequest(ServiceRequest):
|
771
776
|
UserName: userNameType
|
772
777
|
ServiceName: serviceName
|
778
|
+
CredentialAgeDays: Optional[credentialAgeDays]
|
773
779
|
|
774
780
|
|
775
781
|
class ServiceSpecificCredential(TypedDict, total=False):
|
776
782
|
CreateDate: dateType
|
783
|
+
ExpirationDate: Optional[dateType]
|
777
784
|
ServiceName: serviceName
|
778
|
-
ServiceUserName: serviceUserName
|
779
|
-
ServicePassword: servicePassword
|
785
|
+
ServiceUserName: Optional[serviceUserName]
|
786
|
+
ServicePassword: Optional[servicePassword]
|
787
|
+
ServiceCredentialAlias: Optional[serviceCredentialAlias]
|
788
|
+
ServiceCredentialSecret: Optional[serviceCredentialSecret]
|
780
789
|
ServiceSpecificCredentialId: serviceSpecificCredentialId
|
781
790
|
UserName: userNameType
|
782
791
|
Status: statusType
|
@@ -1979,13 +1988,18 @@ class ListServerCertificatesResponse(TypedDict, total=False):
|
|
1979
1988
|
class ListServiceSpecificCredentialsRequest(ServiceRequest):
|
1980
1989
|
UserName: Optional[userNameType]
|
1981
1990
|
ServiceName: Optional[serviceName]
|
1991
|
+
AllUsers: Optional[allUsers]
|
1992
|
+
Marker: Optional[markerType]
|
1993
|
+
MaxItems: Optional[maxItemsType]
|
1982
1994
|
|
1983
1995
|
|
1984
1996
|
class ServiceSpecificCredentialMetadata(TypedDict, total=False):
|
1985
1997
|
UserName: userNameType
|
1986
1998
|
Status: statusType
|
1987
|
-
ServiceUserName: serviceUserName
|
1999
|
+
ServiceUserName: Optional[serviceUserName]
|
2000
|
+
ServiceCredentialAlias: Optional[serviceCredentialAlias]
|
1988
2001
|
CreateDate: dateType
|
2002
|
+
ExpirationDate: Optional[dateType]
|
1989
2003
|
ServiceSpecificCredentialId: serviceSpecificCredentialId
|
1990
2004
|
ServiceName: serviceName
|
1991
2005
|
|
@@ -1995,6 +2009,8 @@ ServiceSpecificCredentialsListType = List[ServiceSpecificCredentialMetadata]
|
|
1995
2009
|
|
1996
2010
|
class ListServiceSpecificCredentialsResponse(TypedDict, total=False):
|
1997
2011
|
ServiceSpecificCredentials: Optional[ServiceSpecificCredentialsListType]
|
2012
|
+
Marker: Optional[responseMarkerType]
|
2013
|
+
IsTruncated: Optional[booleanType]
|
1998
2014
|
|
1999
2015
|
|
2000
2016
|
class ListSigningCertificatesRequest(ServiceRequest):
|
@@ -2576,7 +2592,12 @@ class IamApi:
|
|
2576
2592
|
|
2577
2593
|
@handler("CreateServiceSpecificCredential")
|
2578
2594
|
def create_service_specific_credential(
|
2579
|
-
self,
|
2595
|
+
self,
|
2596
|
+
context: RequestContext,
|
2597
|
+
user_name: userNameType,
|
2598
|
+
service_name: serviceName,
|
2599
|
+
credential_age_days: credentialAgeDays | None = None,
|
2600
|
+
**kwargs,
|
2580
2601
|
) -> CreateServiceSpecificCredentialResponse:
|
2581
2602
|
raise NotImplementedError
|
2582
2603
|
|
@@ -3381,6 +3402,9 @@ class IamApi:
|
|
3381
3402
|
context: RequestContext,
|
3382
3403
|
user_name: userNameType | None = None,
|
3383
3404
|
service_name: serviceName | None = None,
|
3405
|
+
all_users: allUsers | None = None,
|
3406
|
+
marker: markerType | None = None,
|
3407
|
+
max_items: maxItemsType | None = None,
|
3384
3408
|
**kwargs,
|
3385
3409
|
) -> ListServiceSpecificCredentialsResponse:
|
3386
3410
|
raise NotImplementedError
|
@@ -165,6 +165,7 @@ class CloudWatchRegion(StrEnum):
|
|
165
165
|
us_isof_east_1 = "us-isof-east-1"
|
166
166
|
ap_southeast_7 = "ap-southeast-7"
|
167
167
|
ap_east_2 = "ap-east-2"
|
168
|
+
eu_isoe_west_1 = "eu-isoe-west-1"
|
168
169
|
|
169
170
|
|
170
171
|
class ComparisonOperator(StrEnum):
|
@@ -343,6 +344,7 @@ class VPCRegion(StrEnum):
|
|
343
344
|
us_isof_east_1 = "us-isof-east-1"
|
344
345
|
ap_southeast_7 = "ap-southeast-7"
|
345
346
|
ap_east_2 = "ap-east-2"
|
347
|
+
eu_isoe_west_1 = "eu-isoe-west-1"
|
346
348
|
|
347
349
|
|
348
350
|
class CidrBlockInUseException(ServiceException):
|
@@ -150,6 +150,7 @@ ResponseContentType = str
|
|
150
150
|
Restore = str
|
151
151
|
RestoreOutputPath = str
|
152
152
|
Role = str
|
153
|
+
S3RegionalOrS3ExpressBucketArnString = str
|
153
154
|
S3TablesArn = str
|
154
155
|
S3TablesBucketArn = str
|
155
156
|
S3TablesName = str
|
@@ -1154,6 +1155,7 @@ class Bucket(TypedDict, total=False):
|
|
1154
1155
|
Name: Optional[BucketName]
|
1155
1156
|
CreationDate: Optional[CreationDate]
|
1156
1157
|
BucketRegion: Optional[BucketRegion]
|
1158
|
+
BucketArn: Optional[S3RegionalOrS3ExpressBucketArnString]
|
1157
1159
|
|
1158
1160
|
|
1159
1161
|
class BucketInfo(TypedDict, total=False):
|
@@ -1497,6 +1499,7 @@ class CreateBucketConfiguration(TypedDict, total=False):
|
|
1497
1499
|
LocationConstraint: Optional[BucketLocationConstraint]
|
1498
1500
|
Location: Optional[LocationInfo]
|
1499
1501
|
Bucket: Optional[BucketInfo]
|
1502
|
+
Tags: Optional[TagSet]
|
1500
1503
|
|
1501
1504
|
|
1502
1505
|
class S3TablesDestination(TypedDict, total=False):
|
@@ -1518,6 +1521,7 @@ class CreateBucketMetadataTableConfigurationRequest(ServiceRequest):
|
|
1518
1521
|
|
1519
1522
|
class CreateBucketOutput(TypedDict, total=False):
|
1520
1523
|
Location: Optional[Location]
|
1524
|
+
BucketArn: Optional[S3RegionalOrS3ExpressBucketArnString]
|
1521
1525
|
|
1522
1526
|
|
1523
1527
|
class CreateBucketRequest(ServiceRequest):
|
@@ -394,6 +394,11 @@ class AccessRequestStatus(StrEnum):
|
|
394
394
|
Pending = "Pending"
|
395
395
|
|
396
396
|
|
397
|
+
class AccessType(StrEnum):
|
398
|
+
Standard = "Standard"
|
399
|
+
JustInTime = "JustInTime"
|
400
|
+
|
401
|
+
|
397
402
|
class AssociationComplianceSeverity(StrEnum):
|
398
403
|
CRITICAL = "CRITICAL"
|
399
404
|
HIGH = "HIGH"
|
@@ -1104,6 +1109,7 @@ class SessionFilterKey(StrEnum):
|
|
1104
1109
|
Owner = "Owner"
|
1105
1110
|
Status = "Status"
|
1106
1111
|
SessionId = "SessionId"
|
1112
|
+
AccessType = "AccessType"
|
1107
1113
|
|
1108
1114
|
|
1109
1115
|
class SessionState(StrEnum):
|
@@ -4228,6 +4234,7 @@ class Session(TypedDict, total=False):
|
|
4228
4234
|
Details: Optional[SessionDetails]
|
4229
4235
|
OutputUrl: Optional[SessionManagerOutputUrl]
|
4230
4236
|
MaxSessionDuration: Optional[MaxSessionDuration]
|
4237
|
+
AccessType: Optional[AccessType]
|
4231
4238
|
|
4232
4239
|
|
4233
4240
|
SessionList = List[Session]
|
@@ -54,7 +54,9 @@ from localstack.aws.api.iam import (
|
|
54
54
|
SimulatePolicyResponse,
|
55
55
|
SimulationPolicyListType,
|
56
56
|
User,
|
57
|
+
allUsers,
|
57
58
|
arnType,
|
59
|
+
credentialAgeDays,
|
58
60
|
customSuffixType,
|
59
61
|
existingUserNameType,
|
60
62
|
groupNameType,
|
@@ -693,8 +695,14 @@ class IamProvider(IamApi):
|
|
693
695
|
return {k: v for k, v in data.items() if k in key_set}
|
694
696
|
|
695
697
|
def create_service_specific_credential(
|
696
|
-
self,
|
698
|
+
self,
|
699
|
+
context: RequestContext,
|
700
|
+
user_name: userNameType,
|
701
|
+
service_name: serviceName,
|
702
|
+
credential_age_days: credentialAgeDays | None = None,
|
703
|
+
**kwargs,
|
697
704
|
) -> CreateServiceSpecificCredentialResponse:
|
705
|
+
# TODO add support for credential_age_days
|
698
706
|
moto_user = self._get_user_or_raise_error(user_name, context)
|
699
707
|
self._validate_service_name(service_name)
|
700
708
|
credential = self._new_service_specific_credential(user_name, service_name, context)
|
@@ -704,10 +712,14 @@ class IamProvider(IamApi):
|
|
704
712
|
def list_service_specific_credentials(
|
705
713
|
self,
|
706
714
|
context: RequestContext,
|
707
|
-
user_name: userNameType = None,
|
708
|
-
service_name: serviceName = None,
|
715
|
+
user_name: userNameType | None = None,
|
716
|
+
service_name: serviceName | None = None,
|
717
|
+
all_users: allUsers | None = None,
|
718
|
+
marker: markerType | None = None,
|
719
|
+
max_items: maxItemsType | None = None,
|
709
720
|
**kwargs,
|
710
721
|
) -> ListServiceSpecificCredentialsResponse:
|
722
|
+
# TODO add support for all_users, marker, max_items
|
711
723
|
moto_user = self._get_user_or_raise_error(user_name, context)
|
712
724
|
self._validate_service_name(service_name)
|
713
725
|
result = [
|
localstack/version.py
CHANGED
@@ -17,5 +17,5 @@ __version__: str
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
18
18
|
version_tuple: VERSION_TUPLE
|
19
19
|
|
20
|
-
__version__ = version = '4.6.1.
|
21
|
-
__version_tuple__ = version_tuple = (4, 6, 1, '
|
20
|
+
__version__ = version = '4.6.1.dev6'
|
21
|
+
__version_tuple__ = version_tuple = (4, 6, 1, 'dev6')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: localstack-core
|
3
|
-
Version: 4.6.1.
|
3
|
+
Version: 4.6.1.dev6
|
4
4
|
Summary: The core library and runtime of LocalStack
|
5
5
|
Author-email: LocalStack Contributors <info@localstack.cloud>
|
6
6
|
License-Expression: Apache-2.0
|
@@ -31,8 +31,8 @@ Requires-Dist: requests>=2.20.0
|
|
31
31
|
Requires-Dist: semver>=2.10
|
32
32
|
Requires-Dist: tailer>=0.4.1
|
33
33
|
Provides-Extra: base-runtime
|
34
|
-
Requires-Dist: boto3==1.
|
35
|
-
Requires-Dist: botocore==1.
|
34
|
+
Requires-Dist: boto3==1.39.3; extra == "base-runtime"
|
35
|
+
Requires-Dist: botocore==1.39.3; extra == "base-runtime"
|
36
36
|
Requires-Dist: awscrt!=0.27.1,>=0.13.14; extra == "base-runtime"
|
37
37
|
Requires-Dist: cbor2>=5.5.0; extra == "base-runtime"
|
38
38
|
Requires-Dist: dnspython>=1.16.0; extra == "base-runtime"
|
@@ -4,7 +4,7 @@ localstack/deprecations.py,sha256=mNXTebZ8kSbQjFKz0LbT-g1Kdr0CE8bhEgZfHV3IX0s,15
|
|
4
4
|
localstack/openapi.yaml,sha256=B803NmpwsxG8PHpHrdZYBrUYjnrRh7B_JX0XuNynuFs,30237
|
5
5
|
localstack/plugins.py,sha256=BIJC9dlo0WbP7lLKkCiGtd_2q5oeqiHZohvoRTcejXM,2457
|
6
6
|
localstack/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
localstack/version.py,sha256=
|
7
|
+
localstack/version.py,sha256=dpoyr1kbYnY7yo1r_Iuhg6mD2c48_97xxpdLyGsQVRo,524
|
8
8
|
localstack/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
localstack/aws/accounts.py,sha256=102zpGowOxo0S6UGMpfjw14QW7WCLVAGsnFK5xFMLoo,3043
|
10
10
|
localstack/aws/app.py,sha256=n9bJCfJRuMz_gLGAH430c3bIQXgUXeWO5NPfcdL2MV8,5145
|
@@ -25,16 +25,16 @@ localstack/aws/api/core.py,sha256=ROhdaJ7P91l5SdERGq7GlseZMiDVFeacSGJa_f6a9hg,67
|
|
25
25
|
localstack/aws/api/acm/__init__.py,sha256=67OHJbngmz4nKaXm9grkLW_Rl4RLRCeOBffhh3u1z0k,19079
|
26
26
|
localstack/aws/api/apigateway/__init__.py,sha256=MSI1x6aX4btJS1tPcT7mshYL28_EVBRX-KfD3bVycKg,80632
|
27
27
|
localstack/aws/api/cloudcontrol/__init__.py,sha256=rVF7U2eYowakBDklAocYNjDzLtLNZqGgK1IBfnh_cG0,11595
|
28
|
-
localstack/aws/api/cloudformation/__init__.py,sha256=
|
28
|
+
localstack/aws/api/cloudformation/__init__.py,sha256=mfvcaZOq9es5-lh9g6HG0USXEuxTVliTtTmGp1nYO10,116815
|
29
29
|
localstack/aws/api/cloudwatch/__init__.py,sha256=eNr0RSd2waAg-KzJIBKzIJOgfCGSBCdc8cP39Ux0bNU,45954
|
30
|
-
localstack/aws/api/config/__init__.py,sha256=
|
31
|
-
localstack/aws/api/dynamodb/__init__.py,sha256=
|
30
|
+
localstack/aws/api/config/__init__.py,sha256=6ATQPkUBu3_KSrG2siHjh7e-qZq5MgPBcT0SLBe2lLA,144985
|
31
|
+
localstack/aws/api/dynamodb/__init__.py,sha256=f5MsqBOtX6HVZpjIelKDkpMY01abSLo5-g70ehNPCG4,93582
|
32
32
|
localstack/aws/api/dynamodbstreams/__init__.py,sha256=-ndrIPJHzSYSBPnEILaB_WJaLXPsQuAXmISvUuzuL0A,7048
|
33
|
-
localstack/aws/api/ec2/__init__.py,sha256=
|
33
|
+
localstack/aws/api/ec2/__init__.py,sha256=8Wnr5cumWrPZsEjDeZ8QGxlOIDDeOKPFDGm3WEQKssw,938164
|
34
34
|
localstack/aws/api/es/__init__.py,sha256=QQiin0n_ug9gl_tI6noSFBjdmaL4GVv4EOkvoQyOxrk,64252
|
35
35
|
localstack/aws/api/events/__init__.py,sha256=Z_nd6g4pwrZtwq-0-4p8SZoJPSnaWSEq3kuIhuGFauQ,61432
|
36
36
|
localstack/aws/api/firehose/__init__.py,sha256=_lCSkVCQ4Y25EHtAAAmbfOjdVK1PlCkH5XeTGtCZPzk,58579
|
37
|
-
localstack/aws/api/iam/__init__.py,sha256=
|
37
|
+
localstack/aws/api/iam/__init__.py,sha256=HaCFIFcpI76rOBmP4x9JPOh1q-70Hirw76V5Y4uvJTg,113787
|
38
38
|
localstack/aws/api/kinesis/__init__.py,sha256=1--vaNpflWcrrjwoQC5CzoFkWgUvHiKcuy4l4krMzgY,28847
|
39
39
|
localstack/aws/api/kms/__init__.py,sha256=P8hjFqE75-uuVvYnz2etn02t141KLy6XtxhrE5aX48o,57423
|
40
40
|
localstack/aws/api/lambda_/__init__.py,sha256=P6OXHJtfqigl1F4hNUPLP2-oI8xZJiBgkzRhGS7v-6s,80771
|
@@ -44,16 +44,16 @@ localstack/aws/api/pipes/__init__.py,sha256=hbykvQZGigcbVtT-3LGFwVye28aPLVyFAW_D
|
|
44
44
|
localstack/aws/api/redshift/__init__.py,sha256=TqzLdaVsKzpfL2sFDXZMiMw8PnplXcQdJO24L-IQZP4,158552
|
45
45
|
localstack/aws/api/resource_groups/__init__.py,sha256=REN7FpPOP9r3iwKhJwjAIYGjdu4vkYkD2UhwvEtZpqw,21308
|
46
46
|
localstack/aws/api/resourcegroupstaggingapi/__init__.py,sha256=ZwWQvascBdlshA3MCNQHjviJ_fRqPB94LmysHZgOZqg,8779
|
47
|
-
localstack/aws/api/route53/__init__.py,sha256=
|
47
|
+
localstack/aws/api/route53/__init__.py,sha256=SC7gpuy0ZUISrUOkv56LspmxMBVAei05b5F4FDxUk9A,71244
|
48
48
|
localstack/aws/api/route53resolver/__init__.py,sha256=3sMO3O1KpM2CNdaeMV0jlZp2xBrSHo2iD7iZk1oHFfw,60894
|
49
|
-
localstack/aws/api/s3/__init__.py,sha256=
|
49
|
+
localstack/aws/api/s3/__init__.py,sha256=4a5MKCZ5ovjB9FhG18VIruyrZ7w514XWM0cPZpTjxIU,159542
|
50
50
|
localstack/aws/api/s3control/__init__.py,sha256=Bxgd_7INuZ50S8HRalPbp2N5vWM01l0gNCy3A7vJtxg,95098
|
51
51
|
localstack/aws/api/scheduler/__init__.py,sha256=Np0YHA3WIVjwF3s3i5pTsNuT_omkQb6dsv_0wNumBvk,15811
|
52
52
|
localstack/aws/api/secretsmanager/__init__.py,sha256=lTJ2y1n8-k38u20G1nq43L9WeMrkZmwXdqyfchvoj-E,23934
|
53
53
|
localstack/aws/api/ses/__init__.py,sha256=F_i_8DFC0edu1X1_vz5bCrblpzEG5lx_uqPeeW_TNIw,56479
|
54
54
|
localstack/aws/api/sns/__init__.py,sha256=3dyAjmCzedhXQF33Wla-RYHt0b3B7W1Z45HqiJtS7gA,28623
|
55
55
|
localstack/aws/api/sqs/__init__.py,sha256=6xJu1LGr3jCHfRph1yc7Fc1ZAfLzfWv0YlEcu97xrew,21074
|
56
|
-
localstack/aws/api/ssm/__init__.py,sha256=
|
56
|
+
localstack/aws/api/ssm/__init__.py,sha256=Qt9A9eC89Ch5uiDwliQac_VGKJ2-wbBczL6pqxXzHeA,238599
|
57
57
|
localstack/aws/api/stepfunctions/__init__.py,sha256=bSkalnfJygIuJ5ORkKbQdArbXwmiDFySedkj_rmjP90,49737
|
58
58
|
localstack/aws/api/sts/__init__.py,sha256=8iaRjV6MeZGDWt_lpEi7LDHATqQOL2p97HdPmtnFu9o,10971
|
59
59
|
localstack/aws/api/support/__init__.py,sha256=SKwm6cuEsR8y7hxShBelKg1C7kR2kH6LI8Se4BYjC4U,17016
|
@@ -478,7 +478,7 @@ localstack/services/firehose/models.py,sha256=ks3vcvE7scWtXQSHQDc5GkBpBQkmlPtTu7
|
|
478
478
|
localstack/services/firehose/provider.py,sha256=7I3wFJNu8vQ70jsHftS_R4SluLDkk7--8xCWngL-h8Q,41382
|
479
479
|
localstack/services/iam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
480
480
|
localstack/services/iam/iam_patches.py,sha256=qb-YZPsLUOiuwtPsWFz698bt2W-Bfl-TkFHhw2ZKXDY,4652
|
481
|
-
localstack/services/iam/provider.py,sha256=
|
481
|
+
localstack/services/iam/provider.py,sha256=XOLaD0MzTRHFGNJCGumx0l4lb-VFLuDp5RTeuQqkYq8,30052
|
482
482
|
localstack/services/iam/resource_providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
483
483
|
localstack/services/iam/resource_providers/aws_iam_accesskey.py,sha256=TYRGHM9nMD3dyx-edea0NY-LFp6Fn_b7L5zjqIuubHg,3905
|
484
484
|
localstack/services/iam/resource_providers/aws_iam_accesskey.schema.json,sha256=Gr00xlh-7HHx6447OdCV3Pm0RUvBQb5vQ3owiMArjok,662
|
@@ -1286,13 +1286,13 @@ localstack/utils/server/tcp_proxy.py,sha256=rR6d5jR0ozDvIlpHiqW0cfyY9a2fRGdOzyA8
|
|
1286
1286
|
localstack/utils/xray/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1287
1287
|
localstack/utils/xray/trace_header.py,sha256=ahXk9eonq7LpeENwlqUEPj3jDOCiVRixhntQuxNor-Q,6209
|
1288
1288
|
localstack/utils/xray/traceid.py,sha256=SQSsMV2rhbTNK6ceIoozZYuGU7Fg687EXcgqxoDl1Fw,1106
|
1289
|
-
localstack_core-4.6.1.
|
1290
|
-
localstack_core-4.6.1.
|
1291
|
-
localstack_core-4.6.1.
|
1292
|
-
localstack_core-4.6.1.
|
1293
|
-
localstack_core-4.6.1.
|
1294
|
-
localstack_core-4.6.1.
|
1295
|
-
localstack_core-4.6.1.
|
1296
|
-
localstack_core-4.6.1.
|
1297
|
-
localstack_core-4.6.1.
|
1298
|
-
localstack_core-4.6.1.
|
1289
|
+
localstack_core-4.6.1.dev6.data/scripts/localstack,sha256=WyL11vp5CkuP79iIR-L8XT7Cj8nvmxX7XRAgxhbmXNE,529
|
1290
|
+
localstack_core-4.6.1.dev6.data/scripts/localstack-supervisor,sha256=nm1Il2d6ASyOB6Vo4CRHd90w7TK9FdRl9VPp0NN6hUk,6378
|
1291
|
+
localstack_core-4.6.1.dev6.data/scripts/localstack.bat,sha256=tlzZTXtveHkMX_s_fa7VDfvdNdS8iVpEz2ER3uk9B_c,29
|
1292
|
+
localstack_core-4.6.1.dev6.dist-info/licenses/LICENSE.txt,sha256=3PC-9Z69UsNARuQ980gNR_JsLx8uvMjdG6C7cc4LBYs,606
|
1293
|
+
localstack_core-4.6.1.dev6.dist-info/METADATA,sha256=gYo7XA3mP1waNT1EZc2_LiEz7ig7dEI1YHz8EzXVwMc,5536
|
1294
|
+
localstack_core-4.6.1.dev6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
1295
|
+
localstack_core-4.6.1.dev6.dist-info/entry_points.txt,sha256=-GFtw80qM_1GQIDUcyqXojJvnqvP_8lK1Vc-M9ShaJE,20668
|
1296
|
+
localstack_core-4.6.1.dev6.dist-info/plux.json,sha256=RiFJ3qMa6yeoFR_oqqEqoWhJXkXubArL3dAIGmYBocw,20891
|
1297
|
+
localstack_core-4.6.1.dev6.dist-info/top_level.txt,sha256=3sqmK2lGac8nCy8nwsbS5SpIY_izmtWtgaTFKHYVHbI,11
|
1298
|
+
localstack_core-4.6.1.dev6.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
{"localstack.cloudformation.resource_providers": ["AWS::S3::Bucket=localstack.services.s3.resource_providers.aws_s3_bucket_plugin:S3BucketProviderPlugin", "AWS::KMS::Alias=localstack.services.kms.resource_providers.aws_kms_alias_plugin:KMSAliasProviderPlugin", "AWS::CloudFormation::WaitCondition=localstack.services.cloudformation.resource_providers.aws_cloudformation_waitcondition_plugin:CloudFormationWaitConditionProviderPlugin", "AWS::ApiGateway::Resource=localstack.services.apigateway.resource_providers.aws_apigateway_resource_plugin:ApiGatewayResourceProviderPlugin", "AWS::ApiGateway::BasePathMapping=localstack.services.apigateway.resource_providers.aws_apigateway_basepathmapping_plugin:ApiGatewayBasePathMappingProviderPlugin", "AWS::CertificateManager::Certificate=localstack.services.certificatemanager.resource_providers.aws_certificatemanager_certificate_plugin:CertificateManagerCertificateProviderPlugin", "AWS::SecretsManager::RotationSchedule=localstack.services.secretsmanager.resource_providers.aws_secretsmanager_rotationschedule_plugin:SecretsManagerRotationScheduleProviderPlugin", "AWS::ApiGateway::Method=localstack.services.apigateway.resource_providers.aws_apigateway_method_plugin:ApiGatewayMethodProviderPlugin", "AWS::SSM::Parameter=localstack.services.ssm.resource_providers.aws_ssm_parameter_plugin:SSMParameterProviderPlugin", "AWS::Lambda::CodeSigningConfig=localstack.services.lambda_.resource_providers.aws_lambda_codesigningconfig_plugin:LambdaCodeSigningConfigProviderPlugin", "AWS::Lambda::LayerVersionPermission=localstack.services.lambda_.resource_providers.aws_lambda_layerversionpermission_plugin:LambdaLayerVersionPermissionProviderPlugin", "AWS::EC2::SubnetRouteTableAssociation=localstack.services.ec2.resource_providers.aws_ec2_subnetroutetableassociation_plugin:EC2SubnetRouteTableAssociationProviderPlugin", "AWS::Lambda::EventSourceMapping=localstack.services.lambda_.resource_providers.aws_lambda_eventsourcemapping_plugin:LambdaEventSourceMappingProviderPlugin", "AWS::Logs::LogStream=localstack.services.logs.resource_providers.aws_logs_logstream_plugin:LogsLogStreamProviderPlugin", "AWS::ApiGateway::RequestValidator=localstack.services.apigateway.resource_providers.aws_apigateway_requestvalidator_plugin:ApiGatewayRequestValidatorProviderPlugin", "AWS::StepFunctions::Activity=localstack.services.stepfunctions.resource_providers.aws_stepfunctions_activity_plugin:StepFunctionsActivityProviderPlugin", "AWS::EC2::VPCGatewayAttachment=localstack.services.ec2.resource_providers.aws_ec2_vpcgatewayattachment_plugin:EC2VPCGatewayAttachmentProviderPlugin", "AWS::CloudWatch::Alarm=localstack.services.cloudwatch.resource_providers.aws_cloudwatch_alarm_plugin:CloudWatchAlarmProviderPlugin", "AWS::SNS::Subscription=localstack.services.sns.resource_providers.aws_sns_subscription_plugin:SNSSubscriptionProviderPlugin", "AWS::IAM::Role=localstack.services.iam.resource_providers.aws_iam_role_plugin:IAMRoleProviderPlugin", "AWS::Events::Rule=localstack.services.events.resource_providers.aws_events_rule_plugin:EventsRuleProviderPlugin", "AWS::Lambda::Function=localstack.services.lambda_.resource_providers.aws_lambda_function_plugin:LambdaFunctionProviderPlugin", "AWS::IAM::User=localstack.services.iam.resource_providers.aws_iam_user_plugin:IAMUserProviderPlugin", "AWS::ApiGateway::Deployment=localstack.services.apigateway.resource_providers.aws_apigateway_deployment_plugin:ApiGatewayDeploymentProviderPlugin", "AWS::SecretsManager::ResourcePolicy=localstack.services.secretsmanager.resource_providers.aws_secretsmanager_resourcepolicy_plugin:SecretsManagerResourcePolicyProviderPlugin", "AWS::SSM::PatchBaseline=localstack.services.ssm.resource_providers.aws_ssm_patchbaseline_plugin:SSMPatchBaselineProviderPlugin", "AWS::SecretsManager::SecretTargetAttachment=localstack.services.secretsmanager.resource_providers.aws_secretsmanager_secrettargetattachment_plugin:SecretsManagerSecretTargetAttachmentProviderPlugin", "AWS::ApiGateway::UsagePlanKey=localstack.services.apigateway.resource_providers.aws_apigateway_usageplankey_plugin:ApiGatewayUsagePlanKeyProviderPlugin", "AWS::EC2::InternetGateway=localstack.services.ec2.resource_providers.aws_ec2_internetgateway_plugin:EC2InternetGatewayProviderPlugin", "AWS::KinesisFirehose::DeliveryStream=localstack.services.kinesisfirehose.resource_providers.aws_kinesisfirehose_deliverystream_plugin:KinesisFirehoseDeliveryStreamProviderPlugin", "AWS::EC2::VPC=localstack.services.ec2.resource_providers.aws_ec2_vpc_plugin:EC2VPCProviderPlugin", "AWS::EC2::NatGateway=localstack.services.ec2.resource_providers.aws_ec2_natgateway_plugin:EC2NatGatewayProviderPlugin", "AWS::DynamoDB::GlobalTable=localstack.services.dynamodb.resource_providers.aws_dynamodb_globaltable_plugin:DynamoDBGlobalTableProviderPlugin", "AWS::IAM::InstanceProfile=localstack.services.iam.resource_providers.aws_iam_instanceprofile_plugin:IAMInstanceProfileProviderPlugin", "AWS::Logs::SubscriptionFilter=localstack.services.logs.resource_providers.aws_logs_subscriptionfilter_plugin:LogsSubscriptionFilterProviderPlugin", "AWS::Route53::RecordSet=localstack.services.route53.resource_providers.aws_route53_recordset_plugin:Route53RecordSetProviderPlugin", "AWS::KMS::Key=localstack.services.kms.resource_providers.aws_kms_key_plugin:KMSKeyProviderPlugin", "AWS::EC2::Route=localstack.services.ec2.resource_providers.aws_ec2_route_plugin:EC2RouteProviderPlugin", "AWS::IAM::Group=localstack.services.iam.resource_providers.aws_iam_group_plugin:IAMGroupProviderPlugin", "AWS::OpenSearchService::Domain=localstack.services.opensearch.resource_providers.aws_opensearchservice_domain_plugin:OpenSearchServiceDomainProviderPlugin", "AWS::Elasticsearch::Domain=localstack.services.opensearch.resource_providers.aws_elasticsearch_domain_plugin:ElasticsearchDomainProviderPlugin", "AWS::CloudWatch::CompositeAlarm=localstack.services.cloudwatch.resource_providers.aws_cloudwatch_compositealarm_plugin:CloudWatchCompositeAlarmProviderPlugin", "AWS::ApiGateway::Stage=localstack.services.apigateway.resource_providers.aws_apigateway_stage_plugin:ApiGatewayStageProviderPlugin", "AWS::Lambda::Permission=localstack.services.lambda_.resource_providers.aws_lambda_permission_plugin:LambdaPermissionProviderPlugin", "AWS::SecretsManager::Secret=localstack.services.secretsmanager.resource_providers.aws_secretsmanager_secret_plugin:SecretsManagerSecretProviderPlugin", "AWS::EC2::TransitGatewayAttachment=localstack.services.ec2.resource_providers.aws_ec2_transitgatewayattachment_plugin:EC2TransitGatewayAttachmentProviderPlugin", "AWS::ApiGateway::ApiKey=localstack.services.apigateway.resource_providers.aws_apigateway_apikey_plugin:ApiGatewayApiKeyProviderPlugin", "AWS::EC2::VPCEndpoint=localstack.services.ec2.resource_providers.aws_ec2_vpcendpoint_plugin:EC2VPCEndpointProviderPlugin", "AWS::SQS::Queue=localstack.services.sqs.resource_providers.aws_sqs_queue_plugin:SQSQueueProviderPlugin", "AWS::Lambda::Version=localstack.services.lambda_.resource_providers.aws_lambda_version_plugin:LambdaVersionProviderPlugin", "AWS::Scheduler::Schedule=localstack.services.scheduler.resource_providers.aws_scheduler_schedule_plugin:SchedulerScheduleProviderPlugin", "AWS::StepFunctions::StateMachine=localstack.services.stepfunctions.resource_providers.aws_stepfunctions_statemachine_plugin:StepFunctionsStateMachineProviderPlugin", "AWS::S3::BucketPolicy=localstack.services.s3.resource_providers.aws_s3_bucketpolicy_plugin:S3BucketPolicyProviderPlugin", "AWS::SQS::QueuePolicy=localstack.services.sqs.resource_providers.aws_sqs_queuepolicy_plugin:SQSQueuePolicyProviderPlugin", "AWS::Lambda::LayerVersion=localstack.services.lambda_.resource_providers.aws_lambda_layerversion_plugin:LambdaLayerVersionProviderPlugin", "AWS::Events::Connection=localstack.services.events.resource_providers.aws_events_connection_plugin:EventsConnectionProviderPlugin", "AWS::Route53::HealthCheck=localstack.services.route53.resource_providers.aws_route53_healthcheck_plugin:Route53HealthCheckProviderPlugin", "AWS::Scheduler::ScheduleGroup=localstack.services.scheduler.resource_providers.aws_scheduler_schedulegroup_plugin:SchedulerScheduleGroupProviderPlugin", "AWS::SNS::TopicPolicy=localstack.services.sns.resource_providers.aws_sns_topicpolicy_plugin:SNSTopicPolicyProviderPlugin", "AWS::ApiGateway::RestApi=localstack.services.apigateway.resource_providers.aws_apigateway_restapi_plugin:ApiGatewayRestApiProviderPlugin", "AWS::IAM::AccessKey=localstack.services.iam.resource_providers.aws_iam_accesskey_plugin:IAMAccessKeyProviderPlugin", "AWS::IAM::ServerCertificate=localstack.services.iam.resource_providers.aws_iam_servercertificate_plugin:IAMServerCertificateProviderPlugin", "AWS::SSM::MaintenanceWindowTarget=localstack.services.ssm.resource_providers.aws_ssm_maintenancewindowtarget_plugin:SSMMaintenanceWindowTargetProviderPlugin", "AWS::Events::EventBusPolicy=localstack.services.events.resource_providers.aws_events_eventbuspolicy_plugin:EventsEventBusPolicyProviderPlugin", "AWS::Lambda::EventInvokeConfig=localstack.services.lambda_.resource_providers.aws_lambda_eventinvokeconfig_plugin:LambdaEventInvokeConfigProviderPlugin", "AWS::SES::EmailIdentity=localstack.services.ses.resource_providers.aws_ses_emailidentity_plugin:SESEmailIdentityProviderPlugin", "AWS::EC2::Subnet=localstack.services.ec2.resource_providers.aws_ec2_subnet_plugin:EC2SubnetProviderPlugin", "AWS::CloudFormation::Macro=localstack.services.cloudformation.resource_providers.aws_cloudformation_macro_plugin:CloudFormationMacroProviderPlugin", "AWS::EC2::KeyPair=localstack.services.ec2.resource_providers.aws_ec2_keypair_plugin:EC2KeyPairProviderPlugin", "AWS::Events::EventBus=localstack.services.events.resource_providers.aws_events_eventbus_plugin:EventsEventBusProviderPlugin", "AWS::EC2::PrefixList=localstack.services.ec2.resource_providers.aws_ec2_prefixlist_plugin:EC2PrefixListProviderPlugin", "AWS::IAM::ServiceLinkedRole=localstack.services.iam.resource_providers.aws_iam_servicelinkedrole_plugin:IAMServiceLinkedRoleProviderPlugin", "AWS::SSM::MaintenanceWindowTask=localstack.services.ssm.resource_providers.aws_ssm_maintenancewindowtask_plugin:SSMMaintenanceWindowTaskProviderPlugin", "AWS::Logs::LogGroup=localstack.services.logs.resource_providers.aws_logs_loggroup_plugin:LogsLogGroupProviderPlugin", "AWS::ApiGateway::DomainName=localstack.services.apigateway.resource_providers.aws_apigateway_domainname_plugin:ApiGatewayDomainNameProviderPlugin", "AWS::ApiGateway::GatewayResponse=localstack.services.apigateway.resource_providers.aws_apigateway_gatewayresponse_plugin:ApiGatewayGatewayResponseProviderPlugin", "AWS::ApiGateway::Model=localstack.services.apigateway.resource_providers.aws_apigateway_model_plugin:ApiGatewayModelProviderPlugin", "AWS::CloudFormation::Stack=localstack.services.cloudformation.resource_providers.aws_cloudformation_stack_plugin:CloudFormationStackProviderPlugin", "AWS::EC2::SecurityGroup=localstack.services.ec2.resource_providers.aws_ec2_securitygroup_plugin:EC2SecurityGroupProviderPlugin", "AWS::Lambda::Url=localstack.services.lambda_.resource_providers.aws_lambda_url_plugin:LambdaUrlProviderPlugin", "AWS::Kinesis::StreamConsumer=localstack.services.kinesis.resource_providers.aws_kinesis_streamconsumer_plugin:KinesisStreamConsumerProviderPlugin", "AWS::ECR::Repository=localstack.services.ecr.resource_providers.aws_ecr_repository_plugin:ECRRepositoryProviderPlugin", "AWS::CDK::Metadata=localstack.services.cdk.resource_providers.cdk_metadata_plugin:LambdaAliasProviderPlugin", "AWS::Redshift::Cluster=localstack.services.redshift.resource_providers.aws_redshift_cluster_plugin:RedshiftClusterProviderPlugin", "AWS::EC2::Instance=localstack.services.ec2.resource_providers.aws_ec2_instance_plugin:EC2InstanceProviderPlugin", "AWS::IAM::Policy=localstack.services.iam.resource_providers.aws_iam_policy_plugin:IAMPolicyProviderPlugin", "AWS::EC2::NetworkAcl=localstack.services.ec2.resource_providers.aws_ec2_networkacl_plugin:EC2NetworkAclProviderPlugin", "AWS::CloudFormation::WaitConditionHandle=localstack.services.cloudformation.resource_providers.aws_cloudformation_waitconditionhandle_plugin:CloudFormationWaitConditionHandleProviderPlugin", "AWS::ResourceGroups::Group=localstack.services.resource_groups.resource_providers.aws_resourcegroups_group_plugin:ResourceGroupsGroupProviderPlugin", "AWS::EC2::TransitGateway=localstack.services.ec2.resource_providers.aws_ec2_transitgateway_plugin:EC2TransitGatewayProviderPlugin", "AWS::SSM::MaintenanceWindow=localstack.services.ssm.resource_providers.aws_ssm_maintenancewindow_plugin:SSMMaintenanceWindowProviderPlugin", "AWS::ApiGateway::UsagePlan=localstack.services.apigateway.resource_providers.aws_apigateway_usageplan_plugin:ApiGatewayUsagePlanProviderPlugin", "AWS::Kinesis::Stream=localstack.services.kinesis.resource_providers.aws_kinesis_stream_plugin:KinesisStreamProviderPlugin", "AWS::IAM::ManagedPolicy=localstack.services.iam.resource_providers.aws_iam_managedpolicy_plugin:IAMManagedPolicyProviderPlugin", "AWS::Events::ApiDestination=localstack.services.events.resource_providers.aws_events_apidestination_plugin:EventsApiDestinationProviderPlugin", "AWS::DynamoDB::Table=localstack.services.dynamodb.resource_providers.aws_dynamodb_table_plugin:DynamoDBTableProviderPlugin", "AWS::Lambda::Alias=localstack.services.lambda_.resource_providers.lambda_alias_plugin:LambdaAliasProviderPlugin", "AWS::SNS::Topic=localstack.services.sns.resource_providers.aws_sns_topic_plugin:SNSTopicProviderPlugin", "AWS::EC2::DHCPOptions=localstack.services.ec2.resource_providers.aws_ec2_dhcpoptions_plugin:EC2DHCPOptionsProviderPlugin", "AWS::EC2::RouteTable=localstack.services.ec2.resource_providers.aws_ec2_routetable_plugin:EC2RouteTableProviderPlugin", "AWS::ApiGateway::Account=localstack.services.apigateway.resource_providers.aws_apigateway_account_plugin:ApiGatewayAccountProviderPlugin"], "localstack.packages": ["jpype-jsonata/community=localstack.services.stepfunctions.plugins:jpype_jsonata_package", "lambda-java-libs/community=localstack.services.lambda_.plugins:lambda_java_libs", "lambda-runtime/community=localstack.services.lambda_.plugins:lambda_runtime_package", "ffmpeg/community=localstack.packages.plugins:ffmpeg_package", "java/community=localstack.packages.plugins:java_package", "terraform/community=localstack.packages.plugins:terraform_package", "kinesis-mock/community=localstack.services.kinesis.plugins:kinesismock_package", "dynamodb-local/community=localstack.services.dynamodb.plugins:dynamodb_local_package", "opensearch/community=localstack.services.opensearch.plugins:opensearch_package", "elasticsearch/community=localstack.services.es.plugins:elasticsearch_package", "vosk/community=localstack.services.transcribe.plugins:vosk_package"], "localstack.init.runner": ["py=localstack.runtime.init:PythonScriptRunner", "sh=localstack.runtime.init:ShellScriptRunner"], "localstack.hooks.on_infra_ready": ["_run_init_scripts_on_ready=localstack.runtime.init:_run_init_scripts_on_ready"], "localstack.hooks.on_infra_shutdown": ["_run_init_scripts_on_shutdown=localstack.runtime.init:_run_init_scripts_on_shutdown", "remove_custom_endpoints=localstack.services.lambda_.plugins:remove_custom_endpoints", "publish_metrics=localstack.utils.analytics.metrics.publisher:publish_metrics", "stop_server=localstack.dns.plugins:stop_server", "run_on_after_service_shutdown_handlers=localstack.runtime.shutdown:run_on_after_service_shutdown_handlers", "run_shutdown_handlers=localstack.runtime.shutdown:run_shutdown_handlers", "shutdown_services=localstack.runtime.shutdown:shutdown_services"], "localstack.hooks.on_infra_start": ["_run_init_scripts_on_start=localstack.runtime.init:_run_init_scripts_on_start", "register_custom_endpoints=localstack.services.lambda_.plugins:register_custom_endpoints", "validate_configuration=localstack.services.lambda_.plugins:validate_configuration", "init_response_mutation_handler=localstack.aws.handlers.response:init_response_mutation_handler", "conditionally_enable_debugger=localstack.dev.debugger.plugins:conditionally_enable_debugger", "register_cloudformation_deploy_ui=localstack.services.cloudformation.plugins:register_cloudformation_deploy_ui", "delete_cached_certificate=localstack.plugins:delete_cached_certificate", "deprecation_warnings=localstack.plugins:deprecation_warnings", "_publish_config_as_analytics_event=localstack.runtime.analytics:_publish_config_as_analytics_event", "_publish_container_info=localstack.runtime.analytics:_publish_container_info", "apply_aws_runtime_patches=localstack.aws.patches:apply_aws_runtime_patches", "apply_runtime_patches=localstack.runtime.patches:apply_runtime_patches", "register_swagger_endpoints=localstack.http.resources.swagger.plugins:register_swagger_endpoints", "eager_load_services=localstack.services.plugins:eager_load_services", "setup_dns_configuration_on_host=localstack.dns.plugins:setup_dns_configuration_on_host", "start_dns_server=localstack.dns.plugins:start_dns_server", "_patch_botocore_endpoint_in_memory=localstack.aws.client:_patch_botocore_endpoint_in_memory", "_patch_botocore_json_parser=localstack.aws.client:_patch_botocore_json_parser", "_patch_cbor2=localstack.aws.client:_patch_cbor2"], "localstack.runtime.server": ["hypercorn=localstack.runtime.server.plugins:HypercornRuntimeServerPlugin", "twisted=localstack.runtime.server.plugins:TwistedRuntimeServerPlugin"], "localstack.hooks.configure_localstack_container": ["_mount_machine_file=localstack.utils.analytics.metadata:_mount_machine_file"], "localstack.hooks.prepare_host": ["prepare_host_machine_id=localstack.utils.analytics.metadata:prepare_host_machine_id"], "localstack.openapi.spec": ["localstack=localstack.plugins:CoreOASPlugin"], "localstack.aws.provider": ["acm:default=localstack.services.providers:acm", "apigateway:default=localstack.services.providers:apigateway", "apigateway:legacy=localstack.services.providers:apigateway_legacy", "apigateway:next_gen=localstack.services.providers:apigateway_next_gen", "config:default=localstack.services.providers:awsconfig", "cloudformation:default=localstack.services.providers:cloudformation", "cloudformation:engine-v2=localstack.services.providers:cloudformation_v2", "cloudwatch:default=localstack.services.providers:cloudwatch", "cloudwatch:v1=localstack.services.providers:cloudwatch_v1", "cloudwatch:v2=localstack.services.providers:cloudwatch_v2", "dynamodb:default=localstack.services.providers:dynamodb", "dynamodb:v2=localstack.services.providers:dynamodb_v2", "dynamodbstreams:default=localstack.services.providers:dynamodbstreams", "dynamodbstreams:v2=localstack.services.providers:dynamodbstreams_v2", "ec2:default=localstack.services.providers:ec2", "es:default=localstack.services.providers:es", "events:default=localstack.services.providers:events", "events:legacy=localstack.services.providers:events_legacy", "events:v1=localstack.services.providers:events_v1", "events:v2=localstack.services.providers:events_v2", "firehose:default=localstack.services.providers:firehose", "iam:default=localstack.services.providers:iam", "kinesis:default=localstack.services.providers:kinesis", "kms:default=localstack.services.providers:kms", "lambda:default=localstack.services.providers:lambda_", "lambda:asf=localstack.services.providers:lambda_asf", "lambda:v2=localstack.services.providers:lambda_v2", "logs:default=localstack.services.providers:logs", "opensearch:default=localstack.services.providers:opensearch", "redshift:default=localstack.services.providers:redshift", "resource-groups:default=localstack.services.providers:resource_groups", "resourcegroupstaggingapi:default=localstack.services.providers:resourcegroupstaggingapi", "route53:default=localstack.services.providers:route53", "route53resolver:default=localstack.services.providers:route53resolver", "s3:default=localstack.services.providers:s3", "s3control:default=localstack.services.providers:s3control", "scheduler:default=localstack.services.providers:scheduler", "secretsmanager:default=localstack.services.providers:secretsmanager", "ses:default=localstack.services.providers:ses", "sns:default=localstack.services.providers:sns", "sqs:default=localstack.services.providers:sqs", "ssm:default=localstack.services.providers:ssm", "stepfunctions:default=localstack.services.providers:stepfunctions", "stepfunctions:v2=localstack.services.providers:stepfunctions_v2", "sts:default=localstack.services.providers:sts", "support:default=localstack.services.providers:support", "swf:default=localstack.services.providers:swf", "transcribe:default=localstack.services.providers:transcribe"], "localstack.lambda.runtime_executor": ["docker=localstack.services.lambda_.invocation.plugins:DockerRuntimeExecutorPlugin"], "localstack.runtime.components": ["aws=localstack.aws.components:AwsComponents"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"localstack.lambda.runtime_executor": ["docker=localstack.services.lambda_.invocation.plugins:DockerRuntimeExecutorPlugin"], "localstack.cloudformation.resource_providers": ["AWS::ApiGateway::RequestValidator=localstack.services.apigateway.resource_providers.aws_apigateway_requestvalidator_plugin:ApiGatewayRequestValidatorProviderPlugin", "AWS::ApiGateway::UsagePlanKey=localstack.services.apigateway.resource_providers.aws_apigateway_usageplankey_plugin:ApiGatewayUsagePlanKeyProviderPlugin", "AWS::ApiGateway::BasePathMapping=localstack.services.apigateway.resource_providers.aws_apigateway_basepathmapping_plugin:ApiGatewayBasePathMappingProviderPlugin", "AWS::IAM::InstanceProfile=localstack.services.iam.resource_providers.aws_iam_instanceprofile_plugin:IAMInstanceProfileProviderPlugin", "AWS::ApiGateway::Stage=localstack.services.apigateway.resource_providers.aws_apigateway_stage_plugin:ApiGatewayStageProviderPlugin", "AWS::Lambda::Permission=localstack.services.lambda_.resource_providers.aws_lambda_permission_plugin:LambdaPermissionProviderPlugin", "AWS::Lambda::Function=localstack.services.lambda_.resource_providers.aws_lambda_function_plugin:LambdaFunctionProviderPlugin", "AWS::SSM::Parameter=localstack.services.ssm.resource_providers.aws_ssm_parameter_plugin:SSMParameterProviderPlugin", "AWS::Elasticsearch::Domain=localstack.services.opensearch.resource_providers.aws_elasticsearch_domain_plugin:ElasticsearchDomainProviderPlugin", "AWS::ApiGateway::ApiKey=localstack.services.apigateway.resource_providers.aws_apigateway_apikey_plugin:ApiGatewayApiKeyProviderPlugin", "AWS::CertificateManager::Certificate=localstack.services.certificatemanager.resource_providers.aws_certificatemanager_certificate_plugin:CertificateManagerCertificateProviderPlugin", "AWS::ApiGateway::RestApi=localstack.services.apigateway.resource_providers.aws_apigateway_restapi_plugin:ApiGatewayRestApiProviderPlugin", "AWS::CloudWatch::Alarm=localstack.services.cloudwatch.resource_providers.aws_cloudwatch_alarm_plugin:CloudWatchAlarmProviderPlugin", "AWS::EC2::VPCGatewayAttachment=localstack.services.ec2.resource_providers.aws_ec2_vpcgatewayattachment_plugin:EC2VPCGatewayAttachmentProviderPlugin", "AWS::SES::EmailIdentity=localstack.services.ses.resource_providers.aws_ses_emailidentity_plugin:SESEmailIdentityProviderPlugin", "AWS::SQS::QueuePolicy=localstack.services.sqs.resource_providers.aws_sqs_queuepolicy_plugin:SQSQueuePolicyProviderPlugin", "AWS::S3::BucketPolicy=localstack.services.s3.resource_providers.aws_s3_bucketpolicy_plugin:S3BucketPolicyProviderPlugin", "AWS::IAM::AccessKey=localstack.services.iam.resource_providers.aws_iam_accesskey_plugin:IAMAccessKeyProviderPlugin", "AWS::KinesisFirehose::DeliveryStream=localstack.services.kinesisfirehose.resource_providers.aws_kinesisfirehose_deliverystream_plugin:KinesisFirehoseDeliveryStreamProviderPlugin", "AWS::ECR::Repository=localstack.services.ecr.resource_providers.aws_ecr_repository_plugin:ECRRepositoryProviderPlugin", "AWS::EC2::TransitGatewayAttachment=localstack.services.ec2.resource_providers.aws_ec2_transitgatewayattachment_plugin:EC2TransitGatewayAttachmentProviderPlugin", "AWS::ApiGateway::Resource=localstack.services.apigateway.resource_providers.aws_apigateway_resource_plugin:ApiGatewayResourceProviderPlugin", "AWS::StepFunctions::Activity=localstack.services.stepfunctions.resource_providers.aws_stepfunctions_activity_plugin:StepFunctionsActivityProviderPlugin", "AWS::SSM::MaintenanceWindow=localstack.services.ssm.resource_providers.aws_ssm_maintenancewindow_plugin:SSMMaintenanceWindowProviderPlugin", "AWS::Kinesis::StreamConsumer=localstack.services.kinesis.resource_providers.aws_kinesis_streamconsumer_plugin:KinesisStreamConsumerProviderPlugin", "AWS::Redshift::Cluster=localstack.services.redshift.resource_providers.aws_redshift_cluster_plugin:RedshiftClusterProviderPlugin", "AWS::ResourceGroups::Group=localstack.services.resource_groups.resource_providers.aws_resourcegroups_group_plugin:ResourceGroupsGroupProviderPlugin", "AWS::Lambda::Url=localstack.services.lambda_.resource_providers.aws_lambda_url_plugin:LambdaUrlProviderPlugin", "AWS::Logs::LogStream=localstack.services.logs.resource_providers.aws_logs_logstream_plugin:LogsLogStreamProviderPlugin", "AWS::Kinesis::Stream=localstack.services.kinesis.resource_providers.aws_kinesis_stream_plugin:KinesisStreamProviderPlugin", "AWS::ApiGateway::Account=localstack.services.apigateway.resource_providers.aws_apigateway_account_plugin:ApiGatewayAccountProviderPlugin", "AWS::IAM::Role=localstack.services.iam.resource_providers.aws_iam_role_plugin:IAMRoleProviderPlugin", "AWS::ApiGateway::UsagePlan=localstack.services.apigateway.resource_providers.aws_apigateway_usageplan_plugin:ApiGatewayUsagePlanProviderPlugin", "AWS::CloudFormation::Macro=localstack.services.cloudformation.resource_providers.aws_cloudformation_macro_plugin:CloudFormationMacroProviderPlugin", "AWS::Events::EventBusPolicy=localstack.services.events.resource_providers.aws_events_eventbuspolicy_plugin:EventsEventBusPolicyProviderPlugin", "AWS::EC2::Subnet=localstack.services.ec2.resource_providers.aws_ec2_subnet_plugin:EC2SubnetProviderPlugin", "AWS::EC2::InternetGateway=localstack.services.ec2.resource_providers.aws_ec2_internetgateway_plugin:EC2InternetGatewayProviderPlugin", "AWS::CDK::Metadata=localstack.services.cdk.resource_providers.cdk_metadata_plugin:LambdaAliasProviderPlugin", "AWS::Events::EventBus=localstack.services.events.resource_providers.aws_events_eventbus_plugin:EventsEventBusProviderPlugin", "AWS::SSM::MaintenanceWindowTarget=localstack.services.ssm.resource_providers.aws_ssm_maintenancewindowtarget_plugin:SSMMaintenanceWindowTargetProviderPlugin", "AWS::IAM::User=localstack.services.iam.resource_providers.aws_iam_user_plugin:IAMUserProviderPlugin", "AWS::SNS::TopicPolicy=localstack.services.sns.resource_providers.aws_sns_topicpolicy_plugin:SNSTopicPolicyProviderPlugin", "AWS::EC2::TransitGateway=localstack.services.ec2.resource_providers.aws_ec2_transitgateway_plugin:EC2TransitGatewayProviderPlugin", "AWS::IAM::Group=localstack.services.iam.resource_providers.aws_iam_group_plugin:IAMGroupProviderPlugin", "AWS::EC2::DHCPOptions=localstack.services.ec2.resource_providers.aws_ec2_dhcpoptions_plugin:EC2DHCPOptionsProviderPlugin", "AWS::SecretsManager::SecretTargetAttachment=localstack.services.secretsmanager.resource_providers.aws_secretsmanager_secrettargetattachment_plugin:SecretsManagerSecretTargetAttachmentProviderPlugin", "AWS::CloudFormation::WaitCondition=localstack.services.cloudformation.resource_providers.aws_cloudformation_waitcondition_plugin:CloudFormationWaitConditionProviderPlugin", "AWS::IAM::ServerCertificate=localstack.services.iam.resource_providers.aws_iam_servercertificate_plugin:IAMServerCertificateProviderPlugin", "AWS::Lambda::EventInvokeConfig=localstack.services.lambda_.resource_providers.aws_lambda_eventinvokeconfig_plugin:LambdaEventInvokeConfigProviderPlugin", "AWS::S3::Bucket=localstack.services.s3.resource_providers.aws_s3_bucket_plugin:S3BucketProviderPlugin", "AWS::Scheduler::ScheduleGroup=localstack.services.scheduler.resource_providers.aws_scheduler_schedulegroup_plugin:SchedulerScheduleGroupProviderPlugin", "AWS::SSM::PatchBaseline=localstack.services.ssm.resource_providers.aws_ssm_patchbaseline_plugin:SSMPatchBaselineProviderPlugin", "AWS::EC2::KeyPair=localstack.services.ec2.resource_providers.aws_ec2_keypair_plugin:EC2KeyPairProviderPlugin", "AWS::ApiGateway::Model=localstack.services.apigateway.resource_providers.aws_apigateway_model_plugin:ApiGatewayModelProviderPlugin", "AWS::Events::ApiDestination=localstack.services.events.resource_providers.aws_events_apidestination_plugin:EventsApiDestinationProviderPlugin", "AWS::Route53::HealthCheck=localstack.services.route53.resource_providers.aws_route53_healthcheck_plugin:Route53HealthCheckProviderPlugin", "AWS::KMS::Key=localstack.services.kms.resource_providers.aws_kms_key_plugin:KMSKeyProviderPlugin", "AWS::ApiGateway::GatewayResponse=localstack.services.apigateway.resource_providers.aws_apigateway_gatewayresponse_plugin:ApiGatewayGatewayResponseProviderPlugin", "AWS::EC2::Route=localstack.services.ec2.resource_providers.aws_ec2_route_plugin:EC2RouteProviderPlugin", "AWS::SSM::MaintenanceWindowTask=localstack.services.ssm.resource_providers.aws_ssm_maintenancewindowtask_plugin:SSMMaintenanceWindowTaskProviderPlugin", "AWS::SNS::Topic=localstack.services.sns.resource_providers.aws_sns_topic_plugin:SNSTopicProviderPlugin", "AWS::KMS::Alias=localstack.services.kms.resource_providers.aws_kms_alias_plugin:KMSAliasProviderPlugin", "AWS::Lambda::Version=localstack.services.lambda_.resource_providers.aws_lambda_version_plugin:LambdaVersionProviderPlugin", "AWS::Logs::SubscriptionFilter=localstack.services.logs.resource_providers.aws_logs_subscriptionfilter_plugin:LogsSubscriptionFilterProviderPlugin", "AWS::EC2::SecurityGroup=localstack.services.ec2.resource_providers.aws_ec2_securitygroup_plugin:EC2SecurityGroupProviderPlugin", "AWS::SQS::Queue=localstack.services.sqs.resource_providers.aws_sqs_queue_plugin:SQSQueueProviderPlugin", "AWS::EC2::NatGateway=localstack.services.ec2.resource_providers.aws_ec2_natgateway_plugin:EC2NatGatewayProviderPlugin", "AWS::CloudFormation::Stack=localstack.services.cloudformation.resource_providers.aws_cloudformation_stack_plugin:CloudFormationStackProviderPlugin", "AWS::IAM::ServiceLinkedRole=localstack.services.iam.resource_providers.aws_iam_servicelinkedrole_plugin:IAMServiceLinkedRoleProviderPlugin", "AWS::ApiGateway::Deployment=localstack.services.apigateway.resource_providers.aws_apigateway_deployment_plugin:ApiGatewayDeploymentProviderPlugin", "AWS::ApiGateway::DomainName=localstack.services.apigateway.resource_providers.aws_apigateway_domainname_plugin:ApiGatewayDomainNameProviderPlugin", "AWS::IAM::Policy=localstack.services.iam.resource_providers.aws_iam_policy_plugin:IAMPolicyProviderPlugin", "AWS::SNS::Subscription=localstack.services.sns.resource_providers.aws_sns_subscription_plugin:SNSSubscriptionProviderPlugin", "AWS::EC2::NetworkAcl=localstack.services.ec2.resource_providers.aws_ec2_networkacl_plugin:EC2NetworkAclProviderPlugin", "AWS::EC2::RouteTable=localstack.services.ec2.resource_providers.aws_ec2_routetable_plugin:EC2RouteTableProviderPlugin", "AWS::EC2::Instance=localstack.services.ec2.resource_providers.aws_ec2_instance_plugin:EC2InstanceProviderPlugin", "AWS::DynamoDB::GlobalTable=localstack.services.dynamodb.resource_providers.aws_dynamodb_globaltable_plugin:DynamoDBGlobalTableProviderPlugin", "AWS::SecretsManager::Secret=localstack.services.secretsmanager.resource_providers.aws_secretsmanager_secret_plugin:SecretsManagerSecretProviderPlugin", "AWS::EC2::VPCEndpoint=localstack.services.ec2.resource_providers.aws_ec2_vpcendpoint_plugin:EC2VPCEndpointProviderPlugin", "AWS::SecretsManager::ResourcePolicy=localstack.services.secretsmanager.resource_providers.aws_secretsmanager_resourcepolicy_plugin:SecretsManagerResourcePolicyProviderPlugin", "AWS::Lambda::LayerVersion=localstack.services.lambda_.resource_providers.aws_lambda_layerversion_plugin:LambdaLayerVersionProviderPlugin", "AWS::Lambda::CodeSigningConfig=localstack.services.lambda_.resource_providers.aws_lambda_codesigningconfig_plugin:LambdaCodeSigningConfigProviderPlugin", "AWS::Events::Rule=localstack.services.events.resource_providers.aws_events_rule_plugin:EventsRuleProviderPlugin", "AWS::Logs::LogGroup=localstack.services.logs.resource_providers.aws_logs_loggroup_plugin:LogsLogGroupProviderPlugin", "AWS::Route53::RecordSet=localstack.services.route53.resource_providers.aws_route53_recordset_plugin:Route53RecordSetProviderPlugin", "AWS::Lambda::EventSourceMapping=localstack.services.lambda_.resource_providers.aws_lambda_eventsourcemapping_plugin:LambdaEventSourceMappingProviderPlugin", "AWS::EC2::VPC=localstack.services.ec2.resource_providers.aws_ec2_vpc_plugin:EC2VPCProviderPlugin", "AWS::EC2::SubnetRouteTableAssociation=localstack.services.ec2.resource_providers.aws_ec2_subnetroutetableassociation_plugin:EC2SubnetRouteTableAssociationProviderPlugin", "AWS::ApiGateway::Method=localstack.services.apigateway.resource_providers.aws_apigateway_method_plugin:ApiGatewayMethodProviderPlugin", "AWS::IAM::ManagedPolicy=localstack.services.iam.resource_providers.aws_iam_managedpolicy_plugin:IAMManagedPolicyProviderPlugin", "AWS::EC2::PrefixList=localstack.services.ec2.resource_providers.aws_ec2_prefixlist_plugin:EC2PrefixListProviderPlugin", "AWS::CloudFormation::WaitConditionHandle=localstack.services.cloudformation.resource_providers.aws_cloudformation_waitconditionhandle_plugin:CloudFormationWaitConditionHandleProviderPlugin", "AWS::SecretsManager::RotationSchedule=localstack.services.secretsmanager.resource_providers.aws_secretsmanager_rotationschedule_plugin:SecretsManagerRotationScheduleProviderPlugin", "AWS::DynamoDB::Table=localstack.services.dynamodb.resource_providers.aws_dynamodb_table_plugin:DynamoDBTableProviderPlugin", "AWS::OpenSearchService::Domain=localstack.services.opensearch.resource_providers.aws_opensearchservice_domain_plugin:OpenSearchServiceDomainProviderPlugin", "AWS::Lambda::LayerVersionPermission=localstack.services.lambda_.resource_providers.aws_lambda_layerversionpermission_plugin:LambdaLayerVersionPermissionProviderPlugin", "AWS::CloudWatch::CompositeAlarm=localstack.services.cloudwatch.resource_providers.aws_cloudwatch_compositealarm_plugin:CloudWatchCompositeAlarmProviderPlugin", "AWS::StepFunctions::StateMachine=localstack.services.stepfunctions.resource_providers.aws_stepfunctions_statemachine_plugin:StepFunctionsStateMachineProviderPlugin", "AWS::Scheduler::Schedule=localstack.services.scheduler.resource_providers.aws_scheduler_schedule_plugin:SchedulerScheduleProviderPlugin", "AWS::Lambda::Alias=localstack.services.lambda_.resource_providers.lambda_alias_plugin:LambdaAliasProviderPlugin", "AWS::Events::Connection=localstack.services.events.resource_providers.aws_events_connection_plugin:EventsConnectionProviderPlugin"], "localstack.hooks.on_infra_start": ["register_cloudformation_deploy_ui=localstack.services.cloudformation.plugins:register_cloudformation_deploy_ui", "_run_init_scripts_on_start=localstack.runtime.init:_run_init_scripts_on_start", "setup_dns_configuration_on_host=localstack.dns.plugins:setup_dns_configuration_on_host", "start_dns_server=localstack.dns.plugins:start_dns_server", "init_response_mutation_handler=localstack.aws.handlers.response:init_response_mutation_handler", "conditionally_enable_debugger=localstack.dev.debugger.plugins:conditionally_enable_debugger", "register_custom_endpoints=localstack.services.lambda_.plugins:register_custom_endpoints", "validate_configuration=localstack.services.lambda_.plugins:validate_configuration", "apply_aws_runtime_patches=localstack.aws.patches:apply_aws_runtime_patches", "eager_load_services=localstack.services.plugins:eager_load_services", "_patch_botocore_endpoint_in_memory=localstack.aws.client:_patch_botocore_endpoint_in_memory", "_patch_botocore_json_parser=localstack.aws.client:_patch_botocore_json_parser", "_patch_cbor2=localstack.aws.client:_patch_cbor2", "delete_cached_certificate=localstack.plugins:delete_cached_certificate", "deprecation_warnings=localstack.plugins:deprecation_warnings", "_publish_config_as_analytics_event=localstack.runtime.analytics:_publish_config_as_analytics_event", "_publish_container_info=localstack.runtime.analytics:_publish_container_info", "apply_runtime_patches=localstack.runtime.patches:apply_runtime_patches", "register_swagger_endpoints=localstack.http.resources.swagger.plugins:register_swagger_endpoints"], "localstack.hooks.on_infra_shutdown": ["run_on_after_service_shutdown_handlers=localstack.runtime.shutdown:run_on_after_service_shutdown_handlers", "run_shutdown_handlers=localstack.runtime.shutdown:run_shutdown_handlers", "shutdown_services=localstack.runtime.shutdown:shutdown_services", "_run_init_scripts_on_shutdown=localstack.runtime.init:_run_init_scripts_on_shutdown", "stop_server=localstack.dns.plugins:stop_server", "publish_metrics=localstack.utils.analytics.metrics.publisher:publish_metrics", "remove_custom_endpoints=localstack.services.lambda_.plugins:remove_custom_endpoints"], "localstack.aws.provider": ["acm:default=localstack.services.providers:acm", "apigateway:default=localstack.services.providers:apigateway", "apigateway:legacy=localstack.services.providers:apigateway_legacy", "apigateway:next_gen=localstack.services.providers:apigateway_next_gen", "config:default=localstack.services.providers:awsconfig", "cloudformation:default=localstack.services.providers:cloudformation", "cloudformation:engine-v2=localstack.services.providers:cloudformation_v2", "cloudwatch:default=localstack.services.providers:cloudwatch", "cloudwatch:v1=localstack.services.providers:cloudwatch_v1", "cloudwatch:v2=localstack.services.providers:cloudwatch_v2", "dynamodb:default=localstack.services.providers:dynamodb", "dynamodb:v2=localstack.services.providers:dynamodb_v2", "dynamodbstreams:default=localstack.services.providers:dynamodbstreams", "dynamodbstreams:v2=localstack.services.providers:dynamodbstreams_v2", "ec2:default=localstack.services.providers:ec2", "es:default=localstack.services.providers:es", "events:default=localstack.services.providers:events", "events:legacy=localstack.services.providers:events_legacy", "events:v1=localstack.services.providers:events_v1", "events:v2=localstack.services.providers:events_v2", "firehose:default=localstack.services.providers:firehose", "iam:default=localstack.services.providers:iam", "kinesis:default=localstack.services.providers:kinesis", "kms:default=localstack.services.providers:kms", "lambda:default=localstack.services.providers:lambda_", "lambda:asf=localstack.services.providers:lambda_asf", "lambda:v2=localstack.services.providers:lambda_v2", "logs:default=localstack.services.providers:logs", "opensearch:default=localstack.services.providers:opensearch", "redshift:default=localstack.services.providers:redshift", "resource-groups:default=localstack.services.providers:resource_groups", "resourcegroupstaggingapi:default=localstack.services.providers:resourcegroupstaggingapi", "route53:default=localstack.services.providers:route53", "route53resolver:default=localstack.services.providers:route53resolver", "s3:default=localstack.services.providers:s3", "s3control:default=localstack.services.providers:s3control", "scheduler:default=localstack.services.providers:scheduler", "secretsmanager:default=localstack.services.providers:secretsmanager", "ses:default=localstack.services.providers:ses", "sns:default=localstack.services.providers:sns", "sqs:default=localstack.services.providers:sqs", "ssm:default=localstack.services.providers:ssm", "stepfunctions:default=localstack.services.providers:stepfunctions", "stepfunctions:v2=localstack.services.providers:stepfunctions_v2", "sts:default=localstack.services.providers:sts", "support:default=localstack.services.providers:support", "swf:default=localstack.services.providers:swf", "transcribe:default=localstack.services.providers:transcribe"], "localstack.init.runner": ["py=localstack.runtime.init:PythonScriptRunner", "sh=localstack.runtime.init:ShellScriptRunner"], "localstack.hooks.on_infra_ready": ["_run_init_scripts_on_ready=localstack.runtime.init:_run_init_scripts_on_ready"], "localstack.packages": ["kinesis-mock/community=localstack.services.kinesis.plugins:kinesismock_package", "jpype-jsonata/community=localstack.services.stepfunctions.plugins:jpype_jsonata_package", "opensearch/community=localstack.services.opensearch.plugins:opensearch_package", "ffmpeg/community=localstack.packages.plugins:ffmpeg_package", "java/community=localstack.packages.plugins:java_package", "terraform/community=localstack.packages.plugins:terraform_package", "dynamodb-local/community=localstack.services.dynamodb.plugins:dynamodb_local_package", "elasticsearch/community=localstack.services.es.plugins:elasticsearch_package", "lambda-java-libs/community=localstack.services.lambda_.plugins:lambda_java_libs", "lambda-runtime/community=localstack.services.lambda_.plugins:lambda_runtime_package", "vosk/community=localstack.services.transcribe.plugins:vosk_package"], "localstack.hooks.configure_localstack_container": ["_mount_machine_file=localstack.utils.analytics.metadata:_mount_machine_file"], "localstack.hooks.prepare_host": ["prepare_host_machine_id=localstack.utils.analytics.metadata:prepare_host_machine_id"], "localstack.openapi.spec": ["localstack=localstack.plugins:CoreOASPlugin"], "localstack.runtime.server": ["hypercorn=localstack.runtime.server.plugins:HypercornRuntimeServerPlugin", "twisted=localstack.runtime.server.plugins:TwistedRuntimeServerPlugin"], "localstack.runtime.components": ["aws=localstack.aws.components:AwsComponents"]}
|
File without changes
|
{localstack_core-4.6.1.dev4.data → localstack_core-4.6.1.dev6.data}/scripts/localstack-supervisor
RENAMED
File without changes
|
File without changes
|
File without changes
|
{localstack_core-4.6.1.dev4.dist-info → localstack_core-4.6.1.dev6.dist-info}/entry_points.txt
RENAMED
File without changes
|
{localstack_core-4.6.1.dev4.dist-info → localstack_core-4.6.1.dev6.dist-info}/licenses/LICENSE.txt
RENAMED
File without changes
|
File without changes
|