aws-sdk-core 2.11.223 → 2.11.224

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4d146651432c72bc26aeef081d25a3e1407fd1f
4
- data.tar.gz: 3085b9cf54c0ee51baf65ca70c200aed35b0bf28
3
+ metadata.gz: 343c576f37b1b1ed4cb8c57e0ca50b56e9bc0002
4
+ data.tar.gz: 33085f3b3618466979e5676f6e5da229095c3446
5
5
  SHA512:
6
- metadata.gz: 1384d7f06949f5f36ef65ce079cbc031304672db0244f4fe9cc5af83a4538f2bcb2b5246b973b8ce2bd3b0af9413d4f0ad051dc7039924d196c4470186fa6454
7
- data.tar.gz: 8713abab3eae5e3df4e456c70d982e70d439377d2f2b0df292433df77c2faf5a4920c10c89d2a17804011feea4cb5f538c50fa7916ec953e3ea2189c9684b835
6
+ metadata.gz: 17ad3ba258170efc56ac0811c7b67fc13b52352e6c3cbda4d90ea2d957dfcc9c819fb963b9dd0fcd81708ab21a8c72b3684570ec9adf7186d84dacae98d941e3
7
+ data.tar.gz: 7bb9acb71d9b2b11a4805e73ee46423df000d538db1d9df3b8aaec3f512b4ecc315cbd3c2609001b103cc2898cb4d93b12ca0bd4743b437e6fd017413ef2c41a
@@ -991,7 +991,8 @@
991
991
  "Password":{"shape":"ConnectPassword"},
992
992
  "Description":{"shape":"Description"},
993
993
  "Size":{"shape":"DirectorySize"},
994
- "ConnectSettings":{"shape":"DirectoryConnectSettings"}
994
+ "ConnectSettings":{"shape":"DirectoryConnectSettings"},
995
+ "Tags":{"shape":"Tags"}
995
996
  }
996
997
  },
997
998
  "ConnectDirectoryResult":{
@@ -1077,7 +1078,8 @@
1077
1078
  "Password":{"shape":"Password"},
1078
1079
  "Description":{"shape":"Description"},
1079
1080
  "Size":{"shape":"DirectorySize"},
1080
- "VpcSettings":{"shape":"DirectoryVpcSettings"}
1081
+ "VpcSettings":{"shape":"DirectoryVpcSettings"},
1082
+ "Tags":{"shape":"Tags"}
1081
1083
  }
1082
1084
  },
1083
1085
  "CreateDirectoryResult":{
@@ -1115,7 +1117,8 @@
1115
1117
  "Password":{"shape":"Password"},
1116
1118
  "Description":{"shape":"Description"},
1117
1119
  "VpcSettings":{"shape":"DirectoryVpcSettings"},
1118
- "Edition":{"shape":"DirectoryEdition"}
1120
+ "Edition":{"shape":"DirectoryEdition"},
1121
+ "Tags":{"shape":"Tags"}
1119
1122
  }
1120
1123
  },
1121
1124
  "CreateMicrosoftADResult":{
@@ -262,7 +262,8 @@
262
262
  "Encrypted":{"shape":"Encrypted"},
263
263
  "KmsKeyId":{"shape":"KmsKeyId"},
264
264
  "ThroughputMode":{"shape":"ThroughputMode"},
265
- "ProvisionedThroughputInMibps":{"shape":"ProvisionedThroughputInMibps"}
265
+ "ProvisionedThroughputInMibps":{"shape":"ProvisionedThroughputInMibps"},
266
+ "Tags":{"shape":"Tags"}
266
267
  }
267
268
  },
268
269
  "CreateMountTargetRequest":{
@@ -500,7 +501,8 @@
500
501
  "LifeCycleState",
501
502
  "NumberOfMountTargets",
502
503
  "SizeInBytes",
503
- "PerformanceMode"
504
+ "PerformanceMode",
505
+ "Tags"
504
506
  ],
505
507
  "members":{
506
508
  "OwnerId":{"shape":"AwsAccountId"},
@@ -515,7 +517,8 @@
515
517
  "Encrypted":{"shape":"Encrypted"},
516
518
  "KmsKeyId":{"shape":"KmsKeyId"},
517
519
  "ThroughputMode":{"shape":"ThroughputMode"},
518
- "ProvisionedThroughputInMibps":{"shape":"ProvisionedThroughputInMibps"}
520
+ "ProvisionedThroughputInMibps":{"shape":"ProvisionedThroughputInMibps"},
521
+ "Tags":{"shape":"Tags"}
519
522
  }
520
523
  },
521
524
  "FileSystemDescriptions":{
@@ -5,7 +5,13 @@
5
5
  {
6
6
  "input": {
7
7
  "CreationToken": "tokenstring",
8
- "PerformanceMode": "generalPurpose"
8
+ "PerformanceMode": "generalPurpose",
9
+ "Tags": [
10
+ {
11
+ "Key": "Name",
12
+ "Value": "MyFileSystem"
13
+ }
14
+ ]
9
15
  },
10
16
  "output": {
11
17
  "CreationTime": "1481841524.0",
@@ -17,7 +23,13 @@
17
23
  "PerformanceMode": "generalPurpose",
18
24
  "SizeInBytes": {
19
25
  "Value": 0
20
- }
26
+ },
27
+ "Tags": [
28
+ {
29
+ "Key": "Name",
30
+ "Value": "MyFileSystem"
31
+ }
32
+ ]
21
33
  },
22
34
  "comments": {
23
35
  "input": {
@@ -130,7 +142,13 @@
130
142
  "PerformanceMode": "generalPurpose",
131
143
  "SizeInBytes": {
132
144
  "Value": 6144
133
- }
145
+ },
146
+ "Tags": [
147
+ {
148
+ "Key": "Name",
149
+ "Value": "MyFileSystem"
150
+ }
151
+ ]
134
152
  }
135
153
  ]
136
154
  },
@@ -2811,6 +2811,10 @@
2811
2811
  "members":{
2812
2812
  }
2813
2813
  },
2814
+ "AdditionalMetricsToRetainList":{
2815
+ "type":"list",
2816
+ "member":{"shape":"BehaviorMetric"}
2817
+ },
2814
2818
  "AdditionalParameterMap":{
2815
2819
  "type":"map",
2816
2820
  "key":{"shape":"AttributeKey"},
@@ -3218,7 +3222,10 @@
3218
3222
  "members":{
3219
3223
  "comparisonOperator":{"shape":"ComparisonOperator"},
3220
3224
  "value":{"shape":"MetricValue"},
3221
- "durationSeconds":{"shape":"DurationSeconds"}
3225
+ "durationSeconds":{"shape":"DurationSeconds"},
3226
+ "consecutiveDatapointsToAlarm":{"shape":"ConsecutiveDatapointsToAlarm"},
3227
+ "consecutiveDatapointsToClear":{"shape":"ConsecutiveDatapointsToClear"},
3228
+ "statisticalThreshold":{"shape":"StatisticalThreshold"}
3222
3229
  }
3223
3230
  },
3224
3231
  "BehaviorMetric":{"type":"string"},
@@ -3603,6 +3610,16 @@
3603
3610
  "exception":true
3604
3611
  },
3605
3612
  "ConnectivityTimestamp":{"type":"long"},
3613
+ "ConsecutiveDatapointsToAlarm":{
3614
+ "type":"integer",
3615
+ "max":10,
3616
+ "min":1
3617
+ },
3618
+ "ConsecutiveDatapointsToClear":{
3619
+ "type":"integer",
3620
+ "max":10,
3621
+ "min":1
3622
+ },
3606
3623
  "Count":{"type":"integer"},
3607
3624
  "CreateAuthorizerRequest":{
3608
3625
  "type":"structure",
@@ -3874,12 +3891,12 @@
3874
3891
  "dayOfMonth":{"shape":"DayOfMonth"},
3875
3892
  "dayOfWeek":{"shape":"DayOfWeek"},
3876
3893
  "targetCheckNames":{"shape":"TargetAuditCheckNames"},
3894
+ "tags":{"shape":"TagList"},
3877
3895
  "scheduledAuditName":{
3878
3896
  "shape":"ScheduledAuditName",
3879
3897
  "location":"uri",
3880
3898
  "locationName":"scheduledAuditName"
3881
- },
3882
- "tags":{"shape":"TagList"}
3899
+ }
3883
3900
  }
3884
3901
  },
3885
3902
  "CreateScheduledAuditResponse":{
@@ -3890,10 +3907,7 @@
3890
3907
  },
3891
3908
  "CreateSecurityProfileRequest":{
3892
3909
  "type":"structure",
3893
- "required":[
3894
- "securityProfileName",
3895
- "behaviors"
3896
- ],
3910
+ "required":["securityProfileName"],
3897
3911
  "members":{
3898
3912
  "securityProfileName":{
3899
3913
  "shape":"SecurityProfileName",
@@ -3903,6 +3917,7 @@
3903
3917
  "securityProfileDescription":{"shape":"SecurityProfileDescription"},
3904
3918
  "behaviors":{"shape":"Behaviors"},
3905
3919
  "alertTargets":{"shape":"AlertTargets"},
3920
+ "additionalMetricsToRetain":{"shape":"AdditionalMetricsToRetainList"},
3906
3921
  "tags":{"shape":"TagList"}
3907
3922
  }
3908
3923
  },
@@ -4078,6 +4093,8 @@
4078
4093
  "members":{
4079
4094
  }
4080
4095
  },
4096
+ "DeleteAdditionalMetricsToRetain":{"type":"boolean"},
4097
+ "DeleteAlertTargets":{"type":"boolean"},
4081
4098
  "DeleteAuthorizerRequest":{
4082
4099
  "type":"structure",
4083
4100
  "required":["authorizerName"],
@@ -4094,6 +4111,7 @@
4094
4111
  "members":{
4095
4112
  }
4096
4113
  },
4114
+ "DeleteBehaviors":{"type":"boolean"},
4097
4115
  "DeleteBillingGroupRequest":{
4098
4116
  "type":"structure",
4099
4117
  "required":["billingGroupName"],
@@ -4747,6 +4765,7 @@
4747
4765
  "securityProfileDescription":{"shape":"SecurityProfileDescription"},
4748
4766
  "behaviors":{"shape":"Behaviors"},
4749
4767
  "alertTargets":{"shape":"AlertTargets"},
4768
+ "additionalMetricsToRetain":{"shape":"AdditionalMetricsToRetainList"},
4750
4769
  "version":{"shape":"Version"},
4751
4770
  "creationDate":{"shape":"Timestamp"},
4752
4771
  "lastModifiedDate":{"shape":"Timestamp"}
@@ -5097,6 +5116,10 @@
5097
5116
  "type":"string",
5098
5117
  "max":2048
5099
5118
  },
5119
+ "EvaluationStatistic":{
5120
+ "type":"string",
5121
+ "pattern":"(p0|p0\\.1|p0\\.01|p1|p10|p50|p90|p99|p99\\.9|p99\\.99|p100)"
5122
+ },
5100
5123
  "EventConfigurations":{
5101
5124
  "type":"map",
5102
5125
  "key":{"shape":"EventType"},
@@ -7892,6 +7915,12 @@
7892
7915
  "StateMachineName":{"type":"string"},
7893
7916
  "StateReason":{"type":"string"},
7894
7917
  "StateValue":{"type":"string"},
7918
+ "StatisticalThreshold":{
7919
+ "type":"structure",
7920
+ "members":{
7921
+ "statistic":{"shape":"EvaluationStatistic"}
7922
+ }
7923
+ },
7895
7924
  "Status":{
7896
7925
  "type":"string",
7897
7926
  "enum":[
@@ -8685,6 +8714,10 @@
8685
8714
  "securityProfileDescription":{"shape":"SecurityProfileDescription"},
8686
8715
  "behaviors":{"shape":"Behaviors"},
8687
8716
  "alertTargets":{"shape":"AlertTargets"},
8717
+ "additionalMetricsToRetain":{"shape":"AdditionalMetricsToRetainList"},
8718
+ "deleteBehaviors":{"shape":"DeleteBehaviors"},
8719
+ "deleteAlertTargets":{"shape":"DeleteAlertTargets"},
8720
+ "deleteAdditionalMetricsToRetain":{"shape":"DeleteAdditionalMetricsToRetain"},
8688
8721
  "expectedVersion":{
8689
8722
  "shape":"OptionalVersion",
8690
8723
  "location":"querystring",
@@ -8700,6 +8733,7 @@
8700
8733
  "securityProfileDescription":{"shape":"SecurityProfileDescription"},
8701
8734
  "behaviors":{"shape":"Behaviors"},
8702
8735
  "alertTargets":{"shape":"AlertTargets"},
8736
+ "additionalMetricsToRetain":{"shape":"AdditionalMetricsToRetainList"},
8703
8737
  "version":{"shape":"Version"},
8704
8738
  "creationDate":{"shape":"Timestamp"},
8705
8739
  "lastModifiedDate":{"shape":"Timestamp"}
@@ -1664,7 +1664,8 @@
1664
1664
  "RegistrationsCount":{"shape":"RegistrationsCount"},
1665
1665
  "ExpirationDate":{"shape":"ExpirationDate"},
1666
1666
  "Expired":{"shape":"Boolean"},
1667
- "CreatedDate":{"shape":"CreatedDate"}
1667
+ "CreatedDate":{"shape":"CreatedDate"},
1668
+ "Tags":{"shape":"TagList"}
1668
1669
  }
1669
1670
  },
1670
1671
  "ActivationCode":{
@@ -2752,7 +2753,8 @@
2752
2753
  "shape":"RegistrationLimit",
2753
2754
  "box":true
2754
2755
  },
2755
- "ExpirationDate":{"shape":"ExpirationDate"}
2756
+ "ExpirationDate":{"shape":"ExpirationDate"},
2757
+ "Tags":{"shape":"TagList"}
2756
2758
  }
2757
2759
  },
2758
2760
  "CreateActivationResult":{
@@ -2836,7 +2838,8 @@
2836
2838
  "VersionName":{"shape":"DocumentVersionName"},
2837
2839
  "DocumentType":{"shape":"DocumentType"},
2838
2840
  "DocumentFormat":{"shape":"DocumentFormat"},
2839
- "TargetType":{"shape":"TargetType"}
2841
+ "TargetType":{"shape":"TargetType"},
2842
+ "Tags":{"shape":"TagList"}
2840
2843
  }
2841
2844
  },
2842
2845
  "CreateDocumentResult":{
@@ -2867,7 +2870,8 @@
2867
2870
  "ClientToken":{
2868
2871
  "shape":"ClientToken",
2869
2872
  "idempotencyToken":true
2870
- }
2873
+ },
2874
+ "Tags":{"shape":"TagList"}
2871
2875
  }
2872
2876
  },
2873
2877
  "CreateMaintenanceWindowResult":{
@@ -2897,7 +2901,8 @@
2897
2901
  "ClientToken":{
2898
2902
  "shape":"ClientToken",
2899
2903
  "idempotencyToken":true
2900
- }
2904
+ },
2905
+ "Tags":{"shape":"TagList"}
2901
2906
  }
2902
2907
  },
2903
2908
  "CreatePatchBaselineResult":{
@@ -6863,7 +6868,8 @@
6863
6868
  "shape":"Boolean",
6864
6869
  "box":true
6865
6870
  },
6866
- "AllowedPattern":{"shape":"AllowedPattern"}
6871
+ "AllowedPattern":{"shape":"AllowedPattern"},
6872
+ "Tags":{"shape":"TagList"}
6867
6873
  }
6868
6874
  },
6869
6875
  "PutParameterResult":{
@@ -7664,11 +7670,12 @@
7664
7670
  "type":"string",
7665
7671
  "max":128,
7666
7672
  "min":1,
7667
- "pattern":"^(?!^(?i)aws:)(?=^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*$).*$"
7673
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
7668
7674
  },
7669
7675
  "TagList":{
7670
7676
  "type":"list",
7671
- "member":{"shape":"Tag"}
7677
+ "member":{"shape":"Tag"},
7678
+ "max":1000
7672
7679
  },
7673
7680
  "TagValue":{
7674
7681
  "type":"string",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.223'
2
+ VERSION = '2.11.224'
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.223
4
+ version: 2.11.224
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-02-18 00:00:00.000000000 Z
11
+ date: 2019-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath