aws-sdk-core 2.11.11 → 2.11.13
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5995b260b72e1354a715c8e93c1857f781bd48d3
|
4
|
+
data.tar.gz: 9b723b3036ecc58f0ba8bacf1b27f6b526fbce12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d771136b5092b90fe7e7897ed0474ba4f09a105f499c85a18ef3638f8124e13036fd609b17e233fd137f705539936916b31b3093787dab9f7706ac1a0b3ada89
|
7
|
+
data.tar.gz: 34350b95f2c0f1a2aa746949313eb17f67b6083597b40c349756ca827dc5246fedb55cb5e47c19dc5771f4afac9d038bf84e882506ecc228e776fef2991d0009
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceAbbreviation":"CloudHSM V2",
|
9
9
|
"serviceFullName":"AWS CloudHSM V2",
|
10
|
+
"serviceId":"CloudHSM V2",
|
10
11
|
"signatureVersion":"v4",
|
11
12
|
"signingName":"cloudhsm",
|
12
13
|
"targetPrefix":"BaldrApiService",
|
@@ -392,7 +393,7 @@
|
|
392
393
|
},
|
393
394
|
"EniId":{
|
394
395
|
"type":"string",
|
395
|
-
"pattern":"eni-[0-9a-fA-F]{8}"
|
396
|
+
"pattern":"eni-[0-9a-fA-F]{8,17}"
|
396
397
|
},
|
397
398
|
"ExternalAz":{
|
398
399
|
"type":"string",
|
@@ -520,7 +521,7 @@
|
|
520
521
|
},
|
521
522
|
"SubnetId":{
|
522
523
|
"type":"string",
|
523
|
-
"pattern":"subnet-[0-9a-fA-F]{8}"
|
524
|
+
"pattern":"subnet-[0-9a-fA-F]{8,17}"
|
524
525
|
},
|
525
526
|
"SubnetIds":{
|
526
527
|
"type":"list",
|
@@ -576,7 +577,8 @@
|
|
576
577
|
"TagValue":{
|
577
578
|
"type":"string",
|
578
579
|
"max":256,
|
579
|
-
"min":0
|
580
|
+
"min":0,
|
581
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
580
582
|
},
|
581
583
|
"Timestamp":{"type":"timestamp"},
|
582
584
|
"UntagResourceRequest":{
|
@@ -1712,7 +1712,8 @@
|
|
1712
1712
|
{"shape":"ThrottlingException"},
|
1713
1713
|
{"shape":"UnauthorizedException"},
|
1714
1714
|
{"shape":"ServiceUnavailableException"},
|
1715
|
-
{"shape":"InternalFailureException"}
|
1715
|
+
{"shape":"InternalFailureException"},
|
1716
|
+
{"shape":"ResourceAlreadyExistsException"}
|
1716
1717
|
]
|
1717
1718
|
},
|
1718
1719
|
"SetDefaultPolicyVersion":{
|
@@ -2318,7 +2319,10 @@
|
|
2318
2319
|
"certificatePem":{"shape":"CertificatePem"},
|
2319
2320
|
"ownedBy":{"shape":"AwsAccountId"},
|
2320
2321
|
"creationDate":{"shape":"DateType"},
|
2321
|
-
"autoRegistrationStatus":{"shape":"AutoRegistrationStatus"}
|
2322
|
+
"autoRegistrationStatus":{"shape":"AutoRegistrationStatus"},
|
2323
|
+
"lastModifiedDate":{"shape":"DateType"},
|
2324
|
+
"customerVersion":{"shape":"CustomerVersion"},
|
2325
|
+
"generationId":{"shape":"GenerationId"}
|
2322
2326
|
}
|
2323
2327
|
},
|
2324
2328
|
"CACertificateStatus":{
|
@@ -2407,7 +2411,9 @@
|
|
2407
2411
|
"previousOwnedBy":{"shape":"AwsAccountId"},
|
2408
2412
|
"creationDate":{"shape":"DateType"},
|
2409
2413
|
"lastModifiedDate":{"shape":"DateType"},
|
2410
|
-
"
|
2414
|
+
"customerVersion":{"shape":"CustomerVersion"},
|
2415
|
+
"transferData":{"shape":"TransferData"},
|
2416
|
+
"generationId":{"shape":"GenerationId"}
|
2411
2417
|
}
|
2412
2418
|
},
|
2413
2419
|
"CertificateId":{
|
@@ -2870,6 +2876,10 @@
|
|
2870
2876
|
"signatureAlgorithm":{"shape":"SignatureAlgorithm"}
|
2871
2877
|
}
|
2872
2878
|
},
|
2879
|
+
"CustomerVersion":{
|
2880
|
+
"type":"integer",
|
2881
|
+
"min":1
|
2882
|
+
},
|
2873
2883
|
"DateType":{"type":"timestamp"},
|
2874
2884
|
"DeleteAuthorizerRequest":{
|
2875
2885
|
"type":"structure",
|
@@ -3662,6 +3672,7 @@
|
|
3662
3672
|
"max":10000,
|
3663
3673
|
"min":1
|
3664
3674
|
},
|
3675
|
+
"GenerationId":{"type":"string"},
|
3665
3676
|
"GetEffectivePoliciesRequest":{
|
3666
3677
|
"type":"structure",
|
3667
3678
|
"members":{
|
@@ -3754,7 +3765,10 @@
|
|
3754
3765
|
"policyName":{"shape":"PolicyName"},
|
3755
3766
|
"policyArn":{"shape":"PolicyArn"},
|
3756
3767
|
"policyDocument":{"shape":"PolicyDocument"},
|
3757
|
-
"defaultVersionId":{"shape":"PolicyVersionId"}
|
3768
|
+
"defaultVersionId":{"shape":"PolicyVersionId"},
|
3769
|
+
"creationDate":{"shape":"DateType"},
|
3770
|
+
"lastModifiedDate":{"shape":"DateType"},
|
3771
|
+
"generationId":{"shape":"GenerationId"}
|
3758
3772
|
}
|
3759
3773
|
},
|
3760
3774
|
"GetPolicyVersionRequest":{
|
@@ -3783,7 +3797,10 @@
|
|
3783
3797
|
"policyName":{"shape":"PolicyName"},
|
3784
3798
|
"policyDocument":{"shape":"PolicyDocument"},
|
3785
3799
|
"policyVersionId":{"shape":"PolicyVersionId"},
|
3786
|
-
"isDefaultVersion":{"shape":"IsDefaultVersion"}
|
3800
|
+
"isDefaultVersion":{"shape":"IsDefaultVersion"},
|
3801
|
+
"creationDate":{"shape":"DateType"},
|
3802
|
+
"lastModifiedDate":{"shape":"DateType"},
|
3803
|
+
"generationId":{"shape":"GenerationId"}
|
3787
3804
|
}
|
3788
3805
|
},
|
3789
3806
|
"GetRegistrationCodeRequest":{
|
@@ -5525,6 +5542,7 @@
|
|
5525
5542
|
"type":"structure",
|
5526
5543
|
"members":{
|
5527
5544
|
"roleAlias":{"shape":"RoleAlias"},
|
5545
|
+
"roleAliasArn":{"shape":"RoleAliasArn"},
|
5528
5546
|
"roleArn":{"shape":"RoleArn"},
|
5529
5547
|
"owner":{"shape":"AwsAccountId"},
|
5530
5548
|
"credentialDurationSeconds":{"shape":"CredentialDurationSeconds"},
|
@@ -5,6 +5,7 @@
|
|
5
5
|
"endpointPrefix":"redshift",
|
6
6
|
"protocol":"query",
|
7
7
|
"serviceFullName":"Amazon Redshift",
|
8
|
+
"serviceId":"Redshift",
|
8
9
|
"signatureVersion":"v4",
|
9
10
|
"uid":"redshift-2012-12-01",
|
10
11
|
"xmlNamespace":"http://redshift.amazonaws.com/doc/2012-12-01/"
|
@@ -461,6 +462,7 @@
|
|
461
462
|
"resultWrapper":"DescribeClusterSnapshotsResult"
|
462
463
|
},
|
463
464
|
"errors":[
|
465
|
+
{"shape":"ClusterNotFoundFault"},
|
464
466
|
{"shape":"ClusterSnapshotNotFoundFault"},
|
465
467
|
{"shape":"InvalidTagFault"}
|
466
468
|
]
|
@@ -1186,7 +1188,8 @@
|
|
1186
1188
|
"AvailabilityZone":{
|
1187
1189
|
"type":"structure",
|
1188
1190
|
"members":{
|
1189
|
-
"Name":{"shape":"String"}
|
1191
|
+
"Name":{"shape":"String"},
|
1192
|
+
"SupportedPlatforms":{"shape":"SupportedPlatformsList"}
|
1190
1193
|
},
|
1191
1194
|
"wrapper":true
|
1192
1195
|
},
|
@@ -2040,7 +2043,8 @@
|
|
2040
2043
|
"Marker":{"shape":"String"},
|
2041
2044
|
"OwnerAccount":{"shape":"String"},
|
2042
2045
|
"TagKeys":{"shape":"TagKeyList"},
|
2043
|
-
"TagValues":{"shape":"TagValueList"}
|
2046
|
+
"TagValues":{"shape":"TagValueList"},
|
2047
|
+
"ClusterExists":{"shape":"BooleanOptional"}
|
2044
2048
|
}
|
2045
2049
|
},
|
2046
2050
|
"DescribeClusterSubnetGroupsMessage":{
|
@@ -3100,7 +3104,8 @@
|
|
3100
3104
|
"NodeCount":{"shape":"Integer"},
|
3101
3105
|
"State":{"shape":"String"},
|
3102
3106
|
"OfferingType":{"shape":"String"},
|
3103
|
-
"RecurringCharges":{"shape":"RecurringChargeList"}
|
3107
|
+
"RecurringCharges":{"shape":"RecurringChargeList"},
|
3108
|
+
"ReservedNodeOfferingType":{"shape":"ReservedNodeOfferingType"}
|
3104
3109
|
},
|
3105
3110
|
"wrapper":true
|
3106
3111
|
},
|
@@ -3143,7 +3148,8 @@
|
|
3143
3148
|
"UsagePrice":{"shape":"Double"},
|
3144
3149
|
"CurrencyCode":{"shape":"String"},
|
3145
3150
|
"OfferingType":{"shape":"String"},
|
3146
|
-
"RecurringCharges":{"shape":"RecurringChargeList"}
|
3151
|
+
"RecurringCharges":{"shape":"RecurringChargeList"},
|
3152
|
+
"ReservedNodeOfferingType":{"shape":"ReservedNodeOfferingType"}
|
3147
3153
|
},
|
3148
3154
|
"wrapper":true
|
3149
3155
|
},
|
@@ -3165,6 +3171,13 @@
|
|
3165
3171
|
},
|
3166
3172
|
"exception":true
|
3167
3173
|
},
|
3174
|
+
"ReservedNodeOfferingType":{
|
3175
|
+
"type":"string",
|
3176
|
+
"enum":[
|
3177
|
+
"Regular",
|
3178
|
+
"Upgradable"
|
3179
|
+
]
|
3180
|
+
},
|
3168
3181
|
"ReservedNodeOfferingsMessage":{
|
3169
3182
|
"type":"structure",
|
3170
3183
|
"members":{
|
@@ -3657,6 +3670,20 @@
|
|
3657
3670
|
},
|
3658
3671
|
"exception":true
|
3659
3672
|
},
|
3673
|
+
"SupportedPlatform":{
|
3674
|
+
"type":"structure",
|
3675
|
+
"members":{
|
3676
|
+
"Name":{"shape":"String"}
|
3677
|
+
},
|
3678
|
+
"wrapper":true
|
3679
|
+
},
|
3680
|
+
"SupportedPlatformsList":{
|
3681
|
+
"type":"list",
|
3682
|
+
"member":{
|
3683
|
+
"shape":"SupportedPlatform",
|
3684
|
+
"locationName":"SupportedPlatform"
|
3685
|
+
}
|
3686
|
+
},
|
3660
3687
|
"TStamp":{"type":"timestamp"},
|
3661
3688
|
"TableRestoreNotFoundFault":{
|
3662
3689
|
"type":"structure",
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.13
|
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-03-
|
11
|
+
date: 2018-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|