aws-sdk-core 2.11.616 → 2.11.621

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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigateway/2015-07-09/api-2.json +4 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
  4. data/apis/appmesh/2019-01-25/examples-1.json +3 -2
  5. data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
  6. data/apis/autoscaling/2011-01-01/api-2.json +6 -2
  7. data/apis/braket/2019-09-01/api-2.json +155 -36
  8. data/apis/codeartifact/2018-09-22/api-2.json +145 -6
  9. data/apis/dms/2016-01-01/api-2.json +20 -3
  10. data/apis/dynamodb/2012-08-10/api-2.json +2 -1
  11. data/apis/ec2/2016-11-15/api-2.json +185 -14
  12. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +7 -3
  13. data/apis/es/2015-01-01/api-2.json +62 -3
  14. data/apis/eventbridge/2015-10-07/api-2.json +431 -0
  15. data/apis/events/2015-10-07/api-2.json +431 -0
  16. data/apis/frauddetector/2019-11-15/api-2.json +234 -4
  17. data/apis/imagebuilder/2019-12-02/api-2.json +24 -19
  18. data/apis/iot/2015-05-28/api-2.json +18 -4
  19. data/apis/iot/2015-05-28/paginators-1.json +6 -0
  20. data/apis/kendra/2019-02-03/api-2.json +105 -7
  21. data/apis/lambda/2015-03-31/api-2.json +36 -2
  22. data/apis/macie2/2020-01-01/api-2.json +4 -0
  23. data/apis/medialive/2017-10-14/api-2.json +67 -0
  24. data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
  25. data/apis/mq/2017-11-27/api-2.json +6 -2
  26. data/apis/rds/2014-10-31/api-2.json +2 -1
  27. data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
  28. data/apis/sesv2/2019-09-27/api-2.json +494 -5
  29. data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
  30. data/apis/storagegateway/2013-06-30/api-2.json +53 -7
  31. data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
  32. data/apis/xray/2016-04-12/api-2.json +277 -0
  33. data/apis/xray/2016-04-12/paginators-1.json +10 -0
  34. data/endpoints.json +91 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. metadata +2 -2
@@ -10,6 +10,16 @@
10
10
  "output_token": "NextToken",
11
11
  "result_key": "Groups"
12
12
  },
13
+ "GetInsightEvents": {
14
+ "input_token": "NextToken",
15
+ "limit_key": "MaxResults",
16
+ "output_token": "NextToken"
17
+ },
18
+ "GetInsightSummaries": {
19
+ "input_token": "NextToken",
20
+ "limit_key": "MaxResults",
21
+ "output_token": "NextToken"
22
+ },
13
23
  "GetSamplingRules": {
14
24
  "input_token": "NextToken",
15
25
  "output_token": "NextToken",
@@ -1921,6 +1921,36 @@
1921
1921
  "eu-west-1" : { },
1922
1922
  "eu-west-2" : { },
1923
1923
  "eu-west-3" : { },
1924
+ "fips-ca-central-1" : {
1925
+ "credentialScope" : {
1926
+ "region" : "ca-central-1"
1927
+ },
1928
+ "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
1929
+ },
1930
+ "fips-us-east-1" : {
1931
+ "credentialScope" : {
1932
+ "region" : "us-east-1"
1933
+ },
1934
+ "hostname" : "ebs-fips.us-east-1.amazonaws.com"
1935
+ },
1936
+ "fips-us-east-2" : {
1937
+ "credentialScope" : {
1938
+ "region" : "us-east-2"
1939
+ },
1940
+ "hostname" : "ebs-fips.us-east-2.amazonaws.com"
1941
+ },
1942
+ "fips-us-west-1" : {
1943
+ "credentialScope" : {
1944
+ "region" : "us-west-1"
1945
+ },
1946
+ "hostname" : "ebs-fips.us-west-1.amazonaws.com"
1947
+ },
1948
+ "fips-us-west-2" : {
1949
+ "credentialScope" : {
1950
+ "region" : "us-west-2"
1951
+ },
1952
+ "hostname" : "ebs-fips.us-west-2.amazonaws.com"
1953
+ },
1924
1954
  "me-south-1" : { },
1925
1955
  "sa-east-1" : { },
1926
1956
  "us-east-1" : { },
@@ -2065,6 +2095,12 @@
2065
2095
  },
2066
2096
  "hostname" : "fips.eks.us-east-2.amazonaws.com"
2067
2097
  },
2098
+ "fips-us-west-1" : {
2099
+ "credentialScope" : {
2100
+ "region" : "us-west-1"
2101
+ },
2102
+ "hostname" : "fips.eks.us-west-1.amazonaws.com"
2103
+ },
2068
2104
  "fips-us-west-2" : {
2069
2105
  "credentialScope" : {
2070
2106
  "region" : "us-west-2"
@@ -3362,6 +3398,30 @@
3362
3398
  "eu-west-1" : { },
3363
3399
  "eu-west-2" : { },
3364
3400
  "eu-west-3" : { },
3401
+ "fips-us-east-1" : {
3402
+ "credentialScope" : {
3403
+ "region" : "us-east-1"
3404
+ },
3405
+ "hostname" : "lakeformation-fips.us-east-1.amazonaws.com"
3406
+ },
3407
+ "fips-us-east-2" : {
3408
+ "credentialScope" : {
3409
+ "region" : "us-east-2"
3410
+ },
3411
+ "hostname" : "lakeformation-fips.us-east-2.amazonaws.com"
3412
+ },
3413
+ "fips-us-west-1" : {
3414
+ "credentialScope" : {
3415
+ "region" : "us-west-1"
3416
+ },
3417
+ "hostname" : "lakeformation-fips.us-west-1.amazonaws.com"
3418
+ },
3419
+ "fips-us-west-2" : {
3420
+ "credentialScope" : {
3421
+ "region" : "us-west-2"
3422
+ },
3423
+ "hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
3424
+ },
3365
3425
  "sa-east-1" : { },
3366
3426
  "us-east-1" : { },
3367
3427
  "us-east-2" : { },
@@ -4228,6 +4288,7 @@
4228
4288
  "ap-northeast-1" : { },
4229
4289
  "ap-northeast-2" : { },
4230
4290
  "ap-south-1" : { },
4291
+ "ap-southeast-1" : { },
4231
4292
  "ap-southeast-2" : { },
4232
4293
  "ca-central-1" : { },
4233
4294
  "eu-central-1" : { },
@@ -5968,7 +6029,9 @@
5968
6029
  "endpoints" : {
5969
6030
  "ap-southeast-2" : { },
5970
6031
  "ca-central-1" : { },
6032
+ "eu-central-1" : { },
5971
6033
  "eu-west-1" : { },
6034
+ "eu-west-2" : { },
5972
6035
  "us-east-1" : { },
5973
6036
  "us-east-2" : { },
5974
6037
  "us-west-2" : { }
@@ -7708,6 +7771,18 @@
7708
7771
  "protocols" : [ "http", "https" ]
7709
7772
  },
7710
7773
  "endpoints" : {
7774
+ "fips-us-gov-east-1" : {
7775
+ "credentialScope" : {
7776
+ "region" : "us-gov-east-1"
7777
+ },
7778
+ "hostname" : "eks.us-gov-east-1.amazonaws.com"
7779
+ },
7780
+ "fips-us-gov-west-1" : {
7781
+ "credentialScope" : {
7782
+ "region" : "us-gov-west-1"
7783
+ },
7784
+ "hostname" : "eks.us-gov-west-1.amazonaws.com"
7785
+ },
7711
7786
  "us-gov-east-1" : { },
7712
7787
  "us-gov-west-1" : { }
7713
7788
  }
@@ -7915,6 +7990,7 @@
7915
7990
  "protocols" : [ "https" ]
7916
7991
  },
7917
7992
  "endpoints" : {
7993
+ "us-gov-east-1" : { },
7918
7994
  "us-gov-west-1" : { },
7919
7995
  "us-gov-west-1-fips" : {
7920
7996
  "credentialScope" : {
@@ -9054,6 +9130,16 @@
9054
9130
  }
9055
9131
  },
9056
9132
  "services" : {
9133
+ "api.ecr" : {
9134
+ "endpoints" : {
9135
+ "us-isob-east-1" : {
9136
+ "credentialScope" : {
9137
+ "region" : "us-isob-east-1"
9138
+ },
9139
+ "hostname" : "api.ecr.us-isob-east-1.sc2s.sgov.gov"
9140
+ }
9141
+ }
9142
+ },
9057
9143
  "application-autoscaling" : {
9058
9144
  "defaults" : {
9059
9145
  "protocols" : [ "http", "https" ]
@@ -9117,6 +9203,11 @@
9117
9203
  "us-isob-east-1" : { }
9118
9204
  }
9119
9205
  },
9206
+ "ecs" : {
9207
+ "endpoints" : {
9208
+ "us-isob-east-1" : { }
9209
+ }
9210
+ },
9120
9211
  "elasticache" : {
9121
9212
  "endpoints" : {
9122
9213
  "us-isob-east-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.616'
2
+ VERSION = '2.11.621'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.616
4
+ version: 2.11.621
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-28 00:00:00.000000000 Z
11
+ date: 2020-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath