@pulumi/aws 6.0.0-alpha.2 → 6.0.0-alpha.4
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/alb/targetGroupAttachment.d.ts +17 -10
- package/alb/targetGroupAttachment.js +2 -1
- package/alb/targetGroupAttachment.js.map +1 -1
- package/appconfig/environment.d.ts +1 -1
- package/appflow/flow.d.ts +98 -0
- package/appflow/flow.js +98 -0
- package/appflow/flow.js.map +1 -1
- package/applicationloadbalancing/index.d.ts +0 -27
- package/applicationloadbalancing/index.js +1 -51
- package/applicationloadbalancing/index.js.map +1 -1
- package/appmesh/virtualGateway.d.ts +23 -2
- package/appmesh/virtualGateway.js +23 -2
- package/appmesh/virtualGateway.js.map +1 -1
- package/appmesh/virtualNode.d.ts +8 -8
- package/appmesh/virtualNode.js +8 -8
- package/appmesh/virtualRouter.d.ts +2 -2
- package/appmesh/virtualRouter.js +2 -2
- package/appsync/dataSource.d.ts +18 -18
- package/appsync/graphQLApi.d.ts +0 -134
- package/appsync/graphQLApi.js +0 -134
- package/appsync/graphQLApi.js.map +1 -1
- package/backup/regionSettings.d.ts +3 -3
- package/batch/computeEnvironment.d.ts +2 -0
- package/batch/computeEnvironment.js +2 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/budgets/getBudget.d.ts +130 -0
- package/budgets/getBudget.js +51 -0
- package/budgets/getBudget.js.map +1 -0
- package/budgets/index.d.ts +3 -0
- package/budgets/index.js +4 -1
- package/budgets/index.js.map +1 -1
- package/chime/index.d.ts +9 -0
- package/chime/index.js +16 -1
- package/chime/index.js.map +1 -1
- package/chime/sdkvoiceGlobalSettings.d.ts +73 -0
- package/chime/sdkvoiceGlobalSettings.js +75 -0
- package/chime/sdkvoiceGlobalSettings.js.map +1 -0
- package/chime/sdkvoiceSipMediaApplication.d.ts +145 -0
- package/chime/sdkvoiceSipMediaApplication.js +95 -0
- package/chime/sdkvoiceSipMediaApplication.js.map +1 -0
- package/chime/sdkvoiceSipRule.d.ts +134 -0
- package/chime/sdkvoiceSipRule.js +99 -0
- package/chime/sdkvoiceSipRule.js.map +1 -0
- package/chime/voiceConnector.d.ts +44 -0
- package/chime/voiceConnector.js +6 -0
- package/chime/voiceConnector.js.map +1 -1
- package/cleanrooms/collaboration.d.ts +256 -0
- package/cleanrooms/collaboration.js +123 -0
- package/cleanrooms/collaboration.js.map +1 -0
- package/cleanrooms/index.d.ts +3 -0
- package/cleanrooms/index.js +22 -0
- package/cleanrooms/index.js.map +1 -0
- package/cloudfront/cachePolicy.d.ts +22 -22
- package/cloudfront/cachePolicy.js +2 -2
- package/cloudtrail/index.d.ts +0 -3
- package/cloudtrail/index.js +1 -4
- package/cloudtrail/index.js.map +1 -1
- package/cloudwatch/eventTarget.d.ts +8 -2
- package/cloudwatch/eventTarget.js +8 -2
- package/cloudwatch/eventTarget.js.map +1 -1
- package/cloudwatch/internetMonitor.d.ts +12 -0
- package/cloudwatch/internetMonitor.js +2 -0
- package/cloudwatch/internetMonitor.js.map +1 -1
- package/cloudwatch/metricStream.d.ts +94 -0
- package/cloudwatch/metricStream.js +94 -0
- package/cloudwatch/metricStream.js.map +1 -1
- package/codebuild/project.d.ts +2 -2
- package/codebuild/project.js +2 -2
- package/cognito/identityPool.d.ts +1 -1
- package/cognito/identityPool.js +1 -1
- package/cognito/index.d.ts +3 -0
- package/cognito/index.js +6 -1
- package/cognito/index.js.map +1 -1
- package/cognito/managedUserPoolClient.d.ts +394 -0
- package/cognito/managedUserPoolClient.js +170 -0
- package/cognito/managedUserPoolClient.js.map +1 -0
- package/cognito/userPool.d.ts +3 -3
- package/cognito/userPoolClient.d.ts +14 -14
- package/cognito/userPoolClient.js +1 -1
- package/config/vars.d.ts +5 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/cur/reportDefinition.d.ts +7 -4
- package/cur/reportDefinition.js +4 -1
- package/cur/reportDefinition.js.map +1 -1
- package/datasync/locationObjectStorage.d.ts +3 -3
- package/ec2/fleet.d.ts +5 -5
- package/ec2/fleet.js +6 -6
- package/ec2/fleet.js.map +1 -1
- package/ec2/getInstances.d.ts +54 -0
- package/ec2/getInstances.js +54 -0
- package/ec2/getInstances.js.map +1 -1
- package/ec2/getVpcPeeringConnections.d.ts +34 -0
- package/ec2/getVpcPeeringConnections.js +34 -0
- package/ec2/getVpcPeeringConnections.js.map +1 -1
- package/ec2/index.d.ts +0 -3
- package/ec2/index.js +2 -7
- package/ec2/index.js.map +1 -1
- package/ec2/instance.d.ts +61 -0
- package/ec2/instance.js +39 -0
- package/ec2/instance.js.map +1 -1
- package/ec2/managedPrefixListEntry.d.ts +8 -16
- package/ec2/managedPrefixListEntry.js +5 -13
- package/ec2/managedPrefixListEntry.js.map +1 -1
- package/ec2/peeringConnectionOptions.d.ts +6 -18
- package/ec2/peeringConnectionOptions.js.map +1 -1
- package/ec2/securityGroup.d.ts +14 -0
- package/ec2/securityGroup.js +14 -0
- package/ec2/securityGroup.js.map +1 -1
- package/ec2/securityGroupRule.d.ts +6 -0
- package/ec2/securityGroupRule.js.map +1 -1
- package/ec2/spotInstanceRequest.d.ts +7 -7
- package/ec2/spotInstanceRequest.js +1 -1
- package/ec2transitgateway/connect.d.ts +3 -3
- package/ec2transitgateway/connectPeer.d.ts +16 -0
- package/ec2transitgateway/connectPeer.js +4 -0
- package/ec2transitgateway/connectPeer.js.map +1 -1
- package/ec2transitgateway/getConnectPeer.d.ts +8 -0
- package/ec2transitgateway/getConnectPeer.js.map +1 -1
- package/ec2transitgateway/getVpcAttachments.d.ts +32 -0
- package/ec2transitgateway/getVpcAttachments.js +32 -0
- package/ec2transitgateway/getVpcAttachments.js.map +1 -1
- package/ec2transitgateway/index.d.ts +3 -0
- package/ec2transitgateway/index.js +6 -1
- package/ec2transitgateway/index.js.map +1 -1
- package/ec2transitgateway/instanceConnectEndpoint.d.ts +183 -0
- package/ec2transitgateway/instanceConnectEndpoint.js +96 -0
- package/ec2transitgateway/instanceConnectEndpoint.js.map +1 -0
- package/ec2transitgateway/routeTableAssociation.d.ts +12 -0
- package/ec2transitgateway/routeTableAssociation.js +2 -0
- package/ec2transitgateway/routeTableAssociation.js.map +1 -1
- package/ecr/getPullThroughCacheRule.d.ts +67 -0
- package/ecr/getPullThroughCacheRule.js +47 -0
- package/ecr/getPullThroughCacheRule.js.map +1 -0
- package/ecr/index.d.ts +3 -0
- package/ecr/index.js +4 -1
- package/ecr/index.js.map +1 -1
- package/eks/addon.d.ts +5 -10
- package/eks/addon.js +2 -7
- package/eks/addon.js.map +1 -1
- package/eks/cluster.d.ts +2 -4
- package/eks/cluster.js +2 -4
- package/eks/cluster.js.map +1 -1
- package/eks/getAddonVersion.d.ts +4 -8
- package/eks/getAddonVersion.js +4 -8
- package/eks/getAddonVersion.js.map +1 -1
- package/eks/getCluster.d.ts +6 -12
- package/eks/getCluster.js +6 -12
- package/eks/getCluster.js.map +1 -1
- package/eks/nodeGroup.d.ts +24 -15
- package/eks/nodeGroup.js.map +1 -1
- package/elasticache/cluster.d.ts +6 -3
- package/elasticache/cluster.js.map +1 -1
- package/elasticache/globalReplicationGroup.d.ts +6 -3
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +6 -3
- package/elasticache/replicationGroup.js.map +1 -1
- package/elb/loadBalancer.d.ts +3 -3
- package/finspace/index.d.ts +12 -0
- package/finspace/index.js +37 -0
- package/finspace/index.js.map +1 -0
- package/finspace/kxCluster.d.ts +340 -0
- package/finspace/kxCluster.js +129 -0
- package/finspace/kxCluster.js.map +1 -0
- package/finspace/kxDatabase.d.ts +165 -0
- package/finspace/kxDatabase.js +102 -0
- package/finspace/kxDatabase.js.map +1 -0
- package/finspace/kxEnvironment.d.ts +235 -0
- package/finspace/kxEnvironment.js +132 -0
- package/finspace/kxEnvironment.js.map +1 -0
- package/finspace/kxUser.d.ts +160 -0
- package/finspace/kxUser.js +112 -0
- package/finspace/kxUser.js.map +1 -0
- package/fis/experimentTemplate.d.ts +12 -0
- package/fis/experimentTemplate.js +2 -0
- package/fis/experimentTemplate.js.map +1 -1
- package/fms/policy.d.ts +2 -0
- package/fms/policy.js +2 -0
- package/fms/policy.js.map +1 -1
- package/getArn.d.ts +2 -3
- package/getArn.js +1 -0
- package/getArn.js.map +1 -1
- package/getBillingServiceAccount.d.ts +67 -2
- package/getBillingServiceAccount.js +56 -3
- package/getBillingServiceAccount.js.map +1 -1
- package/getCallerIdentity.d.ts +37 -2
- package/getCallerIdentity.js +26 -3
- package/getCallerIdentity.js.map +1 -1
- package/getDefaultTags.d.ts +2 -15
- package/getDefaultTags.js +1 -1
- package/getDefaultTags.js.map +1 -1
- package/getIpRanges.d.ts +2 -3
- package/getIpRanges.js +1 -0
- package/getIpRanges.js.map +1 -1
- package/getPartition.d.ts +41 -2
- package/getPartition.js +30 -3
- package/getPartition.js.map +1 -1
- package/getRegion.d.ts +2 -3
- package/getRegion.js +1 -0
- package/getRegion.js.map +1 -1
- package/getRegions.d.ts +9 -1
- package/getRegions.js +1 -0
- package/getRegions.js.map +1 -1
- package/getService.d.ts +2 -3
- package/getService.js +1 -0
- package/getService.js.map +1 -1
- package/globalaccelerator/customRoutingAccelerator.d.ts +192 -0
- package/globalaccelerator/customRoutingAccelerator.js +100 -0
- package/globalaccelerator/customRoutingAccelerator.js.map +1 -0
- package/globalaccelerator/customRoutingEndpointGroup.d.ts +130 -0
- package/globalaccelerator/customRoutingEndpointGroup.js +93 -0
- package/globalaccelerator/customRoutingEndpointGroup.js.map +1 -0
- package/globalaccelerator/customRoutingListener.d.ts +104 -0
- package/globalaccelerator/customRoutingListener.js +93 -0
- package/globalaccelerator/customRoutingListener.js.map +1 -0
- package/globalaccelerator/getAccelerator.d.ts +3 -9
- package/globalaccelerator/getAccelerator.js +1 -1
- package/globalaccelerator/getAccelerator.js.map +1 -1
- package/globalaccelerator/getCustomRoutingAccelerator.d.ts +96 -0
- package/globalaccelerator/getCustomRoutingAccelerator.js +58 -0
- package/globalaccelerator/getCustomRoutingAccelerator.js.map +1 -0
- package/globalaccelerator/index.d.ts +12 -0
- package/globalaccelerator/index.js +19 -1
- package/globalaccelerator/index.js.map +1 -1
- package/glue/crawler.d.ts +21 -0
- package/glue/crawler.js +2 -0
- package/glue/crawler.js.map +1 -1
- package/glue/devEndpoint.d.ts +3 -3
- package/glue/workflow.d.ts +3 -3
- package/guardduty/getFindingIds.d.ts +66 -0
- package/guardduty/getFindingIds.js +49 -0
- package/guardduty/getFindingIds.js.map +1 -0
- package/guardduty/index.d.ts +3 -0
- package/guardduty/index.js +4 -1
- package/guardduty/index.js.map +1 -1
- package/iam/{getOpenidConnectProvider.d.ts → getOpenIdConnectProvider.d.ts} +12 -12
- package/iam/{getOpenidConnectProvider.js → getOpenIdConnectProvider.js} +12 -12
- package/iam/{getOpenidConnectProvider.js.map → getOpenIdConnectProvider.js.map} +1 -1
- package/iam/getPrincipalPolicySimulation.d.ts +167 -0
- package/iam/getPrincipalPolicySimulation.js +48 -0
- package/iam/getPrincipalPolicySimulation.js.map +1 -0
- package/iam/index.d.ts +6 -3
- package/iam/index.js +8 -5
- package/iam/index.js.map +1 -1
- package/iam/virtualMfaDevice.d.ts +22 -2
- package/iam/virtualMfaDevice.js +8 -0
- package/iam/virtualMfaDevice.js.map +1 -1
- package/index.d.ts +9 -24
- package/index.js +15 -30
- package/index.js.map +1 -1
- package/iot/getEndpoint.d.ts +50 -0
- package/iot/getEndpoint.js +50 -0
- package/iot/getEndpoint.js.map +1 -1
- package/iot/topicRule.d.ts +35 -35
- package/iot/topicRule.js +16 -16
- package/iot/topicRule.js.map +1 -1
- package/kendra/dataSource.d.ts +32 -9
- package/kendra/dataSource.js +23 -0
- package/kendra/dataSource.js.map +1 -1
- package/kendra/querySuggestionsBlockList.d.ts +24 -24
- package/kendra/querySuggestionsBlockList.js +2 -2
- package/keyspaces/table.d.ts +12 -0
- package/keyspaces/table.js +2 -0
- package/keyspaces/table.js.map +1 -1
- package/kinesis/firehoseDeliveryStream.d.ts +39 -0
- package/kinesis/firehoseDeliveryStream.js +39 -0
- package/kinesis/firehoseDeliveryStream.js.map +1 -1
- package/lambda/eventSourceMapping.d.ts +6 -48
- package/lambda/eventSourceMapping.js +0 -42
- package/lambda/eventSourceMapping.js.map +1 -1
- package/lambda/function.d.ts +51 -4
- package/lambda/function.js +36 -1
- package/lambda/function.js.map +1 -1
- package/lambda/provisionedConcurrencyConfig.d.ts +2 -2
- package/lambda/provisionedConcurrencyConfig.js +2 -2
- package/lb/targetGroupAttachment.d.ts +17 -10
- package/lb/targetGroupAttachment.js +2 -1
- package/lb/targetGroupAttachment.js.map +1 -1
- package/msk/cluster.d.ts +108 -0
- package/msk/cluster.js +108 -0
- package/msk/cluster.js.map +1 -1
- package/opensearch/getServerlessAccessPolicy.d.ts +81 -0
- package/opensearch/getServerlessAccessPolicy.js +52 -0
- package/opensearch/getServerlessAccessPolicy.js.map +1 -0
- package/opensearch/getServerlessCollection.d.ts +101 -0
- package/opensearch/getServerlessCollection.js +51 -0
- package/opensearch/getServerlessCollection.js.map +1 -0
- package/opensearch/getServerlessSecurityConfig.d.ts +91 -0
- package/opensearch/getServerlessSecurityConfig.js +50 -0
- package/opensearch/getServerlessSecurityConfig.js.map +1 -0
- package/opensearch/getServerlessSecurityPolicy.d.ts +90 -0
- package/opensearch/getServerlessSecurityPolicy.js +50 -0
- package/opensearch/getServerlessSecurityPolicy.js.map +1 -0
- package/opensearch/getServerlessVpcEndpoint.d.ts +79 -0
- package/opensearch/getServerlessVpcEndpoint.js +47 -0
- package/opensearch/getServerlessVpcEndpoint.js.map +1 -0
- package/opensearch/index.d.ts +30 -0
- package/opensearch/index.js +41 -1
- package/opensearch/index.js.map +1 -1
- package/opensearch/serverlessAccessPolicy.d.ts +138 -0
- package/opensearch/serverlessAccessPolicy.js +106 -0
- package/opensearch/serverlessAccessPolicy.js.map +1 -0
- package/opensearch/serverlessCollection.d.ts +167 -0
- package/opensearch/serverlessCollection.js +104 -0
- package/opensearch/serverlessCollection.js.map +1 -0
- package/opensearch/serverlessSecurityConfig.d.ts +113 -0
- package/opensearch/serverlessSecurityConfig.js +76 -0
- package/opensearch/serverlessSecurityConfig.js.map +1 -0
- package/opensearch/serverlessSecurityPolicy.d.ts +262 -0
- package/opensearch/serverlessSecurityPolicy.js +230 -0
- package/opensearch/serverlessSecurityPolicy.js.map +1 -0
- package/opensearch/serverlessVpcEndpoint.d.ts +120 -0
- package/opensearch/serverlessVpcEndpoint.js +91 -0
- package/opensearch/serverlessVpcEndpoint.js.map +1 -0
- package/organizations/getPolicies.d.ts +45 -0
- package/organizations/getPolicies.js +29 -0
- package/organizations/getPolicies.js.map +1 -0
- package/organizations/getPoliciesForTarget.d.ts +54 -0
- package/organizations/getPoliciesForTarget.js +30 -0
- package/organizations/getPoliciesForTarget.js.map +1 -0
- package/organizations/index.d.ts +9 -0
- package/organizations/index.js +12 -1
- package/organizations/index.js.map +1 -1
- package/organizations/resourcePolicy.d.ts +137 -0
- package/organizations/resourcePolicy.js +109 -0
- package/organizations/resourcePolicy.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pinpoint/smsChannel.d.ts +18 -18
- package/pinpoint/smsChannel.js +2 -2
- package/pipes/pipe.d.ts +52 -19
- package/pipes/pipe.js +25 -8
- package/pipes/pipe.js.map +1 -1
- package/provider.d.ts +10 -0
- package/provider.js +2 -1
- package/provider.js.map +1 -1
- package/quicksight/dataSet.d.ts +2 -2
- package/quicksight/dataSet.js +0 -3
- package/quicksight/dataSet.js.map +1 -1
- package/quicksight/getTheme.d.ts +133 -0
- package/quicksight/getTheme.js +51 -0
- package/quicksight/getTheme.js.map +1 -0
- package/quicksight/index.d.ts +6 -0
- package/quicksight/index.js +9 -1
- package/quicksight/index.js.map +1 -1
- package/quicksight/refreshSchedule.d.ts +44 -0
- package/quicksight/refreshSchedule.js +44 -0
- package/quicksight/refreshSchedule.js.map +1 -1
- package/quicksight/theme.d.ts +211 -0
- package/quicksight/theme.js +97 -0
- package/quicksight/theme.js.map +1 -0
- package/rds/eventSubscription.d.ts +3 -3
- package/rds/getInstance.d.ts +1 -1
- package/rds/instance.d.ts +0 -9
- package/rds/instance.js.map +1 -1
- package/rds/proxy.d.ts +3 -3
- package/redshift/cluster.d.ts +8 -0
- package/redshift/cluster.js +2 -0
- package/redshift/cluster.js.map +1 -1
- package/redshift/getCluster.d.ts +5 -1
- package/redshift/getCluster.js.map +1 -1
- package/s3/bucketNotification.d.ts +15 -3
- package/s3/bucketNotification.js +12 -0
- package/s3/bucketNotification.js.map +1 -1
- package/securityhub/standardsControl.d.ts +3 -3
- package/servicecatalog/getProduct.d.ts +13 -13
- package/servicecatalog/getProduct.js +4 -4
- package/ses/activeReceiptRuleSet.d.ts +8 -0
- package/ses/activeReceiptRuleSet.js +8 -0
- package/ses/activeReceiptRuleSet.js.map +1 -1
- package/ses/index.d.ts +0 -3
- package/ses/index.js +1 -6
- package/ses/index.js.map +1 -1
- package/sesv2/emailIdentity.d.ts +15 -3
- package/sesv2/emailIdentity.js.map +1 -1
- package/sesv2/getEmailIdentity.d.ts +97 -0
- package/sesv2/getEmailIdentity.js +50 -0
- package/sesv2/getEmailIdentity.js.map +1 -0
- package/sesv2/getEmailIdentityMailFromAttributes.d.ts +75 -0
- package/sesv2/getEmailIdentityMailFromAttributes.js +55 -0
- package/sesv2/getEmailIdentityMailFromAttributes.js.map +1 -0
- package/sesv2/index.d.ts +6 -0
- package/sesv2/index.js +7 -1
- package/sesv2/index.js.map +1 -1
- package/sfn/alias.d.ts +136 -0
- package/sfn/alias.js +103 -0
- package/sfn/alias.js.map +1 -0
- package/sfn/getAlias.d.ts +97 -0
- package/sfn/getAlias.js +53 -0
- package/sfn/getAlias.js.map +1 -0
- package/sfn/getStateMachine.d.ts +5 -0
- package/sfn/getStateMachine.js.map +1 -1
- package/sfn/getStateMachineVersions.d.ts +65 -0
- package/sfn/getStateMachineVersions.js +49 -0
- package/sfn/getStateMachineVersions.js.map +1 -0
- package/sfn/index.d.ts +9 -0
- package/sfn/index.js +12 -1
- package/sfn/index.js.map +1 -1
- package/sfn/stateMachine.d.ts +45 -0
- package/sfn/stateMachine.js +35 -0
- package/sfn/stateMachine.js.map +1 -1
- package/ssm/getParameter.d.ts +1 -0
- package/ssm/getParameter.js.map +1 -1
- package/ssm/patchBaseline.d.ts +6 -0
- package/ssm/patchBaseline.js.map +1 -1
- package/timestreamwrite/table.d.ts +30 -0
- package/timestreamwrite/table.js +20 -0
- package/timestreamwrite/table.js.map +1 -1
- package/transfer/agreement.d.ts +170 -0
- package/transfer/agreement.js +110 -0
- package/transfer/agreement.js.map +1 -0
- package/transfer/certificate.d.ts +172 -0
- package/transfer/certificate.js +103 -0
- package/transfer/certificate.js.map +1 -0
- package/transfer/connector.d.ts +152 -0
- package/transfer/connector.js +104 -0
- package/transfer/connector.js.map +1 -0
- package/transfer/index.d.ts +12 -0
- package/transfer/index.js +21 -1
- package/transfer/index.js.map +1 -1
- package/transfer/profile.d.ts +117 -0
- package/transfer/profile.js +78 -0
- package/transfer/profile.js.map +1 -0
- package/types/input.d.ts +11137 -100596
- package/types/output.d.ts +32173 -121499
- package/utils.d.ts +0 -1
- package/utils.js +0 -6
- package/utils.js.map +1 -1
- package/vpc/securityGroupEgressRule.d.ts +3 -3
- package/vpc/securityGroupEgressRule.js +4 -1
- package/vpc/securityGroupEgressRule.js.map +1 -1
- package/vpc/securityGroupIngressRule.d.ts +3 -3
- package/vpc/securityGroupIngressRule.js +4 -1
- package/vpc/securityGroupIngressRule.js.map +1 -1
- package/wafv2/getIpSet.d.ts +1 -1
- package/wafv2/ipSet.d.ts +3 -3
- package/wafv2/regexPatternSet.d.ts +3 -3
- package/wafv2/ruleGroup.d.ts +0 -49
- package/wafv2/ruleGroup.js +0 -49
- package/wafv2/ruleGroup.js.map +1 -1
- package/wafv2/webAcl.d.ts +6 -246
- package/wafv2/webAcl.js +0 -240
- package/wafv2/webAcl.js.map +1 -1
- package/wafv2/webAclLoggingConfiguration.d.ts +17 -17
- package/wafv2/webAclLoggingConfiguration.js +5 -5
- package/applicationloadbalancing/getListener.d.ts +0 -120
- package/applicationloadbalancing/getListener.js +0 -80
- package/applicationloadbalancing/getListener.js.map +0 -1
- package/applicationloadbalancing/getLoadBalancer.d.ts +0 -133
- package/applicationloadbalancing/getLoadBalancer.js +0 -73
- package/applicationloadbalancing/getLoadBalancer.js.map +0 -1
- package/applicationloadbalancing/getTargetGroup.d.ts +0 -126
- package/applicationloadbalancing/getTargetGroup.js +0 -73
- package/applicationloadbalancing/getTargetGroup.js.map +0 -1
- package/applicationloadbalancing/listener.d.ts +0 -377
- package/applicationloadbalancing/listener.js +0 -276
- package/applicationloadbalancing/listener.js.map +0 -1
- package/applicationloadbalancing/listenerCertificate.d.ts +0 -96
- package/applicationloadbalancing/listenerCertificate.js +0 -95
- package/applicationloadbalancing/listenerCertificate.js.map +0 -1
- package/applicationloadbalancing/listenerRule.d.ts +0 -301
- package/applicationloadbalancing/listenerRule.js +0 -249
- package/applicationloadbalancing/listenerRule.js.map +0 -1
- package/applicationloadbalancing/loadBalancer.d.ts +0 -463
- package/applicationloadbalancing/loadBalancer.js +0 -201
- package/applicationloadbalancing/loadBalancer.js.map +0 -1
- package/applicationloadbalancing/targetGroup.d.ts +0 -402
- package/applicationloadbalancing/targetGroup.js +0 -161
- package/applicationloadbalancing/targetGroup.js.map +0 -1
- package/applicationloadbalancing/targetGroupAttachment.d.ts +0 -135
- package/applicationloadbalancing/targetGroupAttachment.js +0 -114
- package/applicationloadbalancing/targetGroupAttachment.js.map +0 -1
- package/awsMixins.d.ts +0 -21
- package/awsMixins.js +0 -40
- package/awsMixins.js.map +0 -1
- package/cloudtrail/getFunction.d.ts +0 -102
- package/cloudtrail/getFunction.js +0 -55
- package/cloudtrail/getFunction.js.map +0 -1
- package/ec2/transitGatewayPeeringAttachmentAccepter.d.ts +0 -132
- package/ec2/transitGatewayPeeringAttachmentAccepter.js +0 -94
- package/ec2/transitGatewayPeeringAttachmentAccepter.js.map +0 -1
- package/elasticloadbalancing/appCookieStickinessPolicy.d.ts +0 -129
- package/elasticloadbalancing/appCookieStickinessPolicy.js +0 -102
- package/elasticloadbalancing/appCookieStickinessPolicy.js.map +0 -1
- package/elasticloadbalancing/attachment.d.ts +0 -86
- package/elasticloadbalancing/attachment.js +0 -85
- package/elasticloadbalancing/attachment.js.map +0 -1
- package/elasticloadbalancing/getHostedZoneId.d.ts +0 -81
- package/elasticloadbalancing/getHostedZoneId.js +0 -69
- package/elasticloadbalancing/getHostedZoneId.js.map +0 -1
- package/elasticloadbalancing/getLoadBalancer.d.ts +0 -105
- package/elasticloadbalancing/getLoadBalancer.js +0 -67
- package/elasticloadbalancing/getLoadBalancer.js.map +0 -1
- package/elasticloadbalancing/getServiceAccount.d.ts +0 -135
- package/elasticloadbalancing/getServiceAccount.js +0 -119
- package/elasticloadbalancing/getServiceAccount.js.map +0 -1
- package/elasticloadbalancing/index.d.ts +0 -33
- package/elasticloadbalancing/index.js +0 -66
- package/elasticloadbalancing/index.js.map +0 -1
- package/elasticloadbalancing/listenerPolicy.d.ts +0 -176
- package/elasticloadbalancing/listenerPolicy.js +0 -149
- package/elasticloadbalancing/listenerPolicy.js.map +0 -1
- package/elasticloadbalancing/loadBalancer.d.ts +0 -398
- package/elasticloadbalancing/loadBalancer.js +0 -177
- package/elasticloadbalancing/loadBalancer.js.map +0 -1
- package/elasticloadbalancing/loadBalancerBackendServerPolicy.d.ts +0 -123
- package/elasticloadbalancing/loadBalancerBackendServerPolicy.js +0 -112
- package/elasticloadbalancing/loadBalancerBackendServerPolicy.js.map +0 -1
- package/elasticloadbalancing/loadBalancerCookieStickinessPolicy.d.ts +0 -124
- package/elasticloadbalancing/loadBalancerCookieStickinessPolicy.js +0 -91
- package/elasticloadbalancing/loadBalancerCookieStickinessPolicy.js.map +0 -1
- package/elasticloadbalancing/loadBalancerPolicy.d.ts +0 -166
- package/elasticloadbalancing/loadBalancerPolicy.js +0 -146
- package/elasticloadbalancing/loadBalancerPolicy.js.map +0 -1
- package/elasticloadbalancing/sslNegotiationPolicy.d.ts +0 -183
- package/elasticloadbalancing/sslNegotiationPolicy.js +0 -123
- package/elasticloadbalancing/sslNegotiationPolicy.js.map +0 -1
- package/elasticloadbalancingv2/getListener.d.ts +0 -120
- package/elasticloadbalancingv2/getListener.js +0 -80
- package/elasticloadbalancingv2/getListener.js.map +0 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +0 -133
- package/elasticloadbalancingv2/getLoadBalancer.js +0 -73
- package/elasticloadbalancingv2/getLoadBalancer.js.map +0 -1
- package/elasticloadbalancingv2/getTargetGroup.d.ts +0 -126
- package/elasticloadbalancingv2/getTargetGroup.js +0 -73
- package/elasticloadbalancingv2/getTargetGroup.js.map +0 -1
- package/elasticloadbalancingv2/index.d.ts +0 -27
- package/elasticloadbalancingv2/index.js +0 -56
- package/elasticloadbalancingv2/index.js.map +0 -1
- package/elasticloadbalancingv2/listener.d.ts +0 -377
- package/elasticloadbalancingv2/listener.js +0 -276
- package/elasticloadbalancingv2/listener.js.map +0 -1
- package/elasticloadbalancingv2/listenerCertificate.d.ts +0 -96
- package/elasticloadbalancingv2/listenerCertificate.js +0 -95
- package/elasticloadbalancingv2/listenerCertificate.js.map +0 -1
- package/elasticloadbalancingv2/listenerRule.d.ts +0 -301
- package/elasticloadbalancingv2/listenerRule.js +0 -249
- package/elasticloadbalancingv2/listenerRule.js.map +0 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +0 -462
- package/elasticloadbalancingv2/loadBalancer.js +0 -201
- package/elasticloadbalancingv2/loadBalancer.js.map +0 -1
- package/elasticloadbalancingv2/targetGroup.d.ts +0 -402
- package/elasticloadbalancingv2/targetGroup.js +0 -161
- package/elasticloadbalancingv2/targetGroup.js.map +0 -1
- package/elasticloadbalancingv2/targetGroupAttachment.d.ts +0 -135
- package/elasticloadbalancingv2/targetGroupAttachment.js +0 -114
- package/elasticloadbalancingv2/targetGroupAttachment.js.map +0 -1
- package/getAmi.d.ts +0 -331
- package/getAmi.js +0 -93
- package/getAmi.js.map +0 -1
- package/getAmiIds.d.ts +0 -135
- package/getAmiIds.js +0 -63
- package/getAmiIds.js.map +0 -1
- package/getAutoscalingGroups.d.ts +0 -119
- package/getAutoscalingGroups.js +0 -92
- package/getAutoscalingGroups.js.map +0 -1
- package/getCanonicalUserId.d.ts +0 -32
- package/getCanonicalUserId.js +0 -31
- package/getCanonicalUserId.js.map +0 -1
- package/getElasticIp.d.ts +0 -221
- package/getElasticIp.js +0 -126
- package/getElasticIp.js.map +0 -1
- package/getPrefixList.d.ts +0 -160
- package/getPrefixList.js +0 -125
- package/getPrefixList.js.map +0 -1
- package/ses/confgurationSet.d.ts +0 -153
- package/ses/confgurationSet.js +0 -96
- package/ses/confgurationSet.js.map +0 -1
package/index.d.ts
CHANGED
|
@@ -1,43 +1,28 @@
|
|
|
1
1
|
export * from "./arn";
|
|
2
|
-
export * from "./awsMixins";
|
|
3
|
-
export { GetAmiArgs, GetAmiResult, GetAmiOutputArgs } from "./getAmi";
|
|
4
|
-
export declare const getAmi: typeof import("./getAmi").getAmi;
|
|
5
|
-
export declare const getAmiOutput: typeof import("./getAmi").getAmiOutput;
|
|
6
|
-
export { GetAmiIdsArgs, GetAmiIdsResult, GetAmiIdsOutputArgs } from "./getAmiIds";
|
|
7
|
-
export declare const getAmiIds: typeof import("./getAmiIds").getAmiIds;
|
|
8
|
-
export declare const getAmiIdsOutput: typeof import("./getAmiIds").getAmiIdsOutput;
|
|
9
2
|
export { GetArnArgs, GetArnResult, GetArnOutputArgs } from "./getArn";
|
|
10
3
|
export declare const getArn: typeof import("./getArn").getArn;
|
|
11
4
|
export declare const getArnOutput: typeof import("./getArn").getArnOutput;
|
|
12
|
-
export { GetAutoscalingGroupsArgs, GetAutoscalingGroupsResult, GetAutoscalingGroupsOutputArgs } from "./getAutoscalingGroups";
|
|
13
|
-
export declare const getAutoscalingGroups: typeof import("./getAutoscalingGroups").getAutoscalingGroups;
|
|
14
|
-
export declare const getAutoscalingGroupsOutput: typeof import("./getAutoscalingGroups").getAutoscalingGroupsOutput;
|
|
15
5
|
export { GetAvailabilityZoneArgs, GetAvailabilityZoneResult, GetAvailabilityZoneOutputArgs } from "./getAvailabilityZone";
|
|
16
6
|
export declare const getAvailabilityZone: typeof import("./getAvailabilityZone").getAvailabilityZone;
|
|
17
7
|
export declare const getAvailabilityZoneOutput: typeof import("./getAvailabilityZone").getAvailabilityZoneOutput;
|
|
18
8
|
export { GetAvailabilityZonesArgs, GetAvailabilityZonesResult, GetAvailabilityZonesOutputArgs } from "./getAvailabilityZones";
|
|
19
9
|
export declare const getAvailabilityZones: typeof import("./getAvailabilityZones").getAvailabilityZones;
|
|
20
10
|
export declare const getAvailabilityZonesOutput: typeof import("./getAvailabilityZones").getAvailabilityZonesOutput;
|
|
21
|
-
export { GetBillingServiceAccountResult } from "./getBillingServiceAccount";
|
|
11
|
+
export { GetBillingServiceAccountArgs, GetBillingServiceAccountResult, GetBillingServiceAccountOutputArgs } from "./getBillingServiceAccount";
|
|
22
12
|
export declare const getBillingServiceAccount: typeof import("./getBillingServiceAccount").getBillingServiceAccount;
|
|
23
|
-
export
|
|
13
|
+
export declare const getBillingServiceAccountOutput: typeof import("./getBillingServiceAccount").getBillingServiceAccountOutput;
|
|
14
|
+
export { GetCallerIdentityArgs, GetCallerIdentityResult, GetCallerIdentityOutputArgs } from "./getCallerIdentity";
|
|
24
15
|
export declare const getCallerIdentity: typeof import("./getCallerIdentity").getCallerIdentity;
|
|
25
|
-
export
|
|
26
|
-
export declare const getCanonicalUserId: typeof import("./getCanonicalUserId").getCanonicalUserId;
|
|
16
|
+
export declare const getCallerIdentityOutput: typeof import("./getCallerIdentity").getCallerIdentityOutput;
|
|
27
17
|
export { GetDefaultTagsArgs, GetDefaultTagsResult, GetDefaultTagsOutputArgs } from "./getDefaultTags";
|
|
28
18
|
export declare const getDefaultTags: typeof import("./getDefaultTags").getDefaultTags;
|
|
29
19
|
export declare const getDefaultTagsOutput: typeof import("./getDefaultTags").getDefaultTagsOutput;
|
|
30
|
-
export { GetElasticIpArgs, GetElasticIpResult, GetElasticIpOutputArgs } from "./getElasticIp";
|
|
31
|
-
export declare const getElasticIp: typeof import("./getElasticIp").getElasticIp;
|
|
32
|
-
export declare const getElasticIpOutput: typeof import("./getElasticIp").getElasticIpOutput;
|
|
33
20
|
export { GetIpRangesArgs, GetIpRangesResult, GetIpRangesOutputArgs } from "./getIpRanges";
|
|
34
21
|
export declare const getIpRanges: typeof import("./getIpRanges").getIpRanges;
|
|
35
22
|
export declare const getIpRangesOutput: typeof import("./getIpRanges").getIpRangesOutput;
|
|
36
|
-
export { GetPartitionResult } from "./getPartition";
|
|
23
|
+
export { GetPartitionArgs, GetPartitionResult, GetPartitionOutputArgs } from "./getPartition";
|
|
37
24
|
export declare const getPartition: typeof import("./getPartition").getPartition;
|
|
38
|
-
export
|
|
39
|
-
export declare const getPrefixList: typeof import("./getPrefixList").getPrefixList;
|
|
40
|
-
export declare const getPrefixListOutput: typeof import("./getPrefixList").getPrefixListOutput;
|
|
25
|
+
export declare const getPartitionOutput: typeof import("./getPartition").getPartitionOutput;
|
|
41
26
|
export { GetRegionArgs, GetRegionResult, GetRegionOutputArgs } from "./getRegion";
|
|
42
27
|
export declare const getRegion: typeof import("./getRegion").getRegion;
|
|
43
28
|
export declare const getRegionOutput: typeof import("./getRegion").getRegionOutput;
|
|
@@ -83,6 +68,7 @@ import * as budgets from "./budgets";
|
|
|
83
68
|
import * as cfg from "./cfg";
|
|
84
69
|
import * as chime from "./chime";
|
|
85
70
|
import * as chimesdkmediapipelines from "./chimesdkmediapipelines";
|
|
71
|
+
import * as cleanrooms from "./cleanrooms";
|
|
86
72
|
import * as cloud9 from "./cloud9";
|
|
87
73
|
import * as cloudcontrol from "./cloudcontrol";
|
|
88
74
|
import * as cloudformation from "./cloudformation";
|
|
@@ -129,8 +115,6 @@ import * as efs from "./efs";
|
|
|
129
115
|
import * as eks from "./eks";
|
|
130
116
|
import * as elasticache from "./elasticache";
|
|
131
117
|
import * as elasticbeanstalk from "./elasticbeanstalk";
|
|
132
|
-
import * as elasticloadbalancing from "./elasticloadbalancing";
|
|
133
|
-
import * as elasticloadbalancingv2 from "./elasticloadbalancingv2";
|
|
134
118
|
import * as elasticsearch from "./elasticsearch";
|
|
135
119
|
import * as elastictranscoder from "./elastictranscoder";
|
|
136
120
|
import * as elb from "./elb";
|
|
@@ -138,6 +122,7 @@ import * as emr from "./emr";
|
|
|
138
122
|
import * as emrcontainers from "./emrcontainers";
|
|
139
123
|
import * as emrserverless from "./emrserverless";
|
|
140
124
|
import * as evidently from "./evidently";
|
|
125
|
+
import * as finspace from "./finspace";
|
|
141
126
|
import * as fis from "./fis";
|
|
142
127
|
import * as fms from "./fms";
|
|
143
128
|
import * as fsx from "./fsx";
|
|
@@ -246,4 +231,4 @@ import * as wafv2 from "./wafv2";
|
|
|
246
231
|
import * as worklink from "./worklink";
|
|
247
232
|
import * as workspaces from "./workspaces";
|
|
248
233
|
import * as xray from "./xray";
|
|
249
|
-
export { accessanalyzer, account, acm, acmpca, alb, amp, amplify, apigateway, apigatewayv2, appautoscaling, appconfig, appflow, appintegrations, applicationinsights, applicationloadbalancing, appmesh, apprunner, appstream, appsync, athena, auditmanager, autoscaling, autoscalingplans, backup, batch, budgets, cfg, chime, chimesdkmediapipelines, cloud9, cloudcontrol, cloudformation, cloudfront, cloudhsmv2, cloudsearch, cloudtrail, cloudwatch, codeartifact, codebuild, codecommit, codedeploy, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, connect, controltower, costexplorer, cur, dataexchange, datapipeline, datasync, dax, detective, devicefarm, directconnect, directoryservice, dlm, dms, docdb, dynamodb, ebs, ec2, ec2clientvpn, ec2transitgateway, ecr, ecrpublic, ecs, efs, eks, elasticache, elasticbeanstalk,
|
|
234
|
+
export { accessanalyzer, account, acm, acmpca, alb, amp, amplify, apigateway, apigatewayv2, appautoscaling, appconfig, appflow, appintegrations, applicationinsights, applicationloadbalancing, appmesh, apprunner, appstream, appsync, athena, auditmanager, autoscaling, autoscalingplans, backup, batch, budgets, cfg, chime, chimesdkmediapipelines, cleanrooms, cloud9, cloudcontrol, cloudformation, cloudfront, cloudhsmv2, cloudsearch, cloudtrail, cloudwatch, codeartifact, codebuild, codecommit, codedeploy, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, connect, controltower, costexplorer, cur, dataexchange, datapipeline, datasync, dax, detective, devicefarm, directconnect, directoryservice, dlm, dms, docdb, dynamodb, ebs, ec2, ec2clientvpn, ec2transitgateway, ecr, ecrpublic, ecs, efs, eks, elasticache, elasticbeanstalk, elasticsearch, elastictranscoder, elb, emr, emrcontainers, emrserverless, evidently, finspace, fis, fms, fsx, gamelift, glacier, globalaccelerator, glue, grafana, guardduty, iam, identitystore, imagebuilder, inspector, inspector2, iot, ivs, ivschat, kendra, keyspaces, kinesis, kinesisanalyticsv2, kms, lakeformation, lambda, lb, lex, licensemanager, lightsail, location, macie, macie2, mediaconvert, medialive, mediapackage, mediastore, memorydb, mq, msk, mskconnect, mwaa, neptune, networkfirewall, networkmanager, oam, opensearch, opsworks, organizations, outposts, pinpoint, pipes, pricing, qldb, quicksight, ram, rbin, rds, redshift, redshiftdata, redshiftserverless, resourceexplorer, resourcegroups, resourcegroupstaggingapi, rolesanywhere, route53, route53domains, route53recoverycontrol, route53recoveryreadiness, rum, s3, s3control, s3outposts, sagemaker, scheduler, schemas, secretsmanager, securityhub, serverless, serverlessrepository, servicecatalog, servicediscovery, servicequotas, ses, sesv2, sfn, shield, signer, simpledb, sns, sqs, ssm, ssmcontacts, ssmincidents, ssoadmin, storagegateway, swf, synthetics, timestreamwrite, transcribe, transfer, types, vpc, vpclattice, waf, wafregional, wafv2, worklink, workspaces, xray, };
|
package/index.js
CHANGED
|
@@ -16,28 +16,18 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.
|
|
20
|
-
exports.ecr = exports.ec2transitgateway = exports.ec2clientvpn = exports.ec2 = exports.ebs = exports.dynamodb = exports.docdb = exports.dms = exports.dlm = exports.directoryservice = exports.directconnect = exports.devicefarm = exports.detective = exports.dax = exports.datasync = exports.datapipeline = exports.dataexchange = exports.cur = exports.costexplorer = exports.controltower = exports.connect = exports.config = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codedeploy = exports.codecommit = exports.codebuild = exports.codeartifact = exports.cloudwatch = exports.cloudtrail = exports.cloudsearch = exports.cloudhsmv2 = exports.cloudfront = exports.cloudformation = exports.cloudcontrol = exports.cloud9 = exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.shield = exports.sfn = exports.sesv2 = exports.ses = exports.servicequotas = exports.servicediscovery = exports.servicecatalog = exports.serverlessrepository = exports.serverless = exports.securityhub = exports.secretsmanager = exports.schemas = exports.scheduler = exports.sagemaker = exports.s3outposts = exports.s3control = exports.s3 = exports.rum = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53domains = exports.route53 = exports.rolesanywhere = exports.resourcegroupstaggingapi = exports.resourcegroups = exports.resourceexplorer = exports.redshiftserverless = exports.redshiftdata = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.pricing = exports.pipes = exports.pinpoint = exports.outposts = exports.organizations = exports.opsworks = exports.opensearch = exports.oam =
|
|
23
|
-
exports.xray = exports.workspaces = exports.worklink = exports.wafv2 = exports.wafregional = exports.waf = exports.vpclattice = exports.vpc = exports.types = exports.transfer = exports.transcribe = exports.timestreamwrite = exports.synthetics = exports.swf = exports.storagegateway =
|
|
19
|
+
exports.cfg = exports.budgets = exports.batch = exports.backup = exports.autoscalingplans = exports.autoscaling = exports.auditmanager = exports.athena = exports.appsync = exports.appstream = exports.apprunner = exports.appmesh = exports.applicationloadbalancing = exports.applicationinsights = exports.appintegrations = exports.appflow = exports.appconfig = exports.appautoscaling = exports.apigatewayv2 = exports.apigateway = exports.amplify = exports.amp = exports.alb = exports.acmpca = exports.acm = exports.account = exports.accessanalyzer = exports.Provider = exports.getServiceOutput = exports.getService = exports.getRegionsOutput = exports.getRegions = exports.getRegionOutput = exports.getRegion = exports.getPartitionOutput = exports.getPartition = exports.getIpRangesOutput = exports.getIpRanges = exports.getDefaultTagsOutput = exports.getDefaultTags = exports.getCallerIdentityOutput = exports.getCallerIdentity = exports.getBillingServiceAccountOutput = exports.getBillingServiceAccount = exports.getAvailabilityZonesOutput = exports.getAvailabilityZones = exports.getAvailabilityZoneOutput = exports.getAvailabilityZone = exports.getArnOutput = exports.getArn = void 0;
|
|
20
|
+
exports.elasticsearch = exports.elasticbeanstalk = exports.elasticache = exports.eks = exports.efs = exports.ecs = exports.ecrpublic = exports.ecr = exports.ec2transitgateway = exports.ec2clientvpn = exports.ec2 = exports.ebs = exports.dynamodb = exports.docdb = exports.dms = exports.dlm = exports.directoryservice = exports.directconnect = exports.devicefarm = exports.detective = exports.dax = exports.datasync = exports.datapipeline = exports.dataexchange = exports.cur = exports.costexplorer = exports.controltower = exports.connect = exports.config = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codedeploy = exports.codecommit = exports.codebuild = exports.codeartifact = exports.cloudwatch = exports.cloudtrail = exports.cloudsearch = exports.cloudhsmv2 = exports.cloudfront = exports.cloudformation = exports.cloudcontrol = exports.cloud9 = exports.cleanrooms = exports.chimesdkmediapipelines = exports.chime = void 0;
|
|
21
|
+
exports.networkmanager = exports.networkfirewall = exports.neptune = exports.mwaa = exports.mskconnect = exports.msk = exports.mq = exports.memorydb = exports.mediastore = exports.mediapackage = exports.medialive = exports.mediaconvert = exports.macie2 = exports.macie = exports.location = exports.lightsail = exports.licensemanager = exports.lex = exports.lb = exports.lambda = exports.lakeformation = exports.kms = exports.kinesisanalyticsv2 = exports.kinesis = exports.keyspaces = exports.kendra = exports.ivschat = exports.ivs = exports.iot = exports.inspector2 = exports.inspector = exports.imagebuilder = exports.identitystore = exports.iam = exports.guardduty = exports.grafana = exports.glue = exports.globalaccelerator = exports.glacier = exports.gamelift = exports.fsx = exports.fms = exports.fis = exports.finspace = exports.evidently = exports.emrserverless = exports.emrcontainers = exports.emr = exports.elb = exports.elastictranscoder = void 0;
|
|
22
|
+
exports.ssoadmin = exports.ssmincidents = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = exports.simpledb = exports.signer = exports.shield = exports.sfn = exports.sesv2 = exports.ses = exports.servicequotas = exports.servicediscovery = exports.servicecatalog = exports.serverlessrepository = exports.serverless = exports.securityhub = exports.secretsmanager = exports.schemas = exports.scheduler = exports.sagemaker = exports.s3outposts = exports.s3control = exports.s3 = exports.rum = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53domains = exports.route53 = exports.rolesanywhere = exports.resourcegroupstaggingapi = exports.resourcegroups = exports.resourceexplorer = exports.redshiftserverless = exports.redshiftdata = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.pricing = exports.pipes = exports.pinpoint = exports.outposts = exports.organizations = exports.opsworks = exports.opensearch = exports.oam = void 0;
|
|
23
|
+
exports.xray = exports.workspaces = exports.worklink = exports.wafv2 = exports.wafregional = exports.waf = exports.vpclattice = exports.vpc = exports.types = exports.transfer = exports.transcribe = exports.timestreamwrite = exports.synthetics = exports.swf = exports.storagegateway = void 0;
|
|
24
24
|
const pulumi = require("@pulumi/pulumi");
|
|
25
25
|
const utilities = require("./utilities");
|
|
26
26
|
// Export members:
|
|
27
27
|
__exportStar(require("./arn"), exports);
|
|
28
|
-
__exportStar(require("./awsMixins"), exports);
|
|
29
|
-
exports.getAmi = null;
|
|
30
|
-
exports.getAmiOutput = null;
|
|
31
|
-
utilities.lazyLoad(exports, ["getAmi", "getAmiOutput"], () => require("./getAmi"));
|
|
32
|
-
exports.getAmiIds = null;
|
|
33
|
-
exports.getAmiIdsOutput = null;
|
|
34
|
-
utilities.lazyLoad(exports, ["getAmiIds", "getAmiIdsOutput"], () => require("./getAmiIds"));
|
|
35
28
|
exports.getArn = null;
|
|
36
29
|
exports.getArnOutput = null;
|
|
37
30
|
utilities.lazyLoad(exports, ["getArn", "getArnOutput"], () => require("./getArn"));
|
|
38
|
-
exports.getAutoscalingGroups = null;
|
|
39
|
-
exports.getAutoscalingGroupsOutput = null;
|
|
40
|
-
utilities.lazyLoad(exports, ["getAutoscalingGroups", "getAutoscalingGroupsOutput"], () => require("./getAutoscalingGroups"));
|
|
41
31
|
exports.getAvailabilityZone = null;
|
|
42
32
|
exports.getAvailabilityZoneOutput = null;
|
|
43
33
|
utilities.lazyLoad(exports, ["getAvailabilityZone", "getAvailabilityZoneOutput"], () => require("./getAvailabilityZone"));
|
|
@@ -45,25 +35,20 @@ exports.getAvailabilityZones = null;
|
|
|
45
35
|
exports.getAvailabilityZonesOutput = null;
|
|
46
36
|
utilities.lazyLoad(exports, ["getAvailabilityZones", "getAvailabilityZonesOutput"], () => require("./getAvailabilityZones"));
|
|
47
37
|
exports.getBillingServiceAccount = null;
|
|
48
|
-
|
|
38
|
+
exports.getBillingServiceAccountOutput = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["getBillingServiceAccount", "getBillingServiceAccountOutput"], () => require("./getBillingServiceAccount"));
|
|
49
40
|
exports.getCallerIdentity = null;
|
|
50
|
-
|
|
51
|
-
exports
|
|
52
|
-
utilities.lazyLoad(exports, ["getCanonicalUserId"], () => require("./getCanonicalUserId"));
|
|
41
|
+
exports.getCallerIdentityOutput = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["getCallerIdentity", "getCallerIdentityOutput"], () => require("./getCallerIdentity"));
|
|
53
43
|
exports.getDefaultTags = null;
|
|
54
44
|
exports.getDefaultTagsOutput = null;
|
|
55
45
|
utilities.lazyLoad(exports, ["getDefaultTags", "getDefaultTagsOutput"], () => require("./getDefaultTags"));
|
|
56
|
-
exports.getElasticIp = null;
|
|
57
|
-
exports.getElasticIpOutput = null;
|
|
58
|
-
utilities.lazyLoad(exports, ["getElasticIp", "getElasticIpOutput"], () => require("./getElasticIp"));
|
|
59
46
|
exports.getIpRanges = null;
|
|
60
47
|
exports.getIpRangesOutput = null;
|
|
61
48
|
utilities.lazyLoad(exports, ["getIpRanges", "getIpRangesOutput"], () => require("./getIpRanges"));
|
|
62
49
|
exports.getPartition = null;
|
|
63
|
-
|
|
64
|
-
exports
|
|
65
|
-
exports.getPrefixListOutput = null;
|
|
66
|
-
utilities.lazyLoad(exports, ["getPrefixList", "getPrefixListOutput"], () => require("./getPrefixList"));
|
|
50
|
+
exports.getPartitionOutput = null;
|
|
51
|
+
utilities.lazyLoad(exports, ["getPartition", "getPartitionOutput"], () => require("./getPartition"));
|
|
67
52
|
exports.getRegion = null;
|
|
68
53
|
exports.getRegionOutput = null;
|
|
69
54
|
utilities.lazyLoad(exports, ["getRegion", "getRegionOutput"], () => require("./getRegion"));
|
|
@@ -139,6 +124,8 @@ const chime = require("./chime");
|
|
|
139
124
|
exports.chime = chime;
|
|
140
125
|
const chimesdkmediapipelines = require("./chimesdkmediapipelines");
|
|
141
126
|
exports.chimesdkmediapipelines = chimesdkmediapipelines;
|
|
127
|
+
const cleanrooms = require("./cleanrooms");
|
|
128
|
+
exports.cleanrooms = cleanrooms;
|
|
142
129
|
const cloud9 = require("./cloud9");
|
|
143
130
|
exports.cloud9 = cloud9;
|
|
144
131
|
const cloudcontrol = require("./cloudcontrol");
|
|
@@ -231,10 +218,6 @@ const elasticache = require("./elasticache");
|
|
|
231
218
|
exports.elasticache = elasticache;
|
|
232
219
|
const elasticbeanstalk = require("./elasticbeanstalk");
|
|
233
220
|
exports.elasticbeanstalk = elasticbeanstalk;
|
|
234
|
-
const elasticloadbalancing = require("./elasticloadbalancing");
|
|
235
|
-
exports.elasticloadbalancing = elasticloadbalancing;
|
|
236
|
-
const elasticloadbalancingv2 = require("./elasticloadbalancingv2");
|
|
237
|
-
exports.elasticloadbalancingv2 = elasticloadbalancingv2;
|
|
238
221
|
const elasticsearch = require("./elasticsearch");
|
|
239
222
|
exports.elasticsearch = elasticsearch;
|
|
240
223
|
const elastictranscoder = require("./elastictranscoder");
|
|
@@ -249,6 +232,8 @@ const emrserverless = require("./emrserverless");
|
|
|
249
232
|
exports.emrserverless = emrserverless;
|
|
250
233
|
const evidently = require("./evidently");
|
|
251
234
|
exports.evidently = evidently;
|
|
235
|
+
const finspace = require("./finspace");
|
|
236
|
+
exports.finspace = finspace;
|
|
252
237
|
const fis = require("./fis");
|
|
253
238
|
exports.fis = fis;
|
|
254
239
|
const fms = require("./fms");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,kBAAkB;AAClB,wCAAsB;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/iot/getEndpoint.d.ts
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Returns a unique endpoint specific to the AWS account making the call.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as aws from "@pulumi/aws";
|
|
10
|
+
* import * as kubernetes from "@pulumi/kubernetes";
|
|
11
|
+
*
|
|
12
|
+
* const example = aws.iot.getEndpoint({});
|
|
13
|
+
* const agent = new kubernetes.index.Kubernetes_pod("agent", {
|
|
14
|
+
* metadata: [{
|
|
15
|
+
* name: "my-device",
|
|
16
|
+
* }],
|
|
17
|
+
* spec: [{
|
|
18
|
+
* container: [{
|
|
19
|
+
* image: "gcr.io/my-project/image-name",
|
|
20
|
+
* name: "image-name",
|
|
21
|
+
* env: [{
|
|
22
|
+
* name: "IOT_ENDPOINT",
|
|
23
|
+
* value: example.endpointAddress,
|
|
24
|
+
* }],
|
|
25
|
+
* }],
|
|
26
|
+
* }],
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
4
29
|
*/
|
|
5
30
|
export declare function getEndpoint(args?: GetEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetEndpointResult>;
|
|
6
31
|
/**
|
|
@@ -33,6 +58,31 @@ export interface GetEndpointResult {
|
|
|
33
58
|
}
|
|
34
59
|
/**
|
|
35
60
|
* Returns a unique endpoint specific to the AWS account making the call.
|
|
61
|
+
*
|
|
62
|
+
* ## Example Usage
|
|
63
|
+
*
|
|
64
|
+
* ```typescript
|
|
65
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
66
|
+
* import * as aws from "@pulumi/aws";
|
|
67
|
+
* import * as kubernetes from "@pulumi/kubernetes";
|
|
68
|
+
*
|
|
69
|
+
* const example = aws.iot.getEndpoint({});
|
|
70
|
+
* const agent = new kubernetes.index.Kubernetes_pod("agent", {
|
|
71
|
+
* metadata: [{
|
|
72
|
+
* name: "my-device",
|
|
73
|
+
* }],
|
|
74
|
+
* spec: [{
|
|
75
|
+
* container: [{
|
|
76
|
+
* image: "gcr.io/my-project/image-name",
|
|
77
|
+
* name: "image-name",
|
|
78
|
+
* env: [{
|
|
79
|
+
* name: "IOT_ENDPOINT",
|
|
80
|
+
* value: example.endpointAddress,
|
|
81
|
+
* }],
|
|
82
|
+
* }],
|
|
83
|
+
* }],
|
|
84
|
+
* });
|
|
85
|
+
* ```
|
|
36
86
|
*/
|
|
37
87
|
export declare function getEndpointOutput(args?: GetEndpointOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEndpointResult>;
|
|
38
88
|
/**
|
package/iot/getEndpoint.js
CHANGED
|
@@ -7,6 +7,31 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Returns a unique endpoint specific to the AWS account making the call.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aws from "@pulumi/aws";
|
|
16
|
+
* import * as kubernetes from "@pulumi/kubernetes";
|
|
17
|
+
*
|
|
18
|
+
* const example = aws.iot.getEndpoint({});
|
|
19
|
+
* const agent = new kubernetes.index.Kubernetes_pod("agent", {
|
|
20
|
+
* metadata: [{
|
|
21
|
+
* name: "my-device",
|
|
22
|
+
* }],
|
|
23
|
+
* spec: [{
|
|
24
|
+
* container: [{
|
|
25
|
+
* image: "gcr.io/my-project/image-name",
|
|
26
|
+
* name: "image-name",
|
|
27
|
+
* env: [{
|
|
28
|
+
* name: "IOT_ENDPOINT",
|
|
29
|
+
* value: example.endpointAddress,
|
|
30
|
+
* }],
|
|
31
|
+
* }],
|
|
32
|
+
* }],
|
|
33
|
+
* });
|
|
34
|
+
* ```
|
|
10
35
|
*/
|
|
11
36
|
function getEndpoint(args, opts) {
|
|
12
37
|
args = args || {};
|
|
@@ -18,6 +43,31 @@ function getEndpoint(args, opts) {
|
|
|
18
43
|
exports.getEndpoint = getEndpoint;
|
|
19
44
|
/**
|
|
20
45
|
* Returns a unique endpoint specific to the AWS account making the call.
|
|
46
|
+
*
|
|
47
|
+
* ## Example Usage
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as aws from "@pulumi/aws";
|
|
52
|
+
* import * as kubernetes from "@pulumi/kubernetes";
|
|
53
|
+
*
|
|
54
|
+
* const example = aws.iot.getEndpoint({});
|
|
55
|
+
* const agent = new kubernetes.index.Kubernetes_pod("agent", {
|
|
56
|
+
* metadata: [{
|
|
57
|
+
* name: "my-device",
|
|
58
|
+
* }],
|
|
59
|
+
* spec: [{
|
|
60
|
+
* container: [{
|
|
61
|
+
* image: "gcr.io/my-project/image-name",
|
|
62
|
+
* name: "image-name",
|
|
63
|
+
* env: [{
|
|
64
|
+
* name: "IOT_ENDPOINT",
|
|
65
|
+
* value: example.endpointAddress,
|
|
66
|
+
* }],
|
|
67
|
+
* }],
|
|
68
|
+
* }],
|
|
69
|
+
* });
|
|
70
|
+
* ```
|
|
21
71
|
*/
|
|
22
72
|
function getEndpointOutput(args, opts) {
|
|
23
73
|
return pulumi.output(args).apply((a) => getEndpoint(a, opts));
|
package/iot/getEndpoint.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEndpoint.js","sourceRoot":"","sources":["../../iot/getEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getEndpoint.js","sourceRoot":"","sources":["../../iot/getEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA+BD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/iot/topicRule.d.ts
CHANGED
|
@@ -26,11 +26,11 @@ import * as outputs from "../types/output";
|
|
|
26
26
|
* enabled: true,
|
|
27
27
|
* sql: "SELECT * FROM 'topic/test'",
|
|
28
28
|
* sqlVersion: "2016-03-23",
|
|
29
|
-
* sns: {
|
|
29
|
+
* sns: [{
|
|
30
30
|
* messageFormat: "RAW",
|
|
31
31
|
* roleArn: role.arn,
|
|
32
32
|
* targetArn: mytopic.arn,
|
|
33
|
-
* },
|
|
33
|
+
* }],
|
|
34
34
|
* errorAction: {
|
|
35
35
|
* sns: {
|
|
36
36
|
* messageFormat: "RAW",
|
|
@@ -80,16 +80,16 @@ export declare class TopicRule extends pulumi.CustomResource {
|
|
|
80
80
|
* The ARN of the topic rule
|
|
81
81
|
*/
|
|
82
82
|
readonly arn: pulumi.Output<string>;
|
|
83
|
-
readonly
|
|
83
|
+
readonly cloudwatchAlarms: pulumi.Output<outputs.iot.TopicRuleCloudwatchAlarm[] | undefined>;
|
|
84
84
|
readonly cloudwatchLogs: pulumi.Output<outputs.iot.TopicRuleCloudwatchLog[] | undefined>;
|
|
85
|
-
readonly
|
|
85
|
+
readonly cloudwatchMetrics: pulumi.Output<outputs.iot.TopicRuleCloudwatchMetric[] | undefined>;
|
|
86
86
|
/**
|
|
87
87
|
* The description of the rule.
|
|
88
88
|
*/
|
|
89
89
|
readonly description: pulumi.Output<string | undefined>;
|
|
90
|
-
readonly
|
|
90
|
+
readonly dynamodbs: pulumi.Output<outputs.iot.TopicRuleDynamodb[] | undefined>;
|
|
91
91
|
readonly dynamodbv2s: pulumi.Output<outputs.iot.TopicRuleDynamodbv2[] | undefined>;
|
|
92
|
-
readonly elasticsearch: pulumi.Output<outputs.iot.TopicRuleElasticsearch | undefined>;
|
|
92
|
+
readonly elasticsearch: pulumi.Output<outputs.iot.TopicRuleElasticsearch[] | undefined>;
|
|
93
93
|
/**
|
|
94
94
|
* Specifies whether the rule is enabled.
|
|
95
95
|
*/
|
|
@@ -98,20 +98,20 @@ export declare class TopicRule extends pulumi.CustomResource {
|
|
|
98
98
|
* Configuration block with error action to be associated with the rule. See the documentation for `cloudwatchAlarm`, `cloudwatchLogs`, `cloudwatchMetric`, `dynamodb`, `dynamodbv2`, `elasticsearch`, `firehose`, `http`, `iotAnalytics`, `iotEvents`, `kafka`, `kinesis`, `lambda`, `republish`, `s3`, `sns`, `sqs`, `stepFunctions`, `timestream` configuration blocks for further configuration details.
|
|
99
99
|
*/
|
|
100
100
|
readonly errorAction: pulumi.Output<outputs.iot.TopicRuleErrorAction | undefined>;
|
|
101
|
-
readonly
|
|
101
|
+
readonly firehoses: pulumi.Output<outputs.iot.TopicRuleFirehose[] | undefined>;
|
|
102
102
|
readonly https: pulumi.Output<outputs.iot.TopicRuleHttp[] | undefined>;
|
|
103
103
|
readonly iotAnalytics: pulumi.Output<outputs.iot.TopicRuleIotAnalytic[] | undefined>;
|
|
104
104
|
readonly iotEvents: pulumi.Output<outputs.iot.TopicRuleIotEvent[] | undefined>;
|
|
105
105
|
readonly kafkas: pulumi.Output<outputs.iot.TopicRuleKafka[] | undefined>;
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
106
|
+
readonly kineses: pulumi.Output<outputs.iot.TopicRuleKinesis[] | undefined>;
|
|
107
|
+
readonly lambdas: pulumi.Output<outputs.iot.TopicRuleLambda[] | undefined>;
|
|
108
108
|
/**
|
|
109
109
|
* The name of the rule.
|
|
110
110
|
*/
|
|
111
111
|
readonly name: pulumi.Output<string>;
|
|
112
|
-
readonly
|
|
113
|
-
readonly s3: pulumi.Output<outputs.iot.TopicRuleS3 | undefined>;
|
|
114
|
-
readonly sns: pulumi.Output<outputs.iot.TopicRuleSns | undefined>;
|
|
112
|
+
readonly republishes: pulumi.Output<outputs.iot.TopicRuleRepublish[] | undefined>;
|
|
113
|
+
readonly s3: pulumi.Output<outputs.iot.TopicRuleS3[] | undefined>;
|
|
114
|
+
readonly sns: pulumi.Output<outputs.iot.TopicRuleSns[] | undefined>;
|
|
115
115
|
/**
|
|
116
116
|
* The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference (http://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html#aws-iot-sql-reference) in the AWS IoT Developer Guide.
|
|
117
117
|
*/
|
|
@@ -120,7 +120,7 @@ export declare class TopicRule extends pulumi.CustomResource {
|
|
|
120
120
|
* The version of the SQL rules engine to use when evaluating the rule.
|
|
121
121
|
*/
|
|
122
122
|
readonly sqlVersion: pulumi.Output<string>;
|
|
123
|
-
readonly sqs: pulumi.Output<outputs.iot.TopicRuleSqs | undefined>;
|
|
123
|
+
readonly sqs: pulumi.Output<outputs.iot.TopicRuleSqs[] | undefined>;
|
|
124
124
|
readonly stepFunctions: pulumi.Output<outputs.iot.TopicRuleStepFunction[] | undefined>;
|
|
125
125
|
/**
|
|
126
126
|
* Key-value map of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
@@ -152,16 +152,16 @@ export interface TopicRuleState {
|
|
|
152
152
|
* The ARN of the topic rule
|
|
153
153
|
*/
|
|
154
154
|
arn?: pulumi.Input<string>;
|
|
155
|
-
|
|
155
|
+
cloudwatchAlarms?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleCloudwatchAlarm>[]>;
|
|
156
156
|
cloudwatchLogs?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleCloudwatchLog>[]>;
|
|
157
|
-
|
|
157
|
+
cloudwatchMetrics?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleCloudwatchMetric>[]>;
|
|
158
158
|
/**
|
|
159
159
|
* The description of the rule.
|
|
160
160
|
*/
|
|
161
161
|
description?: pulumi.Input<string>;
|
|
162
|
-
|
|
162
|
+
dynamodbs?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleDynamodb>[]>;
|
|
163
163
|
dynamodbv2s?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleDynamodbv2>[]>;
|
|
164
|
-
elasticsearch?: pulumi.Input<inputs.iot.TopicRuleElasticsearch>;
|
|
164
|
+
elasticsearch?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleElasticsearch>[]>;
|
|
165
165
|
/**
|
|
166
166
|
* Specifies whether the rule is enabled.
|
|
167
167
|
*/
|
|
@@ -170,20 +170,20 @@ export interface TopicRuleState {
|
|
|
170
170
|
* Configuration block with error action to be associated with the rule. See the documentation for `cloudwatchAlarm`, `cloudwatchLogs`, `cloudwatchMetric`, `dynamodb`, `dynamodbv2`, `elasticsearch`, `firehose`, `http`, `iotAnalytics`, `iotEvents`, `kafka`, `kinesis`, `lambda`, `republish`, `s3`, `sns`, `sqs`, `stepFunctions`, `timestream` configuration blocks for further configuration details.
|
|
171
171
|
*/
|
|
172
172
|
errorAction?: pulumi.Input<inputs.iot.TopicRuleErrorAction>;
|
|
173
|
-
|
|
173
|
+
firehoses?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleFirehose>[]>;
|
|
174
174
|
https?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleHttp>[]>;
|
|
175
175
|
iotAnalytics?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleIotAnalytic>[]>;
|
|
176
176
|
iotEvents?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleIotEvent>[]>;
|
|
177
177
|
kafkas?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleKafka>[]>;
|
|
178
|
-
|
|
179
|
-
|
|
178
|
+
kineses?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleKinesis>[]>;
|
|
179
|
+
lambdas?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleLambda>[]>;
|
|
180
180
|
/**
|
|
181
181
|
* The name of the rule.
|
|
182
182
|
*/
|
|
183
183
|
name?: pulumi.Input<string>;
|
|
184
|
-
|
|
185
|
-
s3?: pulumi.Input<inputs.iot.TopicRuleS3>;
|
|
186
|
-
sns?: pulumi.Input<inputs.iot.TopicRuleSns>;
|
|
184
|
+
republishes?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleRepublish>[]>;
|
|
185
|
+
s3?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleS3>[]>;
|
|
186
|
+
sns?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleSns>[]>;
|
|
187
187
|
/**
|
|
188
188
|
* The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference (http://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html#aws-iot-sql-reference) in the AWS IoT Developer Guide.
|
|
189
189
|
*/
|
|
@@ -192,7 +192,7 @@ export interface TopicRuleState {
|
|
|
192
192
|
* The version of the SQL rules engine to use when evaluating the rule.
|
|
193
193
|
*/
|
|
194
194
|
sqlVersion?: pulumi.Input<string>;
|
|
195
|
-
sqs?: pulumi.Input<inputs.iot.TopicRuleSqs>;
|
|
195
|
+
sqs?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleSqs>[]>;
|
|
196
196
|
stepFunctions?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleStepFunction>[]>;
|
|
197
197
|
/**
|
|
198
198
|
* Key-value map of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
@@ -212,16 +212,16 @@ export interface TopicRuleState {
|
|
|
212
212
|
* The set of arguments for constructing a TopicRule resource.
|
|
213
213
|
*/
|
|
214
214
|
export interface TopicRuleArgs {
|
|
215
|
-
|
|
215
|
+
cloudwatchAlarms?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleCloudwatchAlarm>[]>;
|
|
216
216
|
cloudwatchLogs?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleCloudwatchLog>[]>;
|
|
217
|
-
|
|
217
|
+
cloudwatchMetrics?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleCloudwatchMetric>[]>;
|
|
218
218
|
/**
|
|
219
219
|
* The description of the rule.
|
|
220
220
|
*/
|
|
221
221
|
description?: pulumi.Input<string>;
|
|
222
|
-
|
|
222
|
+
dynamodbs?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleDynamodb>[]>;
|
|
223
223
|
dynamodbv2s?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleDynamodbv2>[]>;
|
|
224
|
-
elasticsearch?: pulumi.Input<inputs.iot.TopicRuleElasticsearch>;
|
|
224
|
+
elasticsearch?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleElasticsearch>[]>;
|
|
225
225
|
/**
|
|
226
226
|
* Specifies whether the rule is enabled.
|
|
227
227
|
*/
|
|
@@ -230,20 +230,20 @@ export interface TopicRuleArgs {
|
|
|
230
230
|
* Configuration block with error action to be associated with the rule. See the documentation for `cloudwatchAlarm`, `cloudwatchLogs`, `cloudwatchMetric`, `dynamodb`, `dynamodbv2`, `elasticsearch`, `firehose`, `http`, `iotAnalytics`, `iotEvents`, `kafka`, `kinesis`, `lambda`, `republish`, `s3`, `sns`, `sqs`, `stepFunctions`, `timestream` configuration blocks for further configuration details.
|
|
231
231
|
*/
|
|
232
232
|
errorAction?: pulumi.Input<inputs.iot.TopicRuleErrorAction>;
|
|
233
|
-
|
|
233
|
+
firehoses?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleFirehose>[]>;
|
|
234
234
|
https?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleHttp>[]>;
|
|
235
235
|
iotAnalytics?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleIotAnalytic>[]>;
|
|
236
236
|
iotEvents?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleIotEvent>[]>;
|
|
237
237
|
kafkas?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleKafka>[]>;
|
|
238
|
-
|
|
239
|
-
|
|
238
|
+
kineses?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleKinesis>[]>;
|
|
239
|
+
lambdas?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleLambda>[]>;
|
|
240
240
|
/**
|
|
241
241
|
* The name of the rule.
|
|
242
242
|
*/
|
|
243
243
|
name?: pulumi.Input<string>;
|
|
244
|
-
|
|
245
|
-
s3?: pulumi.Input<inputs.iot.TopicRuleS3>;
|
|
246
|
-
sns?: pulumi.Input<inputs.iot.TopicRuleSns>;
|
|
244
|
+
republishes?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleRepublish>[]>;
|
|
245
|
+
s3?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleS3>[]>;
|
|
246
|
+
sns?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleSns>[]>;
|
|
247
247
|
/**
|
|
248
248
|
* The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference (http://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html#aws-iot-sql-reference) in the AWS IoT Developer Guide.
|
|
249
249
|
*/
|
|
@@ -252,7 +252,7 @@ export interface TopicRuleArgs {
|
|
|
252
252
|
* The version of the SQL rules engine to use when evaluating the rule.
|
|
253
253
|
*/
|
|
254
254
|
sqlVersion: pulumi.Input<string>;
|
|
255
|
-
sqs?: pulumi.Input<inputs.iot.TopicRuleSqs>;
|
|
255
|
+
sqs?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleSqs>[]>;
|
|
256
256
|
stepFunctions?: pulumi.Input<pulumi.Input<inputs.iot.TopicRuleStepFunction>[]>;
|
|
257
257
|
/**
|
|
258
258
|
* Key-value map of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|