aws-sdk-core 2.11.169 → 2.11.170

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47f2978eb678c8207de7e491b9df5c24c3b04d5d
4
- data.tar.gz: 3e24ad43b5b9ebcc83914aa8c5505f4c090a71f5
3
+ metadata.gz: 18a58b8834b5f50826b6f8b2ff95fbcaadb83484
4
+ data.tar.gz: a6a0503888d86062c540181507f28c1d8b184039
5
5
  SHA512:
6
- metadata.gz: 71a1ce7e3d7a0f84e6b4767239d421438e91488498e92099ef9e4cbae340639a6a1af3942c216dd7917173afca8146f8151c93c7d8c5e232d9e56ce5f59ea4c8
7
- data.tar.gz: 85eb49f38d5f963ec571898453c2a5a485c661526a0c3cb9902091848a9b45e39603da6ef4f9228953d15ed8436271cb90d5c1021a47360e516e89ab83afca3f
6
+ metadata.gz: 8fe7290c22bf2a72aa70ed52e2178ecdc5110fa599e4187ad0d4f15901a988914ff47b3afe6e3c0ef62e7eb9c10a4e9b69120c50ad77d12c7dc31b3ec0ab2cb3
7
+ data.tar.gz: 3cde2faeda4cfb85508f0fa453b61439ac5b86ed2e447075922d4197d4fcf252c8a480b2fee911a33a34745814e1251370dfd443d38bce5d5ee98af34bd51582
@@ -146,7 +146,8 @@
146
146
  "name":"GetUser",
147
147
  "http":{
148
148
  "method":"GET",
149
- "requestUri":"/console/accounts/{accountId}/users/{userId}"
149
+ "requestUri":"/console/accounts/{accountId}/users/{userId}",
150
+ "responseCode":200
150
151
  },
151
152
  "input":{"shape":"GetUserRequest"},
152
153
  "output":{"shape":"GetUserResponse"},
@@ -201,7 +202,8 @@
201
202
  "name":"ListUsers",
202
203
  "http":{
203
204
  "method":"GET",
204
- "requestUri":"/console/accounts/{accountId}/users"
205
+ "requestUri":"/console/accounts/{accountId}/users",
206
+ "responseCode":200
205
207
  },
206
208
  "input":{"shape":"ListUsersRequest"},
207
209
  "output":{"shape":"ListUsersResponse"},
@@ -663,6 +665,11 @@
663
665
  "location":"uri",
664
666
  "locationName":"accountId"
665
667
  },
668
+ "UserEmail":{
669
+ "shape":"EmailAddress",
670
+ "location":"querystring",
671
+ "locationName":"user-email"
672
+ },
666
673
  "MaxResults":{
667
674
  "shape":"ProfileServiceMaxResults",
668
675
  "location":"querystring",
@@ -70,6 +70,24 @@
70
70
  {"shape":"LimitExceededFault"}
71
71
  ]
72
72
  },
73
+ "CancelResize":{
74
+ "name":"CancelResize",
75
+ "http":{
76
+ "method":"POST",
77
+ "requestUri":"/"
78
+ },
79
+ "input":{"shape":"CancelResizeMessage"},
80
+ "output":{
81
+ "shape":"ResizeProgressMessage",
82
+ "resultWrapper":"CancelResizeResult"
83
+ },
84
+ "errors":[
85
+ {"shape":"ClusterNotFoundFault"},
86
+ {"shape":"ResizeNotFoundFault"},
87
+ {"shape":"InvalidClusterStateFault"},
88
+ {"shape":"UnsupportedOperationFault"}
89
+ ]
90
+ },
73
91
  "CopyClusterSnapshot":{
74
92
  "name":"CopyClusterSnapshot",
75
93
  "http":{
@@ -425,6 +443,18 @@
425
443
  {"shape":"InvalidTagFault"}
426
444
  ]
427
445
  },
446
+ "DescribeAccountAttributes":{
447
+ "name":"DescribeAccountAttributes",
448
+ "http":{
449
+ "method":"POST",
450
+ "requestUri":"/"
451
+ },
452
+ "input":{"shape":"DescribeAccountAttributesMessage"},
453
+ "output":{
454
+ "shape":"AccountAttributeList",
455
+ "resultWrapper":"DescribeAccountAttributesResult"
456
+ }
457
+ },
428
458
  "DescribeClusterDbRevisions":{
429
459
  "name":"DescribeClusterDbRevisions",
430
460
  "http":{
@@ -437,7 +467,8 @@
437
467
  "resultWrapper":"DescribeClusterDbRevisionsResult"
438
468
  },
439
469
  "errors":[
440
- {"shape":"ClusterNotFoundFault"}
470
+ {"shape":"ClusterNotFoundFault"},
471
+ {"shape":"InvalidClusterStateFault"}
441
472
  ]
442
473
  },
443
474
  "DescribeClusterParameterGroups":{
@@ -949,6 +980,21 @@
949
980
  {"shape":"ClusterNotFoundFault"}
950
981
  ]
951
982
  },
983
+ "ModifyClusterMaintenance":{
984
+ "name":"ModifyClusterMaintenance",
985
+ "http":{
986
+ "method":"POST",
987
+ "requestUri":"/"
988
+ },
989
+ "input":{"shape":"ModifyClusterMaintenanceMessage"},
990
+ "output":{
991
+ "shape":"ModifyClusterMaintenanceResult",
992
+ "resultWrapper":"ModifyClusterMaintenanceResult"
993
+ },
994
+ "errors":[
995
+ {"shape":"ClusterNotFoundFault"}
996
+ ]
997
+ },
952
998
  "ModifyClusterParameterGroup":{
953
999
  "name":"ModifyClusterParameterGroup",
954
1000
  "http":{
@@ -1237,6 +1283,19 @@
1237
1283
  },
1238
1284
  "exception":true
1239
1285
  },
1286
+ "AccountAttribute":{
1287
+ "type":"structure",
1288
+ "members":{
1289
+ "AttributeName":{"shape":"String"},
1290
+ "AttributeValues":{"shape":"AttributeValueList"}
1291
+ }
1292
+ },
1293
+ "AccountAttributeList":{
1294
+ "type":"structure",
1295
+ "members":{
1296
+ "AccountAttributes":{"shape":"AttributeList"}
1297
+ }
1298
+ },
1240
1299
  "AccountWithRestoreAccess":{
1241
1300
  "type":"structure",
1242
1301
  "members":{
@@ -1251,6 +1310,33 @@
1251
1310
  "locationName":"AccountWithRestoreAccess"
1252
1311
  }
1253
1312
  },
1313
+ "AttributeList":{
1314
+ "type":"list",
1315
+ "member":{
1316
+ "shape":"AccountAttribute",
1317
+ "locationName":"AccountAttribute"
1318
+ }
1319
+ },
1320
+ "AttributeNameList":{
1321
+ "type":"list",
1322
+ "member":{
1323
+ "shape":"String",
1324
+ "locationName":"AttributeName"
1325
+ }
1326
+ },
1327
+ "AttributeValueList":{
1328
+ "type":"list",
1329
+ "member":{
1330
+ "shape":"AttributeValueTarget",
1331
+ "locationName":"AttributeValueTarget"
1332
+ }
1333
+ },
1334
+ "AttributeValueTarget":{
1335
+ "type":"structure",
1336
+ "members":{
1337
+ "AttributeValue":{"shape":"String"}
1338
+ }
1339
+ },
1254
1340
  "AuthorizationAlreadyExistsFault":{
1255
1341
  "type":"structure",
1256
1342
  "members":{
@@ -1346,6 +1432,13 @@
1346
1432
  },
1347
1433
  "exception":true
1348
1434
  },
1435
+ "CancelResizeMessage":{
1436
+ "type":"structure",
1437
+ "required":["ClusterIdentifier"],
1438
+ "members":{
1439
+ "ClusterIdentifier":{"shape":"String"}
1440
+ }
1441
+ },
1349
1442
  "Cluster":{
1350
1443
  "type":"structure",
1351
1444
  "members":{
@@ -1372,6 +1465,7 @@
1372
1465
  "PubliclyAccessible":{"shape":"Boolean"},
1373
1466
  "Encrypted":{"shape":"Boolean"},
1374
1467
  "RestoreStatus":{"shape":"RestoreStatus"},
1468
+ "DataTransferProgress":{"shape":"DataTransferProgress"},
1375
1469
  "HsmStatus":{"shape":"HsmStatus"},
1376
1470
  "ClusterSnapshotCopyStatus":{"shape":"ClusterSnapshotCopyStatus"},
1377
1471
  "ClusterPublicKey":{"shape":"String"},
@@ -1384,7 +1478,9 @@
1384
1478
  "IamRoles":{"shape":"ClusterIamRoleList"},
1385
1479
  "PendingActions":{"shape":"PendingActionsList"},
1386
1480
  "MaintenanceTrackName":{"shape":"String"},
1387
- "ElasticResizeNumberOfNodeOptions":{"shape":"String"}
1481
+ "ElasticResizeNumberOfNodeOptions":{"shape":"String"},
1482
+ "DeferredMaintenanceWindows":{"shape":"DeferredMaintenanceWindowsList"},
1483
+ "ResizeInfo":{"shape":"ResizeInfo"}
1388
1484
  },
1389
1485
  "wrapper":true
1390
1486
  },
@@ -2045,6 +2141,17 @@
2045
2141
  "Tags":{"shape":"TagList"}
2046
2142
  }
2047
2143
  },
2144
+ "DataTransferProgress":{
2145
+ "type":"structure",
2146
+ "members":{
2147
+ "Status":{"shape":"String"},
2148
+ "CurrentRateInMegaBytesPerSecond":{"shape":"DoubleOptional"},
2149
+ "TotalDataInMegaBytes":{"shape":"Long"},
2150
+ "DataTransferredInMegaBytes":{"shape":"Long"},
2151
+ "EstimatedTimeToCompletionInSeconds":{"shape":"LongOptional"},
2152
+ "ElapsedTimeInSeconds":{"shape":"LongOptional"}
2153
+ }
2154
+ },
2048
2155
  "DbGroupList":{
2049
2156
  "type":"list",
2050
2157
  "member":{
@@ -2061,6 +2168,21 @@
2061
2168
  },
2062
2169
  "wrapper":true
2063
2170
  },
2171
+ "DeferredMaintenanceWindow":{
2172
+ "type":"structure",
2173
+ "members":{
2174
+ "DeferMaintenanceIdentifier":{"shape":"String"},
2175
+ "DeferMaintenanceStartTime":{"shape":"TStamp"},
2176
+ "DeferMaintenanceEndTime":{"shape":"TStamp"}
2177
+ }
2178
+ },
2179
+ "DeferredMaintenanceWindowsList":{
2180
+ "type":"list",
2181
+ "member":{
2182
+ "shape":"DeferredMaintenanceWindow",
2183
+ "locationName":"DeferredMaintenanceWindow"
2184
+ }
2185
+ },
2064
2186
  "DeleteClusterMessage":{
2065
2187
  "type":"structure",
2066
2188
  "required":["ClusterIdentifier"],
@@ -2172,6 +2294,12 @@
2172
2294
  },
2173
2295
  "exception":true
2174
2296
  },
2297
+ "DescribeAccountAttributesMessage":{
2298
+ "type":"structure",
2299
+ "members":{
2300
+ "AttributeNames":{"shape":"AttributeNameList"}
2301
+ }
2302
+ },
2175
2303
  "DescribeClusterDbRevisionsMessage":{
2176
2304
  "type":"structure",
2177
2305
  "members":{
@@ -3115,6 +3243,24 @@
3115
3243
  "Cluster":{"shape":"Cluster"}
3116
3244
  }
3117
3245
  },
3246
+ "ModifyClusterMaintenanceMessage":{
3247
+ "type":"structure",
3248
+ "required":["ClusterIdentifier"],
3249
+ "members":{
3250
+ "ClusterIdentifier":{"shape":"String"},
3251
+ "DeferMaintenance":{"shape":"BooleanOptional"},
3252
+ "DeferMaintenanceIdentifier":{"shape":"String"},
3253
+ "DeferMaintenanceStartTime":{"shape":"TStamp"},
3254
+ "DeferMaintenanceEndTime":{"shape":"TStamp"},
3255
+ "DeferMaintenanceDuration":{"shape":"IntegerOptional"}
3256
+ }
3257
+ },
3258
+ "ModifyClusterMaintenanceResult":{
3259
+ "type":"structure",
3260
+ "members":{
3261
+ "Cluster":{"shape":"Cluster"}
3262
+ }
3263
+ },
3118
3264
  "ModifyClusterMessage":{
3119
3265
  "type":"structure",
3120
3266
  "required":["ClusterIdentifier"],
@@ -3509,6 +3655,13 @@
3509
3655
  "Cluster":{"shape":"Cluster"}
3510
3656
  }
3511
3657
  },
3658
+ "ResizeInfo":{
3659
+ "type":"structure",
3660
+ "members":{
3661
+ "ResizeType":{"shape":"String"},
3662
+ "AllowCancelResize":{"shape":"Boolean"}
3663
+ }
3664
+ },
3512
3665
  "ResizeNotFoundFault":{
3513
3666
  "type":"structure",
3514
3667
  "members":{
@@ -3987,6 +4140,19 @@
3987
4140
  },
3988
4141
  "exception":true
3989
4142
  },
4143
+ "SupportedOperation":{
4144
+ "type":"structure",
4145
+ "members":{
4146
+ "OperationName":{"shape":"String"}
4147
+ }
4148
+ },
4149
+ "SupportedOperationList":{
4150
+ "type":"list",
4151
+ "member":{
4152
+ "shape":"SupportedOperation",
4153
+ "locationName":"SupportedOperation"
4154
+ }
4155
+ },
3990
4156
  "SupportedPlatform":{
3991
4157
  "type":"structure",
3992
4158
  "members":{
@@ -4191,7 +4357,8 @@
4191
4357
  "type":"structure",
4192
4358
  "members":{
4193
4359
  "MaintenanceTrackName":{"shape":"String"},
4194
- "DatabaseVersion":{"shape":"String"}
4360
+ "DatabaseVersion":{"shape":"String"},
4361
+ "SupportedOperations":{"shape":"SupportedOperationList"}
4195
4362
  }
4196
4363
  },
4197
4364
  "VpcSecurityGroupIdList":{
@@ -2713,6 +2713,9 @@
2713
2713
  "partitionName" : "AWS GovCloud (US)",
2714
2714
  "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
2715
2715
  "regions" : {
2716
+ "us-gov-east-1" : {
2717
+ "description" : "AWS GovCloud (US-East)"
2718
+ },
2716
2719
  "us-gov-west-1" : {
2717
2720
  "description" : "AWS GovCloud (US)"
2718
2721
  }
@@ -2720,6 +2723,7 @@
2720
2723
  "services" : {
2721
2724
  "acm" : {
2722
2725
  "endpoints" : {
2726
+ "us-gov-east-1" : { },
2723
2727
  "us-gov-west-1" : { }
2724
2728
  }
2725
2729
  },
@@ -2730,16 +2734,19 @@
2730
2734
  },
2731
2735
  "apigateway" : {
2732
2736
  "endpoints" : {
2737
+ "us-gov-east-1" : { },
2733
2738
  "us-gov-west-1" : { }
2734
2739
  }
2735
2740
  },
2736
2741
  "application-autoscaling" : {
2737
2742
  "endpoints" : {
2743
+ "us-gov-east-1" : { },
2738
2744
  "us-gov-west-1" : { }
2739
2745
  }
2740
2746
  },
2741
2747
  "autoscaling" : {
2742
2748
  "endpoints" : {
2749
+ "us-gov-east-1" : { },
2743
2750
  "us-gov-west-1" : {
2744
2751
  "protocols" : [ "http", "https" ]
2745
2752
  }
@@ -2752,6 +2759,7 @@
2752
2759
  },
2753
2760
  "cloudformation" : {
2754
2761
  "endpoints" : {
2762
+ "us-gov-east-1" : { },
2755
2763
  "us-gov-west-1" : { }
2756
2764
  }
2757
2765
  },
@@ -2772,11 +2780,13 @@
2772
2780
  },
2773
2781
  "cloudtrail" : {
2774
2782
  "endpoints" : {
2783
+ "us-gov-east-1" : { },
2775
2784
  "us-gov-west-1" : { }
2776
2785
  }
2777
2786
  },
2778
2787
  "codedeploy" : {
2779
2788
  "endpoints" : {
2789
+ "us-gov-east-1" : { },
2780
2790
  "us-gov-west-1" : { },
2781
2791
  "us-gov-west-1-fips" : {
2782
2792
  "credentialScope" : {
@@ -2788,6 +2798,7 @@
2788
2798
  },
2789
2799
  "config" : {
2790
2800
  "endpoints" : {
2801
+ "us-gov-east-1" : { },
2791
2802
  "us-gov-west-1" : { }
2792
2803
  }
2793
2804
  },
@@ -2809,11 +2820,13 @@
2809
2820
  },
2810
2821
  "dms" : {
2811
2822
  "endpoints" : {
2823
+ "us-gov-east-1" : { },
2812
2824
  "us-gov-west-1" : { }
2813
2825
  }
2814
2826
  },
2815
2827
  "dynamodb" : {
2816
2828
  "endpoints" : {
2829
+ "us-gov-east-1" : { },
2817
2830
  "us-gov-west-1" : { },
2818
2831
  "us-gov-west-1-fips" : {
2819
2832
  "credentialScope" : {
@@ -2825,16 +2838,19 @@
2825
2838
  },
2826
2839
  "ec2" : {
2827
2840
  "endpoints" : {
2841
+ "us-gov-east-1" : { },
2828
2842
  "us-gov-west-1" : { }
2829
2843
  }
2830
2844
  },
2831
2845
  "ecr" : {
2832
2846
  "endpoints" : {
2847
+ "us-gov-east-1" : { },
2833
2848
  "us-gov-west-1" : { }
2834
2849
  }
2835
2850
  },
2836
2851
  "ecs" : {
2837
2852
  "endpoints" : {
2853
+ "us-gov-east-1" : { },
2838
2854
  "us-gov-west-1" : { }
2839
2855
  }
2840
2856
  },
@@ -2846,16 +2862,19 @@
2846
2862
  },
2847
2863
  "hostname" : "elasticache-fips.us-gov-west-1.amazonaws.com"
2848
2864
  },
2865
+ "us-gov-east-1" : { },
2849
2866
  "us-gov-west-1" : { }
2850
2867
  }
2851
2868
  },
2852
2869
  "elasticbeanstalk" : {
2853
2870
  "endpoints" : {
2871
+ "us-gov-east-1" : { },
2854
2872
  "us-gov-west-1" : { }
2855
2873
  }
2856
2874
  },
2857
2875
  "elasticloadbalancing" : {
2858
2876
  "endpoints" : {
2877
+ "us-gov-east-1" : { },
2859
2878
  "us-gov-west-1" : {
2860
2879
  "protocols" : [ "http", "https" ]
2861
2880
  }
@@ -2863,6 +2882,7 @@
2863
2882
  },
2864
2883
  "elasticmapreduce" : {
2865
2884
  "endpoints" : {
2885
+ "us-gov-east-1" : { },
2866
2886
  "us-gov-west-1" : {
2867
2887
  "protocols" : [ "https" ]
2868
2888
  }
@@ -2875,11 +2895,13 @@
2875
2895
  },
2876
2896
  "events" : {
2877
2897
  "endpoints" : {
2898
+ "us-gov-east-1" : { },
2878
2899
  "us-gov-west-1" : { }
2879
2900
  }
2880
2901
  },
2881
2902
  "glacier" : {
2882
2903
  "endpoints" : {
2904
+ "us-gov-east-1" : { },
2883
2905
  "us-gov-west-1" : {
2884
2906
  "protocols" : [ "http", "https" ]
2885
2907
  }
@@ -2908,6 +2930,7 @@
2908
2930
  },
2909
2931
  "inspector" : {
2910
2932
  "endpoints" : {
2933
+ "us-gov-east-1" : { },
2911
2934
  "us-gov-west-1" : { }
2912
2935
  }
2913
2936
  },
@@ -2923,21 +2946,25 @@
2923
2946
  },
2924
2947
  "kinesis" : {
2925
2948
  "endpoints" : {
2949
+ "us-gov-east-1" : { },
2926
2950
  "us-gov-west-1" : { }
2927
2951
  }
2928
2952
  },
2929
2953
  "kms" : {
2930
2954
  "endpoints" : {
2955
+ "us-gov-east-1" : { },
2931
2956
  "us-gov-west-1" : { }
2932
2957
  }
2933
2958
  },
2934
2959
  "lambda" : {
2935
2960
  "endpoints" : {
2961
+ "us-gov-east-1" : { },
2936
2962
  "us-gov-west-1" : { }
2937
2963
  }
2938
2964
  },
2939
2965
  "logs" : {
2940
2966
  "endpoints" : {
2967
+ "us-gov-east-1" : { },
2941
2968
  "us-gov-west-1" : { }
2942
2969
  }
2943
2970
  },
@@ -2953,6 +2980,7 @@
2953
2980
  },
2954
2981
  "monitoring" : {
2955
2982
  "endpoints" : {
2983
+ "us-gov-east-1" : { },
2956
2984
  "us-gov-west-1" : { }
2957
2985
  }
2958
2986
  },
@@ -2963,11 +2991,13 @@
2963
2991
  },
2964
2992
  "rds" : {
2965
2993
  "endpoints" : {
2994
+ "us-gov-east-1" : { },
2966
2995
  "us-gov-west-1" : { }
2967
2996
  }
2968
2997
  },
2969
2998
  "redshift" : {
2970
2999
  "endpoints" : {
3000
+ "us-gov-east-1" : { },
2971
3001
  "us-gov-west-1" : { }
2972
3002
  }
2973
3003
  },
@@ -2992,6 +3022,10 @@
2992
3022
  },
2993
3023
  "hostname" : "s3-fips-us-gov-west-1.amazonaws.com"
2994
3024
  },
3025
+ "us-gov-east-1" : {
3026
+ "hostname" : "s3.us-gov-east-1.amazonaws.com",
3027
+ "protocols" : [ "http", "https" ]
3028
+ },
2995
3029
  "us-gov-west-1" : {
2996
3030
  "hostname" : "s3.us-gov-west-1.amazonaws.com",
2997
3031
  "protocols" : [ "http", "https" ]
@@ -3000,6 +3034,7 @@
3000
3034
  },
3001
3035
  "sms" : {
3002
3036
  "endpoints" : {
3037
+ "us-gov-east-1" : { },
3003
3038
  "us-gov-west-1" : { }
3004
3039
  }
3005
3040
  },
@@ -3010,6 +3045,7 @@
3010
3045
  },
3011
3046
  "sns" : {
3012
3047
  "endpoints" : {
3048
+ "us-gov-east-1" : { },
3013
3049
  "us-gov-west-1" : {
3014
3050
  "protocols" : [ "http", "https" ]
3015
3051
  }
@@ -3017,6 +3053,7 @@
3017
3053
  },
3018
3054
  "sqs" : {
3019
3055
  "endpoints" : {
3056
+ "us-gov-east-1" : { },
3020
3057
  "us-gov-west-1" : {
3021
3058
  "protocols" : [ "http", "https" ],
3022
3059
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
@@ -3025,11 +3062,13 @@
3025
3062
  },
3026
3063
  "ssm" : {
3027
3064
  "endpoints" : {
3065
+ "us-gov-east-1" : { },
3028
3066
  "us-gov-west-1" : { }
3029
3067
  }
3030
3068
  },
3031
3069
  "states" : {
3032
3070
  "endpoints" : {
3071
+ "us-gov-east-1" : { },
3033
3072
  "us-gov-west-1" : { }
3034
3073
  }
3035
3074
  },
@@ -3045,6 +3084,7 @@
3045
3084
  }
3046
3085
  },
3047
3086
  "endpoints" : {
3087
+ "us-gov-east-1" : { },
3048
3088
  "us-gov-west-1" : { },
3049
3089
  "us-gov-west-1-fips" : {
3050
3090
  "credentialScope" : {
@@ -3056,16 +3096,19 @@
3056
3096
  },
3057
3097
  "sts" : {
3058
3098
  "endpoints" : {
3099
+ "us-gov-east-1" : { },
3059
3100
  "us-gov-west-1" : { }
3060
3101
  }
3061
3102
  },
3062
3103
  "swf" : {
3063
3104
  "endpoints" : {
3105
+ "us-gov-east-1" : { },
3064
3106
  "us-gov-west-1" : { }
3065
3107
  }
3066
3108
  },
3067
3109
  "tagging" : {
3068
3110
  "endpoints" : {
3111
+ "us-gov-east-1" : { },
3069
3112
  "us-gov-west-1" : { }
3070
3113
  }
3071
3114
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.169'
2
+ VERSION = '2.11.170'
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.169
4
+ version: 2.11.170
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: 2018-11-12 00:00:00.000000000 Z
11
+ date: 2018-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath