aws-sdk-core 2.11.294 → 2.11.295

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "pagination": {
3
+ "ListCloudFrontOriginAccessIdentities": {
4
+ "input_token": "Marker",
5
+ "limit_key": "MaxItems",
6
+ "more_results": "CloudFrontOriginAccessIdentityList.IsTruncated",
7
+ "output_token": "CloudFrontOriginAccessIdentityList.NextMarker",
8
+ "result_key": "CloudFrontOriginAccessIdentityList.Items"
9
+ },
10
+ "ListDistributions": {
11
+ "input_token": "Marker",
12
+ "limit_key": "MaxItems",
13
+ "more_results": "DistributionList.IsTruncated",
14
+ "output_token": "DistributionList.NextMarker",
15
+ "result_key": "DistributionList.Items"
16
+ },
17
+ "ListInvalidations": {
18
+ "input_token": "Marker",
19
+ "limit_key": "MaxItems",
20
+ "more_results": "InvalidationList.IsTruncated",
21
+ "output_token": "InvalidationList.NextMarker",
22
+ "result_key": "InvalidationList.Items"
23
+ },
24
+ "ListStreamingDistributions": {
25
+ "input_token": "Marker",
26
+ "limit_key": "MaxItems",
27
+ "more_results": "StreamingDistributionList.IsTruncated",
28
+ "output_token": "StreamingDistributionList.NextMarker",
29
+ "result_key": "StreamingDistributionList.Items"
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-east-1",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListCloudFrontOriginAccessIdentities",
7
+ "input": {
8
+ "MaxItems": "1"
9
+ },
10
+ "errorExpectedFromService": false
11
+ },
12
+ {
13
+ "operationName": "GetDistribution",
14
+ "input": {
15
+ "Id": "fake-id"
16
+ },
17
+ "errorExpectedFromService": true
18
+ }
19
+ ]
20
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "DistributionDeployed": {
5
+ "delay": 60,
6
+ "operation": "GetDistribution",
7
+ "maxAttempts": 35,
8
+ "description": "Wait until a distribution is deployed.",
9
+ "acceptors": [
10
+ {
11
+ "expected": "Deployed",
12
+ "matcher": "path",
13
+ "state": "success",
14
+ "argument": "Distribution.Status"
15
+ }
16
+ ]
17
+ },
18
+ "InvalidationCompleted": {
19
+ "delay": 20,
20
+ "operation": "GetInvalidation",
21
+ "maxAttempts": 30,
22
+ "description": "Wait until an invalidation has completed.",
23
+ "acceptors": [
24
+ {
25
+ "expected": "Completed",
26
+ "matcher": "path",
27
+ "state": "success",
28
+ "argument": "Invalidation.Status"
29
+ }
30
+ ]
31
+ },
32
+ "StreamingDistributionDeployed": {
33
+ "delay": 60,
34
+ "operation": "GetStreamingDistribution",
35
+ "maxAttempts": 25,
36
+ "description": "Wait until a streaming distribution is deployed.",
37
+ "acceptors": [
38
+ {
39
+ "expected": "Deployed",
40
+ "matcher": "path",
41
+ "state": "success",
42
+ "argument": "StreamingDistribution.Status"
43
+ }
44
+ ]
45
+ }
46
+ }
47
+ }
@@ -14659,13 +14659,6 @@
14659
14659
  "g3.8xlarge",
14660
14660
  "g3.16xlarge",
14661
14661
  "g3s.xlarge",
14662
- "g4dn.xlarge",
14663
- "g4dn.2xlarge",
14664
- "g4dn.4xlarge",
14665
- "g4dn.8xlarge",
14666
- "g4dn.12xlarge",
14667
- "g4dn.16xlarge",
14668
- "g4dn.metal",
14669
14662
  "cg1.4xlarge",
14670
14663
  "p2.xlarge",
14671
14664
  "p2.8xlarge",
@@ -1030,6 +1030,12 @@
1030
1030
  },
1031
1031
  "hostname" : "rds.ap-northeast-2.amazonaws.com"
1032
1032
  },
1033
+ "ap-southeast-2" : {
1034
+ "credentialScope" : {
1035
+ "region" : "ap-southeast-2"
1036
+ },
1037
+ "hostname" : "rds.ap-southeast-2.amazonaws.com"
1038
+ },
1033
1039
  "eu-central-1" : {
1034
1040
  "credentialScope" : {
1035
1041
  "region" : "eu-central-1"
@@ -1092,6 +1098,12 @@
1092
1098
  "ap-southeast-1" : { },
1093
1099
  "ap-southeast-2" : { },
1094
1100
  "ca-central-1" : { },
1101
+ "ca-central-1-fips" : {
1102
+ "credentialScope" : {
1103
+ "region" : "ca-central-1"
1104
+ },
1105
+ "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
1106
+ },
1095
1107
  "eu-central-1" : { },
1096
1108
  "eu-north-1" : { },
1097
1109
  "eu-west-1" : { },
@@ -1106,9 +1118,33 @@
1106
1118
  },
1107
1119
  "sa-east-1" : { },
1108
1120
  "us-east-1" : { },
1121
+ "us-east-1-fips" : {
1122
+ "credentialScope" : {
1123
+ "region" : "us-east-1"
1124
+ },
1125
+ "hostname" : "dynamodb-fips.us-east-1.amazonaws.com"
1126
+ },
1109
1127
  "us-east-2" : { },
1128
+ "us-east-2-fips" : {
1129
+ "credentialScope" : {
1130
+ "region" : "us-east-2"
1131
+ },
1132
+ "hostname" : "dynamodb-fips.us-east-2.amazonaws.com"
1133
+ },
1110
1134
  "us-west-1" : { },
1111
- "us-west-2" : { }
1135
+ "us-west-1-fips" : {
1136
+ "credentialScope" : {
1137
+ "region" : "us-west-1"
1138
+ },
1139
+ "hostname" : "dynamodb-fips.us-west-1.amazonaws.com"
1140
+ },
1141
+ "us-west-2" : { },
1142
+ "us-west-2-fips" : {
1143
+ "credentialScope" : {
1144
+ "region" : "us-west-2"
1145
+ },
1146
+ "hostname" : "dynamodb-fips.us-west-2.amazonaws.com"
1147
+ }
1112
1148
  }
1113
1149
  },
1114
1150
  "ec2" : {
@@ -1208,6 +1244,7 @@
1208
1244
  "endpoints" : {
1209
1245
  "ap-northeast-1" : { },
1210
1246
  "ap-northeast-2" : { },
1247
+ "ap-south-1" : { },
1211
1248
  "ap-southeast-1" : { },
1212
1249
  "ap-southeast-2" : { },
1213
1250
  "ca-central-1" : { },
@@ -2271,9 +2308,33 @@
2271
2308
  "eu-west-1" : { },
2272
2309
  "eu-west-2" : { },
2273
2310
  "us-east-1" : { },
2311
+ "us-east-1-fips" : {
2312
+ "credentialScope" : {
2313
+ "region" : "us-east-1"
2314
+ },
2315
+ "hostname" : "runtime-fips.sagemaker.us-east-1.amazonaws.com"
2316
+ },
2274
2317
  "us-east-2" : { },
2318
+ "us-east-2-fips" : {
2319
+ "credentialScope" : {
2320
+ "region" : "us-east-2"
2321
+ },
2322
+ "hostname" : "runtime-fips.sagemaker.us-east-2.amazonaws.com"
2323
+ },
2275
2324
  "us-west-1" : { },
2276
- "us-west-2" : { }
2325
+ "us-west-1-fips" : {
2326
+ "credentialScope" : {
2327
+ "region" : "us-west-1"
2328
+ },
2329
+ "hostname" : "runtime-fips.sagemaker.us-west-1.amazonaws.com"
2330
+ },
2331
+ "us-west-2" : { },
2332
+ "us-west-2-fips" : {
2333
+ "credentialScope" : {
2334
+ "region" : "us-west-2"
2335
+ },
2336
+ "hostname" : "runtime-fips.sagemaker.us-west-2.amazonaws.com"
2337
+ }
2277
2338
  }
2278
2339
  },
2279
2340
  "s3" : {
@@ -2880,6 +2941,12 @@
2880
2941
  "ap-southeast-1" : { },
2881
2942
  "ap-southeast-2" : { },
2882
2943
  "ca-central-1" : { },
2944
+ "ca-central-1-fips" : {
2945
+ "credentialScope" : {
2946
+ "region" : "ca-central-1"
2947
+ },
2948
+ "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
2949
+ },
2883
2950
  "eu-central-1" : { },
2884
2951
  "eu-north-1" : { },
2885
2952
  "eu-west-1" : { },
@@ -2894,9 +2961,33 @@
2894
2961
  },
2895
2962
  "sa-east-1" : { },
2896
2963
  "us-east-1" : { },
2964
+ "us-east-1-fips" : {
2965
+ "credentialScope" : {
2966
+ "region" : "us-east-1"
2967
+ },
2968
+ "hostname" : "dynamodb-fips.us-east-1.amazonaws.com"
2969
+ },
2897
2970
  "us-east-2" : { },
2971
+ "us-east-2-fips" : {
2972
+ "credentialScope" : {
2973
+ "region" : "us-east-2"
2974
+ },
2975
+ "hostname" : "dynamodb-fips.us-east-2.amazonaws.com"
2976
+ },
2898
2977
  "us-west-1" : { },
2899
- "us-west-2" : { }
2978
+ "us-west-1-fips" : {
2979
+ "credentialScope" : {
2980
+ "region" : "us-west-1"
2981
+ },
2982
+ "hostname" : "dynamodb-fips.us-west-1.amazonaws.com"
2983
+ },
2984
+ "us-west-2" : { },
2985
+ "us-west-2-fips" : {
2986
+ "credentialScope" : {
2987
+ "region" : "us-west-2"
2988
+ },
2989
+ "hostname" : "dynamodb-fips.us-west-2.amazonaws.com"
2990
+ }
2900
2991
  }
2901
2992
  },
2902
2993
  "sts" : {
@@ -3686,6 +3777,7 @@
3686
3777
  },
3687
3778
  "codecommit" : {
3688
3779
  "endpoints" : {
3780
+ "us-gov-east-1" : { },
3689
3781
  "us-gov-west-1" : { }
3690
3782
  }
3691
3783
  },
@@ -3753,6 +3845,12 @@
3753
3845
  "dynamodb" : {
3754
3846
  "endpoints" : {
3755
3847
  "us-gov-east-1" : { },
3848
+ "us-gov-east-1-fips" : {
3849
+ "credentialScope" : {
3850
+ "region" : "us-gov-east-1"
3851
+ },
3852
+ "hostname" : "dynamodb.us-gov-east-1.amazonaws.com"
3853
+ },
3756
3854
  "us-gov-west-1" : { },
3757
3855
  "us-gov-west-1-fips" : {
3758
3856
  "credentialScope" : {
@@ -4093,6 +4191,12 @@
4093
4191
  },
4094
4192
  "endpoints" : {
4095
4193
  "us-gov-east-1" : { },
4194
+ "us-gov-east-1-fips" : {
4195
+ "credentialScope" : {
4196
+ "region" : "us-gov-east-1"
4197
+ },
4198
+ "hostname" : "dynamodb.us-gov-east-1.amazonaws.com"
4199
+ },
4096
4200
  "us-gov-west-1" : { },
4097
4201
  "us-gov-west-1-fips" : {
4098
4202
  "credentialScope" : {
@@ -1,9 +1,9 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2018-11-05/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2018-11-05/docs-2.json",
4
- examples: "#{Aws::API_DIR}/cloudfront/2018-11-05/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/cloudfront/2018-11-05/paginators-1.json",
6
- waiters: "#{Aws::API_DIR}/cloudfront/2018-11-05/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2019-03-26/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2019-03-26/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudfront/2019-03-26/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cloudfront/2019-03-26/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/cloudfront/2019-03-26/waiters-2.json",
7
7
  })
8
8
 
9
9
  module Aws
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.294'
2
+ VERSION = '2.11.295'
3
3
  end
@@ -88,7 +88,7 @@
88
88
  "endpoint": "cloudformation"
89
89
  },
90
90
  "CloudFront": {
91
- "models": "cloudfront/2018-11-05",
91
+ "models": "cloudfront/2019-03-26",
92
92
  "endpoint": "cloudfront"
93
93
  },
94
94
  "CloudHSM": {
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.294
4
+ version: 2.11.295
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: 2019-06-13 00:00:00.000000000 Z
11
+ date: 2019-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -176,6 +176,11 @@ files:
176
176
  - apis/cloudfront/2018-11-05/paginators-1.json
177
177
  - apis/cloudfront/2018-11-05/smoke.json
178
178
  - apis/cloudfront/2018-11-05/waiters-2.json
179
+ - apis/cloudfront/2019-03-26/api-2.json
180
+ - apis/cloudfront/2019-03-26/examples-1.json
181
+ - apis/cloudfront/2019-03-26/paginators-1.json
182
+ - apis/cloudfront/2019-03-26/smoke.json
183
+ - apis/cloudfront/2019-03-26/waiters-2.json
179
184
  - apis/cloudhsm/2014-05-30/api-2.json
180
185
  - apis/cloudhsm/2014-05-30/examples-1.json
181
186
  - apis/cloudhsm/2014-05-30/paginators-1.json