@pulumi/mongodbatlas 3.39.0-alpha.1766556689 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessListApiKey.d.ts +3 -0
- package/accessListApiKey.js +3 -0
- package/accessListApiKey.js.map +1 -1
- package/advancedCluster.d.ts +85 -40
- package/advancedCluster.js +4 -2
- package/advancedCluster.js.map +1 -1
- package/alertConfiguration.d.ts +15 -2
- package/alertConfiguration.js +5 -2
- package/alertConfiguration.js.map +1 -1
- package/apiKey.d.ts +3 -0
- package/apiKey.js +3 -0
- package/apiKey.js.map +1 -1
- package/apiKeyProjectAssignment.d.ts +3 -2
- package/apiKeyProjectAssignment.js +3 -2
- package/apiKeyProjectAssignment.js.map +1 -1
- package/auditing.d.ts +0 -2
- package/auditing.js +0 -2
- package/auditing.js.map +1 -1
- package/backupCompliancePolicy.d.ts +3 -0
- package/backupCompliancePolicy.js +3 -0
- package/backupCompliancePolicy.js.map +1 -1
- package/cloudBackupSchedule.d.ts +8 -8
- package/cloudBackupSnapshot.d.ts +16 -2
- package/cloudBackupSnapshot.js +6 -2
- package/cloudBackupSnapshot.js.map +1 -1
- package/cloudBackupSnapshotExportBucket.d.ts +4 -2
- package/cloudBackupSnapshotExportBucket.js +4 -2
- package/cloudBackupSnapshotExportBucket.js.map +1 -1
- package/cloudBackupSnapshotExportJob.d.ts +3 -2
- package/cloudBackupSnapshotExportJob.js +3 -2
- package/cloudBackupSnapshotExportJob.js.map +1 -1
- package/cloudBackupSnapshotRestoreJob.d.ts +3 -3
- package/cloudBackupSnapshotRestoreJob.js +3 -3
- package/cloudProviderAccessAuthorization.d.ts +36 -0
- package/cloudProviderAccessAuthorization.js.map +1 -1
- package/cloudProviderAccessSetup.d.ts +126 -0
- package/cloudProviderAccessSetup.js +59 -0
- package/cloudProviderAccessSetup.js.map +1 -1
- package/cloudUserOrgAssignment.d.ts +221 -0
- package/cloudUserOrgAssignment.js +137 -0
- package/cloudUserOrgAssignment.js.map +1 -0
- package/cloudUserProjectAssignment.d.ts +217 -0
- package/cloudUserProjectAssignment.js +141 -0
- package/cloudUserProjectAssignment.js.map +1 -0
- package/cloudUserTeamAssignment.d.ts +229 -0
- package/cloudUserTeamAssignment.js +139 -0
- package/cloudUserTeamAssignment.js.map +1 -0
- package/cluster.d.ts +4 -0
- package/cluster.js +4 -0
- package/cluster.js.map +1 -1
- package/clusterOutageSimulation.d.ts +15 -2
- package/clusterOutageSimulation.js +5 -2
- package/clusterOutageSimulation.js.map +1 -1
- package/config/vars.d.ts +12 -0
- package/config/vars.js +18 -0
- package/config/vars.js.map +1 -1
- package/customDbRole.d.ts +0 -2
- package/customDbRole.js +0 -2
- package/customDbRole.js.map +1 -1
- package/customDnsConfigurationClusterAws.d.ts +0 -2
- package/customDnsConfigurationClusterAws.js +0 -2
- package/customDnsConfigurationClusterAws.js.map +1 -1
- package/databaseUser.d.ts +3 -2
- package/databaseUser.js +3 -2
- package/databaseUser.js.map +1 -1
- package/encryptionAtRestPrivateEndpoint.d.ts +21 -2
- package/encryptionAtRestPrivateEndpoint.js +8 -2
- package/encryptionAtRestPrivateEndpoint.js.map +1 -1
- package/eventTrigger.d.ts +15 -130
- package/eventTrigger.js +0 -115
- package/eventTrigger.js.map +1 -1
- package/federatedDatabaseInstance.d.ts +16 -14
- package/federatedDatabaseInstance.js +4 -2
- package/federatedDatabaseInstance.js.map +1 -1
- package/federatedQueryLimit.d.ts +3 -2
- package/federatedQueryLimit.js +3 -2
- package/federatedQueryLimit.js.map +1 -1
- package/federatedSettingsIdentityProvider.d.ts +2 -2
- package/federatedSettingsIdentityProvider.js +2 -2
- package/federatedSettingsOrgConfig.d.ts +4 -2
- package/federatedSettingsOrgConfig.js +4 -2
- package/federatedSettingsOrgConfig.js.map +1 -1
- package/federatedSettingsOrgRoleMapping.d.ts +3 -2
- package/federatedSettingsOrgRoleMapping.js +3 -2
- package/federatedSettingsOrgRoleMapping.js.map +1 -1
- package/flexCluster.d.ts +18 -2
- package/flexCluster.js +7 -2
- package/flexCluster.js.map +1 -1
- package/getAdvancedCluster.d.ts +122 -52
- package/getAdvancedCluster.js +104 -30
- package/getAdvancedCluster.js.map +1 -1
- package/getAdvancedClusters.d.ts +153 -35
- package/getAdvancedClusters.js +150 -32
- package/getAdvancedClusters.js.map +1 -1
- package/getAlertConfiguration.d.ts +4 -4
- package/getAlertConfiguration.js +0 -4
- package/getAlertConfiguration.js.map +1 -1
- package/getAlertConfigurations.d.ts +0 -4
- package/getAlertConfigurations.js +0 -4
- package/getAlertConfigurations.js.map +1 -1
- package/getApiKeyProjectAssignment.d.ts +0 -4
- package/getApiKeyProjectAssignment.js +0 -4
- package/getApiKeyProjectAssignment.js.map +1 -1
- package/getApiKeyProjectAssignments.d.ts +0 -4
- package/getApiKeyProjectAssignments.js +0 -4
- package/getApiKeyProjectAssignments.js.map +1 -1
- package/getAtlasUser.d.ts +9 -7
- package/getAtlasUser.js +4 -4
- package/getAtlasUser.js.map +1 -1
- package/getAtlasUsers.d.ts +4 -4
- package/getAtlasUsers.js +4 -4
- package/getAuditing.d.ts +0 -4
- package/getAuditing.js +0 -4
- package/getAuditing.js.map +1 -1
- package/getBackupCompliancePolicy.d.ts +3 -3
- package/getCloudBackupSchedule.d.ts +0 -11
- package/getCloudBackupSchedule.js +0 -4
- package/getCloudBackupSchedule.js.map +1 -1
- package/getCloudBackupSnapshot.d.ts +0 -4
- package/getCloudBackupSnapshot.js +0 -4
- package/getCloudBackupSnapshot.js.map +1 -1
- package/getCloudBackupSnapshotExportBucket.d.ts +0 -4
- package/getCloudBackupSnapshotExportBucket.js +0 -4
- package/getCloudBackupSnapshotExportBucket.js.map +1 -1
- package/getCloudBackupSnapshotExportBuckets.d.ts +0 -4
- package/getCloudBackupSnapshotExportBuckets.js +0 -4
- package/getCloudBackupSnapshotExportBuckets.js.map +1 -1
- package/getCloudBackupSnapshotExportJob.d.ts +0 -4
- package/getCloudBackupSnapshotExportJob.js +0 -4
- package/getCloudBackupSnapshotExportJob.js.map +1 -1
- package/getCloudBackupSnapshotExportJobs.d.ts +0 -4
- package/getCloudBackupSnapshotExportJobs.js +0 -4
- package/getCloudBackupSnapshotExportJobs.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJob.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJob.js +0 -4
- package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJobs.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js.map +1 -1
- package/getCloudBackupSnapshots.d.ts +0 -4
- package/getCloudBackupSnapshots.js +0 -4
- package/getCloudBackupSnapshots.js.map +1 -1
- package/getCloudProviderAccessSetup.d.ts +0 -4
- package/getCloudProviderAccessSetup.js +0 -4
- package/getCloudProviderAccessSetup.js.map +1 -1
- package/getCloudUserOrgAssignment.d.ts +171 -0
- package/getCloudUserOrgAssignment.js +90 -0
- package/getCloudUserOrgAssignment.js.map +1 -0
- package/getCloudUserProjectAssignment.d.ts +117 -0
- package/getCloudUserProjectAssignment.js +92 -0
- package/getCloudUserProjectAssignment.js.map +1 -0
- package/getCloudUserTeamAssignment.d.ts +183 -0
- package/getCloudUserTeamAssignment.js +92 -0
- package/getCloudUserTeamAssignment.js.map +1 -0
- package/getClusters.d.ts +4 -4
- package/getClusters.js +4 -4
- package/getControlPlaneIpAddresses.d.ts +0 -4
- package/getControlPlaneIpAddresses.js +0 -4
- package/getControlPlaneIpAddresses.js.map +1 -1
- package/getCustomDbRole.d.ts +0 -4
- package/getCustomDbRole.js +0 -4
- package/getCustomDbRole.js.map +1 -1
- package/getCustomDbRoles.d.ts +0 -4
- package/getCustomDbRoles.js +0 -4
- package/getCustomDbRoles.js.map +1 -1
- package/getCustomDnsConfigurationClusterAws.d.ts +0 -4
- package/getCustomDnsConfigurationClusterAws.js +0 -4
- package/getCustomDnsConfigurationClusterAws.js.map +1 -1
- package/getDatabaseUser.d.ts +1 -5
- package/getDatabaseUser.js +0 -4
- package/getDatabaseUser.js.map +1 -1
- package/getDatabaseUsers.d.ts +0 -4
- package/getDatabaseUsers.js +0 -4
- package/getDatabaseUsers.js.map +1 -1
- package/getEncryptionAtRest.d.ts +0 -4
- package/getEncryptionAtRest.js +0 -4
- package/getEncryptionAtRest.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoint.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoints.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js.map +1 -1
- package/getEventTrigger.d.ts +0 -4
- package/getEventTrigger.js +0 -4
- package/getEventTrigger.js.map +1 -1
- package/getEventTriggers.d.ts +0 -4
- package/getEventTriggers.js +0 -4
- package/getEventTriggers.js.map +1 -1
- package/getFederatedDatabaseInstance.d.ts +45 -15
- package/getFederatedDatabaseInstance.js +40 -10
- package/getFederatedDatabaseInstance.js.map +1 -1
- package/getFederatedDatabaseInstances.d.ts +0 -4
- package/getFederatedDatabaseInstances.js +0 -4
- package/getFederatedDatabaseInstances.js.map +1 -1
- package/getFederatedQueryLimit.d.ts +0 -4
- package/getFederatedQueryLimit.js +0 -4
- package/getFederatedQueryLimit.js.map +1 -1
- package/getFederatedQueryLimits.d.ts +0 -4
- package/getFederatedQueryLimits.js +0 -4
- package/getFederatedQueryLimits.js.map +1 -1
- package/getFederatedSettings.d.ts +0 -4
- package/getFederatedSettings.js +0 -4
- package/getFederatedSettings.js.map +1 -1
- package/getFederatedSettingsIdentityProvider.d.ts +0 -4
- package/getFederatedSettingsIdentityProvider.js +0 -4
- package/getFederatedSettingsIdentityProvider.js.map +1 -1
- package/getFederatedSettingsIdentityProviders.d.ts +0 -4
- package/getFederatedSettingsIdentityProviders.js +0 -4
- package/getFederatedSettingsIdentityProviders.js.map +1 -1
- package/getFederatedSettingsOrgConfig.d.ts +0 -4
- package/getFederatedSettingsOrgConfig.js +0 -4
- package/getFederatedSettingsOrgConfig.js.map +1 -1
- package/getFederatedSettingsOrgConfigs.d.ts +0 -4
- package/getFederatedSettingsOrgConfigs.js +0 -4
- package/getFederatedSettingsOrgConfigs.js.map +1 -1
- package/getFederatedSettingsOrgRoleMapping.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMapping.js +0 -4
- package/getFederatedSettingsOrgRoleMapping.js.map +1 -1
- package/getFederatedSettingsOrgRoleMappings.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMappings.js +0 -4
- package/getFederatedSettingsOrgRoleMappings.js.map +1 -1
- package/getFlexCluster.d.ts +0 -4
- package/getFlexCluster.js +0 -4
- package/getFlexCluster.js.map +1 -1
- package/getFlexClusters.d.ts +0 -4
- package/getFlexClusters.js +0 -4
- package/getFlexClusters.js.map +1 -1
- package/getFlexRestoreJob.d.ts +0 -4
- package/getFlexRestoreJob.js +0 -4
- package/getFlexRestoreJob.js.map +1 -1
- package/getFlexRestoreJobs.d.ts +0 -4
- package/getFlexRestoreJobs.js +0 -4
- package/getFlexRestoreJobs.js.map +1 -1
- package/getFlexSnapshot.d.ts +0 -4
- package/getFlexSnapshot.js +0 -4
- package/getFlexSnapshot.js.map +1 -1
- package/getFlexSnapshots.d.ts +0 -4
- package/getFlexSnapshots.js +0 -4
- package/getFlexSnapshots.js.map +1 -1
- package/getGlobalClusterConfig.d.ts +0 -12
- package/getGlobalClusterConfig.js +0 -4
- package/getGlobalClusterConfig.js.map +1 -1
- package/getLdapConfiguration.d.ts +0 -4
- package/getLdapConfiguration.js +0 -4
- package/getLdapConfiguration.js.map +1 -1
- package/getLdapVerify.d.ts +0 -4
- package/getLdapVerify.js +0 -4
- package/getLdapVerify.js.map +1 -1
- package/getMaintenanceWindow.d.ts +6 -6
- package/getMaintenanceWindow.js +4 -4
- package/getMongodbEmployeeAccessGrant.d.ts +0 -4
- package/getMongodbEmployeeAccessGrant.js +0 -4
- package/getMongodbEmployeeAccessGrant.js.map +1 -1
- package/getNetworkContainer.d.ts +0 -4
- package/getNetworkContainer.js +0 -4
- package/getNetworkContainer.js.map +1 -1
- package/getNetworkContainers.d.ts +0 -4
- package/getNetworkContainers.js +0 -4
- package/getNetworkContainers.js.map +1 -1
- package/getNetworkPeering.d.ts +0 -4
- package/getNetworkPeering.js +0 -4
- package/getNetworkPeering.js.map +1 -1
- package/getNetworkPeerings.d.ts +0 -4
- package/getNetworkPeerings.js +0 -4
- package/getNetworkPeerings.js.map +1 -1
- package/getOnlineArchive.d.ts +2 -6
- package/getOnlineArchive.js +2 -6
- package/getOnlineArchive.js.map +1 -1
- package/getOnlineArchives.d.ts +2 -6
- package/getOnlineArchives.js +2 -6
- package/getOnlineArchives.js.map +1 -1
- package/getOrgInvitation.d.ts +4 -4
- package/getOrgInvitation.js +4 -4
- package/getOrganization.d.ts +4 -4
- package/getOrganization.js +0 -4
- package/getOrganization.js.map +1 -1
- package/getOrganizations.d.ts +0 -4
- package/getOrganizations.js +0 -4
- package/getOrganizations.js.map +1 -1
- package/getPrivateEndpointRegionalMode.d.ts +0 -4
- package/getPrivateEndpointRegionalMode.js +0 -4
- package/getPrivateEndpointRegionalMode.js.map +1 -1
- package/getPrivateLinkEndpoint.d.ts +0 -4
- package/getPrivateLinkEndpoint.js +0 -4
- package/getPrivateLinkEndpoint.js.map +1 -1
- package/getPrivateLinkEndpointService.d.ts +0 -4
- package/getPrivateLinkEndpointService.js +0 -4
- package/getPrivateLinkEndpointService.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.d.ts +2 -6
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.d.ts +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js.map +1 -1
- package/getProject.d.ts +11 -57
- package/getProject.js +0 -56
- package/getProject.js.map +1 -1
- package/getProjectInvitation.d.ts +4 -4
- package/getProjectInvitation.js +4 -4
- package/getProjectIpAccessList.d.ts +0 -4
- package/getProjectIpAccessList.js +0 -4
- package/getProjectIpAccessList.js.map +1 -1
- package/getProjectIpAddresses.d.ts +0 -4
- package/getProjectIpAddresses.js +0 -4
- package/getProjectIpAddresses.js.map +1 -1
- package/getProjects.d.ts +1 -31
- package/getProjects.js +0 -30
- package/getProjects.js.map +1 -1
- package/getPushBasedLogExport.d.ts +0 -4
- package/getPushBasedLogExport.js +0 -4
- package/getPushBasedLogExport.js.map +1 -1
- package/getResourcePolicies.d.ts +0 -4
- package/getResourcePolicies.js +0 -4
- package/getResourcePolicies.js.map +1 -1
- package/getResourcePolicy.d.ts +0 -4
- package/getResourcePolicy.js +0 -4
- package/getResourcePolicy.js.map +1 -1
- package/getRolesOrgId.d.ts +3 -7
- package/getRolesOrgId.js +2 -6
- package/getRolesOrgId.js.map +1 -1
- package/getSearchDeployment.d.ts +0 -4
- package/getSearchDeployment.js +0 -4
- package/getSearchDeployment.js.map +1 -1
- package/getSearchIndex.d.ts +9 -5
- package/getSearchIndex.js +0 -4
- package/getSearchIndex.js.map +1 -1
- package/getSearchIndexes.d.ts +0 -4
- package/getSearchIndexes.js +0 -4
- package/getSearchIndexes.js.map +1 -1
- package/getServerlessInstance.d.ts +2 -20
- package/getServerlessInstance.js +2 -20
- package/getServerlessInstance.js.map +1 -1
- package/getServerlessInstances.d.ts +2 -2
- package/getServerlessInstances.js +2 -2
- package/getStreamAccountDetails.d.ts +0 -4
- package/getStreamAccountDetails.js +0 -4
- package/getStreamAccountDetails.js.map +1 -1
- package/getStreamConnection.d.ts +55 -13
- package/getStreamConnection.js +30 -6
- package/getStreamConnection.js.map +1 -1
- package/getStreamConnections.d.ts +28 -12
- package/getStreamConnections.js +4 -6
- package/getStreamConnections.js.map +1 -1
- package/getStreamInstance.d.ts +42 -2
- package/getStreamInstance.js +42 -2
- package/getStreamInstance.js.map +1 -1
- package/getStreamInstances.d.ts +38 -2
- package/getStreamInstances.js +38 -2
- package/getStreamInstances.js.map +1 -1
- package/getStreamPrivatelinkEndpoint.d.ts +53 -4
- package/getStreamPrivatelinkEndpoint.js +52 -4
- package/getStreamPrivatelinkEndpoint.js.map +1 -1
- package/getStreamPrivatelinkEndpoints.d.ts +52 -4
- package/getStreamPrivatelinkEndpoints.js +52 -4
- package/getStreamPrivatelinkEndpoints.js.map +1 -1
- package/getStreamProcessor.d.ts +28 -29
- package/getStreamProcessor.js +18 -20
- package/getStreamProcessor.js.map +1 -1
- package/getStreamProcessors.d.ts +25 -26
- package/getStreamProcessors.js +18 -20
- package/getStreamProcessors.js.map +1 -1
- package/getStreamWorkspace.d.ts +92 -0
- package/getStreamWorkspace.js +66 -0
- package/getStreamWorkspace.js.map +1 -0
- package/getStreamWorkspaces.d.ts +101 -0
- package/getStreamWorkspaces.js +66 -0
- package/getStreamWorkspaces.js.map +1 -0
- package/getTeam.d.ts +8 -5
- package/getTeam.js +0 -4
- package/getTeam.js.map +1 -1
- package/getTeamProjectAssignment.d.ts +88 -0
- package/getTeamProjectAssignment.js +74 -0
- package/getTeamProjectAssignment.js.map +1 -0
- package/getThirdPartyIntegration.d.ts +0 -4
- package/getThirdPartyIntegration.js +0 -4
- package/getThirdPartyIntegration.js.map +1 -1
- package/getThirdPartyIntegrations.d.ts +0 -4
- package/getThirdPartyIntegrations.js +0 -4
- package/getThirdPartyIntegrations.js.map +1 -1
- package/getX509AuthenticationDatabaseUser.d.ts +0 -4
- package/getX509AuthenticationDatabaseUser.js +0 -4
- package/getX509AuthenticationDatabaseUser.js.map +1 -1
- package/globalClusterConfig.d.ts +0 -18
- package/globalClusterConfig.js +0 -4
- package/globalClusterConfig.js.map +1 -1
- package/index.d.ts +33 -36
- package/index.js +49 -50
- package/index.js.map +1 -1
- package/ldapConfiguration.d.ts +0 -2
- package/ldapConfiguration.js +0 -2
- package/ldapConfiguration.js.map +1 -1
- package/ldapVerify.d.ts +0 -2
- package/ldapVerify.js +0 -2
- package/ldapVerify.js.map +1 -1
- package/maintenanceWindow.d.ts +19 -11
- package/maintenanceWindow.js +9 -3
- package/maintenanceWindow.js.map +1 -1
- package/mongodbEmployeeAccessGrant.d.ts +3 -2
- package/mongodbEmployeeAccessGrant.js +3 -2
- package/mongodbEmployeeAccessGrant.js.map +1 -1
- package/networkContainer.d.ts +3 -2
- package/networkContainer.js +3 -2
- package/networkContainer.js.map +1 -1
- package/networkPeering.d.ts +18 -8
- package/networkPeering.js +2 -2
- package/networkPeering.js.map +1 -1
- package/onlineArchive.d.ts +17 -5
- package/onlineArchive.js +4 -2
- package/onlineArchive.js.map +1 -1
- package/orgInvitation.d.ts +3 -0
- package/orgInvitation.js +3 -0
- package/orgInvitation.js.map +1 -1
- package/organization.d.ts +5 -2
- package/organization.js +5 -2
- package/organization.js.map +1 -1
- package/package.json +2 -2
- package/privateEndpointRegionalMode.d.ts +0 -2
- package/privateEndpointRegionalMode.js +0 -2
- package/privateEndpointRegionalMode.js.map +1 -1
- package/privateLinkEndpoint.d.ts +16 -2
- package/privateLinkEndpoint.js +6 -2
- package/privateLinkEndpoint.js.map +1 -1
- package/privateLinkEndpointService.d.ts +12 -0
- package/privateLinkEndpointService.js +2 -0
- package/privateLinkEndpointService.js.map +1 -1
- package/privatelinkEndpointServiceDataFederationOnlineArchive.d.ts +6 -5
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js +3 -2
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/project.d.ts +12 -15
- package/project.js +3 -15
- package/project.js.map +1 -1
- package/projectApiKey.d.ts +3 -0
- package/projectApiKey.js +3 -0
- package/projectApiKey.js.map +1 -1
- package/projectInvitation.d.ts +3 -0
- package/projectInvitation.js +3 -0
- package/projectInvitation.js.map +1 -1
- package/projectIpAccessList.d.ts +5 -2
- package/projectIpAccessList.js +5 -2
- package/projectIpAccessList.js.map +1 -1
- package/provider.d.ts +24 -0
- package/provider.js +3 -0
- package/provider.js.map +1 -1
- package/pushBasedLogExport.d.ts +15 -0
- package/pushBasedLogExport.js +5 -0
- package/pushBasedLogExport.js.map +1 -1
- package/resourcePolicy.d.ts +0 -2
- package/resourcePolicy.js +0 -2
- package/resourcePolicy.js.map +1 -1
- package/searchDeployment.d.ts +7 -6
- package/searchDeployment.js +3 -2
- package/searchDeployment.js.map +1 -1
- package/searchIndex.d.ts +50 -5
- package/searchIndex.js +27 -2
- package/searchIndex.js.map +1 -1
- package/serverlessInstance.d.ts +1 -10
- package/serverlessInstance.js +1 -10
- package/serverlessInstance.js.map +1 -1
- package/streamConnection.d.ts +77 -17
- package/streamConnection.js +47 -12
- package/streamConnection.js.map +1 -1
- package/streamInstance.d.ts +4 -4
- package/streamInstance.js +4 -4
- package/streamPrivatelinkEndpoint.d.ts +55 -5
- package/streamPrivatelinkEndpoint.js +36 -2
- package/streamPrivatelinkEndpoint.js.map +1 -1
- package/streamProcessor.d.ts +52 -18
- package/streamProcessor.js +17 -13
- package/streamProcessor.js.map +1 -1
- package/streamWorkspace.d.ts +144 -0
- package/streamWorkspace.js +116 -0
- package/streamWorkspace.js.map +1 -0
- package/team.d.ts +14 -6
- package/team.js +4 -5
- package/team.js.map +1 -1
- package/teamProjectAssignment.d.ts +108 -0
- package/teamProjectAssignment.js +98 -0
- package/teamProjectAssignment.js.map +1 -0
- package/thirdPartyIntegration.d.ts +3 -2
- package/thirdPartyIntegration.js +3 -2
- package/thirdPartyIntegration.js.map +1 -1
- package/types/input.d.ts +252 -249
- package/types/output.d.ts +1078 -751
- package/x509authenticationDatabaseUser.d.ts +0 -2
- package/x509authenticationDatabaseUser.js +0 -2
- package/x509authenticationDatabaseUser.js.map +1 -1
- package/dataLakePipeline.d.ts +0 -239
- package/dataLakePipeline.js +0 -145
- package/dataLakePipeline.js.map +0 -1
- package/get509AuthenticationDatabaseUser.d.ts +0 -190
- package/get509AuthenticationDatabaseUser.js +0 -170
- package/get509AuthenticationDatabaseUser.js.map +0 -1
- package/getDataLakePipeline.d.ts +0 -230
- package/getDataLakePipeline.js +0 -162
- package/getDataLakePipeline.js.map +0 -1
- package/getDataLakePipelineRun.d.ts +0 -104
- package/getDataLakePipelineRun.js +0 -44
- package/getDataLakePipelineRun.js.map +0 -1
- package/getDataLakePipelineRuns.d.ts +0 -137
- package/getDataLakePipelineRuns.js +0 -116
- package/getDataLakePipelineRuns.js.map +0 -1
- package/getDataLakePipelines.d.ts +0 -58
- package/getDataLakePipelines.js +0 -40
- package/getDataLakePipelines.js.map +0 -1
- package/getPrivatelinkEndpointServiceServerless.d.ts +0 -220
- package/getPrivatelinkEndpointServiceServerless.js +0 -178
- package/getPrivatelinkEndpointServiceServerless.js.map +0 -1
- package/getPrivatelinkEndpointsServiceServerless.d.ts +0 -187
- package/getPrivatelinkEndpointsServiceServerless.js +0 -166
- package/getPrivatelinkEndpointsServiceServerless.js.map +0 -1
- package/getTeams.d.ts +0 -46
- package/getTeams.js +0 -40
- package/getTeams.js.map +0 -1
- package/privatelinkEndpointServerless.d.ts +0 -143
- package/privatelinkEndpointServerless.js +0 -109
- package/privatelinkEndpointServerless.js.map +0 -1
- package/privatelinkEndpointServiceServerless.d.ts +0 -236
- package/privatelinkEndpointServiceServerless.js +0 -177
- package/privatelinkEndpointServiceServerless.js.map +0 -1
- package/teams.d.ts +0 -52
- package/teams.js +0 -66
- package/teams.js.map +0 -1
package/getStreamConnection.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.StreamConnection
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.StreamConnection` describes a stream connection.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -13,7 +11,20 @@ import * as outputs from "./types/output";
|
|
|
13
11
|
*
|
|
14
12
|
* const example = mongodbatlas.getStreamConnection({
|
|
15
13
|
* projectId: "<PROJECT_ID>",
|
|
16
|
-
*
|
|
14
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
15
|
+
* connectionName: "<CONNECTION_NAME>",
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ### Example using workspaceName
|
|
20
|
+
*
|
|
21
|
+
* ```typescript
|
|
22
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
23
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
24
|
+
*
|
|
25
|
+
* const example = mongodbatlas.getStreamConnection({
|
|
26
|
+
* projectId: "<PROJECT_ID>",
|
|
27
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
17
28
|
* connectionName: "<CONNECTION_NAME>",
|
|
18
29
|
* });
|
|
19
30
|
* ```
|
|
@@ -24,17 +35,25 @@ export declare function getStreamConnection(args: GetStreamConnectionArgs, opts?
|
|
|
24
35
|
*/
|
|
25
36
|
export interface GetStreamConnectionArgs {
|
|
26
37
|
/**
|
|
27
|
-
*
|
|
38
|
+
* Label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
|
|
39
|
+
*
|
|
40
|
+
* > **NOTE:** Either `workspaceName` or `instanceName` must be provided, but not both. These fields are functionally identical and `workspaceName` is an alias for `instanceName`. `workspaceName` should be used instead of `instanceName`.
|
|
28
41
|
*/
|
|
29
42
|
connectionName: string;
|
|
30
43
|
/**
|
|
31
|
-
*
|
|
44
|
+
* Label that identifies the stream processing workspace. Attribute is deprecated and will be removed in following major versions in favor of `workspaceName`.
|
|
45
|
+
*
|
|
46
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
32
47
|
*/
|
|
33
|
-
instanceName
|
|
48
|
+
instanceName?: string;
|
|
34
49
|
/**
|
|
35
50
|
* Unique 24-hexadecimal digit string that identifies your project.
|
|
36
51
|
*/
|
|
37
52
|
projectId: string;
|
|
53
|
+
/**
|
|
54
|
+
* Label that identifies the stream processing workspace. Conflicts with `instanceName`.
|
|
55
|
+
*/
|
|
56
|
+
workspaceName?: string;
|
|
38
57
|
}
|
|
39
58
|
/**
|
|
40
59
|
* A collection of values returned by getStreamConnection.
|
|
@@ -78,7 +97,10 @@ export interface GetStreamConnectionResult {
|
|
|
78
97
|
[key: string]: string;
|
|
79
98
|
};
|
|
80
99
|
readonly id: string;
|
|
81
|
-
|
|
100
|
+
/**
|
|
101
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
102
|
+
*/
|
|
103
|
+
readonly instanceName?: string;
|
|
82
104
|
/**
|
|
83
105
|
* Networking Access Type can either be `PUBLIC` (default) or `VPC`. See networking.
|
|
84
106
|
*/
|
|
@@ -96,10 +118,9 @@ export interface GetStreamConnectionResult {
|
|
|
96
118
|
* URL of the HTTPs endpoint that will be used for creating a connection.
|
|
97
119
|
*/
|
|
98
120
|
readonly url: string;
|
|
121
|
+
readonly workspaceName?: string;
|
|
99
122
|
}
|
|
100
123
|
/**
|
|
101
|
-
* ## # Data Source: mongodbatlas.StreamConnection
|
|
102
|
-
*
|
|
103
124
|
* `mongodbatlas.StreamConnection` describes a stream connection.
|
|
104
125
|
*
|
|
105
126
|
* ## Example Usage
|
|
@@ -110,7 +131,20 @@ export interface GetStreamConnectionResult {
|
|
|
110
131
|
*
|
|
111
132
|
* const example = mongodbatlas.getStreamConnection({
|
|
112
133
|
* projectId: "<PROJECT_ID>",
|
|
113
|
-
*
|
|
134
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
135
|
+
* connectionName: "<CONNECTION_NAME>",
|
|
136
|
+
* });
|
|
137
|
+
* ```
|
|
138
|
+
*
|
|
139
|
+
* ### Example using workspaceName
|
|
140
|
+
*
|
|
141
|
+
* ```typescript
|
|
142
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
143
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
144
|
+
*
|
|
145
|
+
* const example = mongodbatlas.getStreamConnection({
|
|
146
|
+
* projectId: "<PROJECT_ID>",
|
|
147
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
114
148
|
* connectionName: "<CONNECTION_NAME>",
|
|
115
149
|
* });
|
|
116
150
|
* ```
|
|
@@ -121,15 +155,23 @@ export declare function getStreamConnectionOutput(args: GetStreamConnectionOutpu
|
|
|
121
155
|
*/
|
|
122
156
|
export interface GetStreamConnectionOutputArgs {
|
|
123
157
|
/**
|
|
124
|
-
*
|
|
158
|
+
* Label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
|
|
159
|
+
*
|
|
160
|
+
* > **NOTE:** Either `workspaceName` or `instanceName` must be provided, but not both. These fields are functionally identical and `workspaceName` is an alias for `instanceName`. `workspaceName` should be used instead of `instanceName`.
|
|
125
161
|
*/
|
|
126
162
|
connectionName: pulumi.Input<string>;
|
|
127
163
|
/**
|
|
128
|
-
*
|
|
164
|
+
* Label that identifies the stream processing workspace. Attribute is deprecated and will be removed in following major versions in favor of `workspaceName`.
|
|
165
|
+
*
|
|
166
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
129
167
|
*/
|
|
130
|
-
instanceName
|
|
168
|
+
instanceName?: pulumi.Input<string>;
|
|
131
169
|
/**
|
|
132
170
|
* Unique 24-hexadecimal digit string that identifies your project.
|
|
133
171
|
*/
|
|
134
172
|
projectId: pulumi.Input<string>;
|
|
173
|
+
/**
|
|
174
|
+
* Label that identifies the stream processing workspace. Conflicts with `instanceName`.
|
|
175
|
+
*/
|
|
176
|
+
workspaceName?: pulumi.Input<string>;
|
|
135
177
|
}
|
package/getStreamConnection.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getStreamConnectionOutput = exports.getStreamConnection = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.StreamConnection
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.StreamConnection` describes a stream connection.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -18,7 +16,20 @@ const utilities = require("./utilities");
|
|
|
18
16
|
*
|
|
19
17
|
* const example = mongodbatlas.getStreamConnection({
|
|
20
18
|
* projectId: "<PROJECT_ID>",
|
|
21
|
-
*
|
|
19
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
20
|
+
* connectionName: "<CONNECTION_NAME>",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ### Example using workspaceName
|
|
25
|
+
*
|
|
26
|
+
* ```typescript
|
|
27
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
28
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
29
|
+
*
|
|
30
|
+
* const example = mongodbatlas.getStreamConnection({
|
|
31
|
+
* projectId: "<PROJECT_ID>",
|
|
32
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
22
33
|
* connectionName: "<CONNECTION_NAME>",
|
|
23
34
|
* });
|
|
24
35
|
* ```
|
|
@@ -29,12 +40,11 @@ function getStreamConnection(args, opts) {
|
|
|
29
40
|
"connectionName": args.connectionName,
|
|
30
41
|
"instanceName": args.instanceName,
|
|
31
42
|
"projectId": args.projectId,
|
|
43
|
+
"workspaceName": args.workspaceName,
|
|
32
44
|
}, opts);
|
|
33
45
|
}
|
|
34
46
|
exports.getStreamConnection = getStreamConnection;
|
|
35
47
|
/**
|
|
36
|
-
* ## # Data Source: mongodbatlas.StreamConnection
|
|
37
|
-
*
|
|
38
48
|
* `mongodbatlas.StreamConnection` describes a stream connection.
|
|
39
49
|
*
|
|
40
50
|
* ## Example Usage
|
|
@@ -45,7 +55,20 @@ exports.getStreamConnection = getStreamConnection;
|
|
|
45
55
|
*
|
|
46
56
|
* const example = mongodbatlas.getStreamConnection({
|
|
47
57
|
* projectId: "<PROJECT_ID>",
|
|
48
|
-
*
|
|
58
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
59
|
+
* connectionName: "<CONNECTION_NAME>",
|
|
60
|
+
* });
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* ### Example using workspaceName
|
|
64
|
+
*
|
|
65
|
+
* ```typescript
|
|
66
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
67
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
68
|
+
*
|
|
69
|
+
* const example = mongodbatlas.getStreamConnection({
|
|
70
|
+
* projectId: "<PROJECT_ID>",
|
|
71
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
49
72
|
* connectionName: "<CONNECTION_NAME>",
|
|
50
73
|
* });
|
|
51
74
|
* ```
|
|
@@ -56,6 +79,7 @@ function getStreamConnectionOutput(args, opts) {
|
|
|
56
79
|
"connectionName": args.connectionName,
|
|
57
80
|
"instanceName": args.instanceName,
|
|
58
81
|
"projectId": args.projectId,
|
|
82
|
+
"workspaceName": args.workspaceName,
|
|
59
83
|
}, opts);
|
|
60
84
|
}
|
|
61
85
|
exports.getStreamConnectionOutput = getStreamConnectionOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreamConnection.js","sourceRoot":"","sources":["../getStreamConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreamConnection.js","sourceRoot":"","sources":["../getStreamConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AAyFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.getStreamConnections
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getStreamConnections` describes all connections of a stream instance for the specified project.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -13,7 +11,7 @@ import * as outputs from "./types/output";
|
|
|
13
11
|
*
|
|
14
12
|
* const test = mongodbatlas.getStreamConnections({
|
|
15
13
|
* projectId: "<PROJECT_ID>",
|
|
16
|
-
*
|
|
14
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
17
15
|
* });
|
|
18
16
|
* ```
|
|
19
17
|
*/
|
|
@@ -23,9 +21,11 @@ export declare function getStreamConnections(args: GetStreamConnectionsArgs, opt
|
|
|
23
21
|
*/
|
|
24
22
|
export interface GetStreamConnectionsArgs {
|
|
25
23
|
/**
|
|
26
|
-
*
|
|
24
|
+
* Label that identifies the stream processing workspace. Attribute is deprecated and will be removed in following major versions in favor of `workspaceName`.
|
|
25
|
+
*
|
|
26
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
27
27
|
*/
|
|
28
|
-
instanceName
|
|
28
|
+
instanceName?: string;
|
|
29
29
|
/**
|
|
30
30
|
* Number of items that the response returns per page, up to a maximum of `500`. Defaults to `100`.
|
|
31
31
|
*/
|
|
@@ -38,6 +38,12 @@ export interface GetStreamConnectionsArgs {
|
|
|
38
38
|
* Unique 24-hexadecimal digit string that identifies your project.
|
|
39
39
|
*/
|
|
40
40
|
projectId: string;
|
|
41
|
+
/**
|
|
42
|
+
* Label that identifies the stream processing workspace. Conflicts with `instanceName`.
|
|
43
|
+
*
|
|
44
|
+
* > **NOTE:** Either `workspaceName` or `instanceName` must be provided, but not both. These fields are functionally identical and `workspaceName` is an alias for `instanceName`. `workspaceName` should be used instead of `instanceName`.
|
|
45
|
+
*/
|
|
46
|
+
workspaceName?: string;
|
|
41
47
|
}
|
|
42
48
|
/**
|
|
43
49
|
* A collection of values returned by getStreamConnections.
|
|
@@ -48,9 +54,9 @@ export interface GetStreamConnectionsResult {
|
|
|
48
54
|
*/
|
|
49
55
|
readonly id: string;
|
|
50
56
|
/**
|
|
51
|
-
*
|
|
57
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
52
58
|
*/
|
|
53
|
-
readonly instanceName
|
|
59
|
+
readonly instanceName?: string;
|
|
54
60
|
readonly itemsPerPage?: number;
|
|
55
61
|
readonly pageNum?: number;
|
|
56
62
|
/**
|
|
@@ -65,10 +71,12 @@ export interface GetStreamConnectionsResult {
|
|
|
65
71
|
* Count of the total number of items in the result set. The count might be greater than the number of objects in the results array if the entire result set is paginated.
|
|
66
72
|
*/
|
|
67
73
|
readonly totalCount: number;
|
|
74
|
+
/**
|
|
75
|
+
* Label that identifies the stream processing workspace.
|
|
76
|
+
*/
|
|
77
|
+
readonly workspaceName?: string;
|
|
68
78
|
}
|
|
69
79
|
/**
|
|
70
|
-
* ## # Data Source: mongodbatlas.getStreamConnections
|
|
71
|
-
*
|
|
72
80
|
* `mongodbatlas.getStreamConnections` describes all connections of a stream instance for the specified project.
|
|
73
81
|
*
|
|
74
82
|
* ## Example Usage
|
|
@@ -79,7 +87,7 @@ export interface GetStreamConnectionsResult {
|
|
|
79
87
|
*
|
|
80
88
|
* const test = mongodbatlas.getStreamConnections({
|
|
81
89
|
* projectId: "<PROJECT_ID>",
|
|
82
|
-
*
|
|
90
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
83
91
|
* });
|
|
84
92
|
* ```
|
|
85
93
|
*/
|
|
@@ -89,9 +97,11 @@ export declare function getStreamConnectionsOutput(args: GetStreamConnectionsOut
|
|
|
89
97
|
*/
|
|
90
98
|
export interface GetStreamConnectionsOutputArgs {
|
|
91
99
|
/**
|
|
92
|
-
*
|
|
100
|
+
* Label that identifies the stream processing workspace. Attribute is deprecated and will be removed in following major versions in favor of `workspaceName`.
|
|
101
|
+
*
|
|
102
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
93
103
|
*/
|
|
94
|
-
instanceName
|
|
104
|
+
instanceName?: pulumi.Input<string>;
|
|
95
105
|
/**
|
|
96
106
|
* Number of items that the response returns per page, up to a maximum of `500`. Defaults to `100`.
|
|
97
107
|
*/
|
|
@@ -104,4 +114,10 @@ export interface GetStreamConnectionsOutputArgs {
|
|
|
104
114
|
* Unique 24-hexadecimal digit string that identifies your project.
|
|
105
115
|
*/
|
|
106
116
|
projectId: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* Label that identifies the stream processing workspace. Conflicts with `instanceName`.
|
|
119
|
+
*
|
|
120
|
+
* > **NOTE:** Either `workspaceName` or `instanceName` must be provided, but not both. These fields are functionally identical and `workspaceName` is an alias for `instanceName`. `workspaceName` should be used instead of `instanceName`.
|
|
121
|
+
*/
|
|
122
|
+
workspaceName?: pulumi.Input<string>;
|
|
107
123
|
}
|
package/getStreamConnections.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getStreamConnectionsOutput = exports.getStreamConnections = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getStreamConnections
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getStreamConnections` describes all connections of a stream instance for the specified project.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -18,7 +16,7 @@ const utilities = require("./utilities");
|
|
|
18
16
|
*
|
|
19
17
|
* const test = mongodbatlas.getStreamConnections({
|
|
20
18
|
* projectId: "<PROJECT_ID>",
|
|
21
|
-
*
|
|
19
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
22
20
|
* });
|
|
23
21
|
* ```
|
|
24
22
|
*/
|
|
@@ -29,12 +27,11 @@ function getStreamConnections(args, opts) {
|
|
|
29
27
|
"itemsPerPage": args.itemsPerPage,
|
|
30
28
|
"pageNum": args.pageNum,
|
|
31
29
|
"projectId": args.projectId,
|
|
30
|
+
"workspaceName": args.workspaceName,
|
|
32
31
|
}, opts);
|
|
33
32
|
}
|
|
34
33
|
exports.getStreamConnections = getStreamConnections;
|
|
35
34
|
/**
|
|
36
|
-
* ## # Data Source: mongodbatlas.getStreamConnections
|
|
37
|
-
*
|
|
38
35
|
* `mongodbatlas.getStreamConnections` describes all connections of a stream instance for the specified project.
|
|
39
36
|
*
|
|
40
37
|
* ## Example Usage
|
|
@@ -45,7 +42,7 @@ exports.getStreamConnections = getStreamConnections;
|
|
|
45
42
|
*
|
|
46
43
|
* const test = mongodbatlas.getStreamConnections({
|
|
47
44
|
* projectId: "<PROJECT_ID>",
|
|
48
|
-
*
|
|
45
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
49
46
|
* });
|
|
50
47
|
* ```
|
|
51
48
|
*/
|
|
@@ -56,6 +53,7 @@ function getStreamConnectionsOutput(args, opts) {
|
|
|
56
53
|
"itemsPerPage": args.itemsPerPage,
|
|
57
54
|
"pageNum": args.pageNum,
|
|
58
55
|
"projectId": args.projectId,
|
|
56
|
+
"workspaceName": args.workspaceName,
|
|
59
57
|
}, opts);
|
|
60
58
|
}
|
|
61
59
|
exports.getStreamConnectionsOutput = getStreamConnectionsOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreamConnections.js","sourceRoot":"","sources":["../getStreamConnections.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreamConnections.js","sourceRoot":"","sources":["../getStreamConnections.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oDASC;AA+DD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gEASC"}
|
package/getStreamInstance.d.ts
CHANGED
|
@@ -1,10 +1,30 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* > **DEPRECATED:** This data source is deprecated. Please use `mongodbatlas.StreamWorkspace` instead.
|
|
5
5
|
*
|
|
6
6
|
* `mongodbatlas.StreamInstance` describes a stream instance.
|
|
7
7
|
*
|
|
8
|
+
* ## Migration to streamWorkspace
|
|
9
|
+
*
|
|
10
|
+
* To migrate from `mongodbatlas.StreamInstance` to `mongodbatlas.StreamWorkspace`, update your data source configuration. See Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples:
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
15
|
+
*
|
|
16
|
+
* // New (recommended)
|
|
17
|
+
* const example = mongodbatlas.getStreamWorkspace({
|
|
18
|
+
* projectId: "<PROJECT_ID>",
|
|
19
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
20
|
+
* });
|
|
21
|
+
* // Old (deprecated)
|
|
22
|
+
* const exampleGetStreamInstance = mongodbatlas.getStreamInstance({
|
|
23
|
+
* projectId: "<PROJECT_ID>",
|
|
24
|
+
* instanceName: "<INSTANCE_NAME>",
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
8
28
|
* ## Example Usage
|
|
9
29
|
*
|
|
10
30
|
* ```typescript
|
|
@@ -52,10 +72,30 @@ export interface GetStreamInstanceResult {
|
|
|
52
72
|
readonly streamConfig: outputs.GetStreamInstanceStreamConfig;
|
|
53
73
|
}
|
|
54
74
|
/**
|
|
55
|
-
*
|
|
75
|
+
* > **DEPRECATED:** This data source is deprecated. Please use `mongodbatlas.StreamWorkspace` instead.
|
|
56
76
|
*
|
|
57
77
|
* `mongodbatlas.StreamInstance` describes a stream instance.
|
|
58
78
|
*
|
|
79
|
+
* ## Migration to streamWorkspace
|
|
80
|
+
*
|
|
81
|
+
* To migrate from `mongodbatlas.StreamInstance` to `mongodbatlas.StreamWorkspace`, update your data source configuration. See Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples:
|
|
82
|
+
*
|
|
83
|
+
* ```typescript
|
|
84
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
86
|
+
*
|
|
87
|
+
* // New (recommended)
|
|
88
|
+
* const example = mongodbatlas.getStreamWorkspace({
|
|
89
|
+
* projectId: "<PROJECT_ID>",
|
|
90
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
91
|
+
* });
|
|
92
|
+
* // Old (deprecated)
|
|
93
|
+
* const exampleGetStreamInstance = mongodbatlas.getStreamInstance({
|
|
94
|
+
* projectId: "<PROJECT_ID>",
|
|
95
|
+
* instanceName: "<INSTANCE_NAME>",
|
|
96
|
+
* });
|
|
97
|
+
* ```
|
|
98
|
+
*
|
|
59
99
|
* ## Example Usage
|
|
60
100
|
*
|
|
61
101
|
* ```typescript
|
package/getStreamInstance.js
CHANGED
|
@@ -6,10 +6,30 @@ exports.getStreamInstanceOutput = exports.getStreamInstance = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* > **DEPRECATED:** This data source is deprecated. Please use `mongodbatlas.StreamWorkspace` instead.
|
|
10
10
|
*
|
|
11
11
|
* `mongodbatlas.StreamInstance` describes a stream instance.
|
|
12
12
|
*
|
|
13
|
+
* ## Migration to streamWorkspace
|
|
14
|
+
*
|
|
15
|
+
* To migrate from `mongodbatlas.StreamInstance` to `mongodbatlas.StreamWorkspace`, update your data source configuration. See Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples:
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
20
|
+
*
|
|
21
|
+
* // New (recommended)
|
|
22
|
+
* const example = mongodbatlas.getStreamWorkspace({
|
|
23
|
+
* projectId: "<PROJECT_ID>",
|
|
24
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
25
|
+
* });
|
|
26
|
+
* // Old (deprecated)
|
|
27
|
+
* const exampleGetStreamInstance = mongodbatlas.getStreamInstance({
|
|
28
|
+
* projectId: "<PROJECT_ID>",
|
|
29
|
+
* instanceName: "<INSTANCE_NAME>",
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
13
33
|
* ## Example Usage
|
|
14
34
|
*
|
|
15
35
|
* ```typescript
|
|
@@ -31,10 +51,30 @@ function getStreamInstance(args, opts) {
|
|
|
31
51
|
}
|
|
32
52
|
exports.getStreamInstance = getStreamInstance;
|
|
33
53
|
/**
|
|
34
|
-
*
|
|
54
|
+
* > **DEPRECATED:** This data source is deprecated. Please use `mongodbatlas.StreamWorkspace` instead.
|
|
35
55
|
*
|
|
36
56
|
* `mongodbatlas.StreamInstance` describes a stream instance.
|
|
37
57
|
*
|
|
58
|
+
* ## Migration to streamWorkspace
|
|
59
|
+
*
|
|
60
|
+
* To migrate from `mongodbatlas.StreamInstance` to `mongodbatlas.StreamWorkspace`, update your data source configuration. See Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples:
|
|
61
|
+
*
|
|
62
|
+
* ```typescript
|
|
63
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
64
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
65
|
+
*
|
|
66
|
+
* // New (recommended)
|
|
67
|
+
* const example = mongodbatlas.getStreamWorkspace({
|
|
68
|
+
* projectId: "<PROJECT_ID>",
|
|
69
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
70
|
+
* });
|
|
71
|
+
* // Old (deprecated)
|
|
72
|
+
* const exampleGetStreamInstance = mongodbatlas.getStreamInstance({
|
|
73
|
+
* projectId: "<PROJECT_ID>",
|
|
74
|
+
* instanceName: "<INSTANCE_NAME>",
|
|
75
|
+
* });
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
38
78
|
* ## Example Usage
|
|
39
79
|
*
|
|
40
80
|
* ```typescript
|
package/getStreamInstance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreamInstance.js","sourceRoot":"","sources":["../getStreamInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreamInstance.js","sourceRoot":"","sources":["../getStreamInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AAoCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
|
package/getStreamInstances.d.ts
CHANGED
|
@@ -1,10 +1,28 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* > **DEPRECATED:** This data source is deprecated. Please use `mongodbatlas.getStreamWorkspaces` instead.
|
|
5
5
|
*
|
|
6
6
|
* `mongodbatlas.getStreamInstances` describes the stream instances defined in a project.
|
|
7
7
|
*
|
|
8
|
+
* ## Migration to streamWorkspaces
|
|
9
|
+
*
|
|
10
|
+
* To migrate from `mongodbatlas.getStreamInstances` to `mongodbatlas.getStreamWorkspaces`, update your data source configuration. See Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples:
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
15
|
+
*
|
|
16
|
+
* // New (recommended)
|
|
17
|
+
* const example = mongodbatlas.getStreamWorkspaces({
|
|
18
|
+
* projectId: "<PROJECT_ID>",
|
|
19
|
+
* });
|
|
20
|
+
* // Old (deprecated)
|
|
21
|
+
* const exampleGetStreamInstances = mongodbatlas.getStreamInstances({
|
|
22
|
+
* projectId: "<PROJECT_ID>",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
8
26
|
* ## Example Usage
|
|
9
27
|
*
|
|
10
28
|
* ```typescript
|
|
@@ -58,10 +76,28 @@ export interface GetStreamInstancesResult {
|
|
|
58
76
|
readonly totalCount: number;
|
|
59
77
|
}
|
|
60
78
|
/**
|
|
61
|
-
*
|
|
79
|
+
* > **DEPRECATED:** This data source is deprecated. Please use `mongodbatlas.getStreamWorkspaces` instead.
|
|
62
80
|
*
|
|
63
81
|
* `mongodbatlas.getStreamInstances` describes the stream instances defined in a project.
|
|
64
82
|
*
|
|
83
|
+
* ## Migration to streamWorkspaces
|
|
84
|
+
*
|
|
85
|
+
* To migrate from `mongodbatlas.getStreamInstances` to `mongodbatlas.getStreamWorkspaces`, update your data source configuration. See Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples:
|
|
86
|
+
*
|
|
87
|
+
* ```typescript
|
|
88
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
89
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
90
|
+
*
|
|
91
|
+
* // New (recommended)
|
|
92
|
+
* const example = mongodbatlas.getStreamWorkspaces({
|
|
93
|
+
* projectId: "<PROJECT_ID>",
|
|
94
|
+
* });
|
|
95
|
+
* // Old (deprecated)
|
|
96
|
+
* const exampleGetStreamInstances = mongodbatlas.getStreamInstances({
|
|
97
|
+
* projectId: "<PROJECT_ID>",
|
|
98
|
+
* });
|
|
99
|
+
* ```
|
|
100
|
+
*
|
|
65
101
|
* ## Example Usage
|
|
66
102
|
*
|
|
67
103
|
* ```typescript
|
package/getStreamInstances.js
CHANGED
|
@@ -6,10 +6,28 @@ exports.getStreamInstancesOutput = exports.getStreamInstances = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* > **DEPRECATED:** This data source is deprecated. Please use `mongodbatlas.getStreamWorkspaces` instead.
|
|
10
10
|
*
|
|
11
11
|
* `mongodbatlas.getStreamInstances` describes the stream instances defined in a project.
|
|
12
12
|
*
|
|
13
|
+
* ## Migration to streamWorkspaces
|
|
14
|
+
*
|
|
15
|
+
* To migrate from `mongodbatlas.getStreamInstances` to `mongodbatlas.getStreamWorkspaces`, update your data source configuration. See Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples:
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
20
|
+
*
|
|
21
|
+
* // New (recommended)
|
|
22
|
+
* const example = mongodbatlas.getStreamWorkspaces({
|
|
23
|
+
* projectId: "<PROJECT_ID>",
|
|
24
|
+
* });
|
|
25
|
+
* // Old (deprecated)
|
|
26
|
+
* const exampleGetStreamInstances = mongodbatlas.getStreamInstances({
|
|
27
|
+
* projectId: "<PROJECT_ID>",
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
13
31
|
* ## Example Usage
|
|
14
32
|
*
|
|
15
33
|
* ```typescript
|
|
@@ -31,10 +49,28 @@ function getStreamInstances(args, opts) {
|
|
|
31
49
|
}
|
|
32
50
|
exports.getStreamInstances = getStreamInstances;
|
|
33
51
|
/**
|
|
34
|
-
*
|
|
52
|
+
* > **DEPRECATED:** This data source is deprecated. Please use `mongodbatlas.getStreamWorkspaces` instead.
|
|
35
53
|
*
|
|
36
54
|
* `mongodbatlas.getStreamInstances` describes the stream instances defined in a project.
|
|
37
55
|
*
|
|
56
|
+
* ## Migration to streamWorkspaces
|
|
57
|
+
*
|
|
58
|
+
* To migrate from `mongodbatlas.getStreamInstances` to `mongodbatlas.getStreamWorkspaces`, update your data source configuration. See Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples:
|
|
59
|
+
*
|
|
60
|
+
* ```typescript
|
|
61
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
62
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
63
|
+
*
|
|
64
|
+
* // New (recommended)
|
|
65
|
+
* const example = mongodbatlas.getStreamWorkspaces({
|
|
66
|
+
* projectId: "<PROJECT_ID>",
|
|
67
|
+
* });
|
|
68
|
+
* // Old (deprecated)
|
|
69
|
+
* const exampleGetStreamInstances = mongodbatlas.getStreamInstances({
|
|
70
|
+
* projectId: "<PROJECT_ID>",
|
|
71
|
+
* });
|
|
72
|
+
* ```
|
|
73
|
+
*
|
|
38
74
|
* ## Example Usage
|
|
39
75
|
*
|
|
40
76
|
* ```typescript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreamInstances.js","sourceRoot":"","sources":["../getStreamInstances.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreamInstances.js","sourceRoot":"","sources":["../getStreamInstances.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
|