lib/aws-partitions.rb in aws-partitions-1.0.0 vs lib/aws-partitions.rb in aws-partitions-1.1.0
- old
+ new
@@ -221,10 +221,11 @@
@service_ids ||= begin
# service ids
{
'ACM' => 'acm',
'APIGateway' => 'apigateway',
+ 'AppStream' => 'appstream2',
'ApplicationAutoScaling' => 'application-autoscaling',
'ApplicationDiscoveryService' => 'discovery',
'AutoScaling' => 'autoscaling',
'Budgets' => 'budgets',
'CloudFormation' => 'cloudformation',
@@ -233,10 +234,11 @@
'CloudSearch' => 'cloudsearch',
'CloudTrail' => 'cloudtrail',
'CloudWatch' => 'monitoring',
'CloudWatchEvents' => 'events',
'CloudWatchLogs' => 'logs',
+ 'CodeBuild' => 'codebuild',
'CodeCommit' => 'codecommit',
'CodeDeploy' => 'codedeploy',
'CodePipeline' => 'codepipeline',
'CognitoIdentity' => 'cognito-identity',
'CognitoIdentityProvider' => 'cognito-idp',
@@ -261,42 +263,51 @@
'ElasticTranscoder' => 'elastictranscoder',
'ElasticsearchService' => 'es',
'Firehose' => 'firehose',
'GameLift' => 'gamelift',
'Glacier' => 'glacier',
+ 'Health' => 'health',
'IAM' => 'iam',
'ImportExport' => 'importexport',
'Inspector' => 'inspector',
'IoT' => 'iot',
- 'IoTDataPlane' => 'data.iot',
'KMS' => 'kms',
'Kinesis' => 'kinesis',
'KinesisAnalytics' => 'kinesisanalytics',
'Lambda' => 'lambda',
'LambdaPreview' => 'lambda',
+ 'Lightsail' => 'lightsail',
'MachineLearning' => 'machinelearning',
'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
'MarketplaceMetering' => 'metering.marketplace',
'OpsWorks' => 'opsworks',
+ 'OpsWorksCM' => 'opsworks-cm',
+ 'Pinpoint' => 'pinpoint',
+ 'Polly' => 'polly',
'RDS' => 'rds',
'Redshift' => 'redshift',
+ 'Rekognition' => 'rekognition',
'Route53' => 'route53',
'Route53Domains' => 'route53domains',
'S3' => 's3',
'SES' => 'email',
+ 'SFN' => 'states',
'SMS' => 'sms',
'SNS' => 'sns',
'SQS' => 'sqs',
'SSM' => 'ssm',
'STS' => 'sts',
'SWF' => 'swf',
'ServiceCatalog' => 'servicecatalog',
+ 'Shield' => 'shield',
'SimpleDB' => 'sdb',
'Snowball' => 'snowball',
'StorageGateway' => 'storagegateway',
'Support' => 'support',
'WAF' => 'waf',
+ 'WAFRegional' => 'waf-regional',
'WorkSpaces' => 'workspaces',
+ 'XRay' => 'xray',
}
# end service ids
end
end