aws-sdk-core 2.11.496 → 2.11.497

Sign up to get free protection for your applications and to get access to all the features.
@@ -204,6 +204,22 @@
204
204
  {"shape":"WAFBadRequestException"}
205
205
  ]
206
206
  },
207
+ "CreateWebACLMigrationStack":{
208
+ "name":"CreateWebACLMigrationStack",
209
+ "http":{
210
+ "method":"POST",
211
+ "requestUri":"/"
212
+ },
213
+ "input":{"shape":"CreateWebACLMigrationStackRequest"},
214
+ "output":{"shape":"CreateWebACLMigrationStackResponse"},
215
+ "errors":[
216
+ {"shape":"WAFInternalErrorException"},
217
+ {"shape":"WAFInvalidParameterException"},
218
+ {"shape":"WAFInvalidOperationException"},
219
+ {"shape":"WAFNonexistentItemException"},
220
+ {"shape":"WAFEntityMigrationException"}
221
+ ]
222
+ },
207
223
  "CreateXssMatchSet":{
208
224
  "name":"CreateXssMatchSet",
209
225
  "http":{
@@ -1313,7 +1329,9 @@
1313
1329
  },
1314
1330
  "ChangeToken":{
1315
1331
  "type":"string",
1316
- "min":1
1332
+ "max":128,
1333
+ "min":1,
1334
+ "pattern":".*\\S.*"
1317
1335
  },
1318
1336
  "ChangeTokenStatus":{
1319
1337
  "type":"string",
@@ -1528,6 +1546,26 @@
1528
1546
  "ChangeToken":{"shape":"ChangeToken"}
1529
1547
  }
1530
1548
  },
1549
+ "CreateWebACLMigrationStackRequest":{
1550
+ "type":"structure",
1551
+ "required":[
1552
+ "WebACLId",
1553
+ "S3BucketName",
1554
+ "IgnoreUnsupportedType"
1555
+ ],
1556
+ "members":{
1557
+ "WebACLId":{"shape":"ResourceId"},
1558
+ "S3BucketName":{"shape":"S3BucketName"},
1559
+ "IgnoreUnsupportedType":{"shape":"IgnoreUnsupportedType"}
1560
+ }
1561
+ },
1562
+ "CreateWebACLMigrationStackResponse":{
1563
+ "type":"structure",
1564
+ "required":["S3ObjectUrl"],
1565
+ "members":{
1566
+ "S3ObjectUrl":{"shape":"S3ObjectUrl"}
1567
+ }
1568
+ },
1531
1569
  "CreateWebACLRequest":{
1532
1570
  "type":"structure",
1533
1571
  "required":[
@@ -1797,6 +1835,7 @@
1797
1835
  "ChangeToken":{"shape":"ChangeToken"}
1798
1836
  }
1799
1837
  },
1838
+ "ErrorReason":{"type":"string"},
1800
1839
  "ExcludedRule":{
1801
1840
  "type":"structure",
1802
1841
  "required":["RuleId"],
@@ -2437,7 +2476,12 @@
2437
2476
  "IPV6"
2438
2477
  ]
2439
2478
  },
2440
- "IPSetDescriptorValue":{"type":"string"},
2479
+ "IPSetDescriptorValue":{
2480
+ "type":"string",
2481
+ "max":50,
2482
+ "min":1,
2483
+ "pattern":".*\\S.*"
2484
+ },
2441
2485
  "IPSetDescriptors":{
2442
2486
  "type":"list",
2443
2487
  "member":{"shape":"IPSetDescriptor"}
@@ -2474,6 +2518,7 @@
2474
2518
  "min":1
2475
2519
  },
2476
2520
  "IPString":{"type":"string"},
2521
+ "IgnoreUnsupportedType":{"type":"boolean"},
2477
2522
  "ListActivatedRulesInRuleGroupRequest":{
2478
2523
  "type":"structure",
2479
2524
  "members":{
@@ -2728,7 +2773,12 @@
2728
2773
  "type":"list",
2729
2774
  "member":{"shape":"ManagedKey"}
2730
2775
  },
2731
- "MatchFieldData":{"type":"string"},
2776
+ "MatchFieldData":{
2777
+ "type":"string",
2778
+ "max":128,
2779
+ "min":1,
2780
+ "pattern":".*\\S.*"
2781
+ },
2732
2782
  "MatchFieldType":{
2733
2783
  "type":"string",
2734
2784
  "enum":[
@@ -2741,11 +2791,30 @@
2741
2791
  "ALL_QUERY_ARGS"
2742
2792
  ]
2743
2793
  },
2744
- "MetricName":{"type":"string"},
2794
+ "MetricName":{
2795
+ "type":"string",
2796
+ "max":128,
2797
+ "min":1,
2798
+ "pattern":".*\\S.*"
2799
+ },
2800
+ "MigrationErrorType":{
2801
+ "type":"string",
2802
+ "enum":[
2803
+ "ENTITY_NOT_SUPPORTED",
2804
+ "ENTITY_NOT_FOUND",
2805
+ "S3_BUCKET_NO_PERMISSION",
2806
+ "S3_BUCKET_NOT_ACCESSIBLE",
2807
+ "S3_BUCKET_NOT_FOUND",
2808
+ "S3_BUCKET_INVALID_REGION",
2809
+ "S3_INTERNAL_ERROR"
2810
+ ]
2811
+ },
2745
2812
  "Negated":{"type":"boolean"},
2746
2813
  "NextMarker":{
2747
2814
  "type":"string",
2748
- "min":1
2815
+ "max":1224,
2816
+ "min":1,
2817
+ "pattern":".*\\S.*"
2749
2818
  },
2750
2819
  "PaginationLimit":{
2751
2820
  "type":"integer",
@@ -2790,7 +2859,9 @@
2790
2859
  },
2791
2860
  "PolicyString":{
2792
2861
  "type":"string",
2793
- "min":1
2862
+ "max":395000,
2863
+ "min":1,
2864
+ "pattern":".*\\S.*"
2794
2865
  },
2795
2866
  "PopulationSize":{"type":"long"},
2796
2867
  "PositionalConstraint":{
@@ -2992,7 +3063,9 @@
2992
3063
  },
2993
3064
  "RegexPatternString":{
2994
3065
  "type":"string",
2995
- "min":1
3066
+ "max":512,
3067
+ "min":1,
3068
+ "pattern":".*"
2996
3069
  },
2997
3070
  "RegexPatternStrings":{
2998
3071
  "type":"list",
@@ -3002,17 +3075,20 @@
3002
3075
  "ResourceArn":{
3003
3076
  "type":"string",
3004
3077
  "max":1224,
3005
- "min":1
3078
+ "min":1,
3079
+ "pattern":".*\\S.*"
3006
3080
  },
3007
3081
  "ResourceId":{
3008
3082
  "type":"string",
3009
3083
  "max":128,
3010
- "min":1
3084
+ "min":1,
3085
+ "pattern":".*\\S.*"
3011
3086
  },
3012
3087
  "ResourceName":{
3013
3088
  "type":"string",
3014
3089
  "max":128,
3015
- "min":1
3090
+ "min":1,
3091
+ "pattern":".*\\S.*"
3016
3092
  },
3017
3093
  "Rule":{
3018
3094
  "type":"structure",
@@ -3098,6 +3174,16 @@
3098
3174
  "type":"list",
3099
3175
  "member":{"shape":"RuleUpdate"}
3100
3176
  },
3177
+ "S3BucketName":{
3178
+ "type":"string",
3179
+ "max":63,
3180
+ "min":3,
3181
+ "pattern":"^aws-waf-migration-[0-9A-Za-z\\.\\-_]*"
3182
+ },
3183
+ "S3ObjectUrl":{
3184
+ "type":"string",
3185
+ "min":1
3186
+ },
3101
3187
  "SampleWeight":{
3102
3188
  "type":"long",
3103
3189
  "min":0
@@ -3264,6 +3350,10 @@
3264
3350
  },
3265
3351
  "Tag":{
3266
3352
  "type":"structure",
3353
+ "required":[
3354
+ "Key",
3355
+ "Value"
3356
+ ],
3267
3357
  "members":{
3268
3358
  "Key":{"shape":"TagKey"},
3269
3359
  "Value":{"shape":"TagValue"}
@@ -3279,7 +3369,8 @@
3279
3369
  "TagKey":{
3280
3370
  "type":"string",
3281
3371
  "max":128,
3282
- "min":1
3372
+ "min":1,
3373
+ "pattern":".*\\S.*"
3283
3374
  },
3284
3375
  "TagKeyList":{
3285
3376
  "type":"list",
@@ -3310,7 +3401,8 @@
3310
3401
  "TagValue":{
3311
3402
  "type":"string",
3312
3403
  "max":256,
3313
- "min":0
3404
+ "min":0,
3405
+ "pattern":".*"
3314
3406
  },
3315
3407
  "TextTransformation":{
3316
3408
  "type":"string",
@@ -3596,6 +3688,15 @@
3596
3688
  },
3597
3689
  "exception":true
3598
3690
  },
3691
+ "WAFEntityMigrationException":{
3692
+ "type":"structure",
3693
+ "members":{
3694
+ "message":{"shape":"errorMessage"},
3695
+ "MigrationErrorType":{"shape":"MigrationErrorType"},
3696
+ "MigrationErrorReason":{"shape":"ErrorReason"}
3697
+ },
3698
+ "exception":true
3699
+ },
3599
3700
  "WAFInternalErrorException":{
3600
3701
  "type":"structure",
3601
3702
  "members":{
@@ -6285,6 +6285,18 @@
6285
6285
  "protocols" : [ "https" ]
6286
6286
  },
6287
6287
  "endpoints" : {
6288
+ "fips-us-gov-east-1" : {
6289
+ "credentialScope" : {
6290
+ "region" : "us-gov-east-1"
6291
+ },
6292
+ "hostname" : "acm-pca.us-gov-east-1.amazonaws.com"
6293
+ },
6294
+ "fips-us-gov-west-1" : {
6295
+ "credentialScope" : {
6296
+ "region" : "us-gov-west-1"
6297
+ },
6298
+ "hostname" : "acm-pca.us-gov-west-1.amazonaws.com"
6299
+ },
6288
6300
  "us-gov-east-1" : { },
6289
6301
  "us-gov-west-1" : { }
6290
6302
  }
@@ -134,6 +134,7 @@ module Aws
134
134
  IoTEventsData
135
135
  IoTJobsDataPlane
136
136
  IoTSecureTunneling
137
+ IoTSiteWise
137
138
  IoTThingsGraph
138
139
  KMS
139
140
  Kafka
@@ -0,0 +1,7 @@
1
+ Aws.add_service(:IoTSiteWise, {
2
+ api: "#{Aws::API_DIR}/iotsitewise/2019-12-02/api-2.json",
3
+ docs: "#{Aws::API_DIR}/iotsitewise/2019-12-02/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/iotsitewise/2019-12-02/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/iotsitewise/2019-12-02/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/iotsitewise/2019-12-02/waiters-2.json",
7
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.496'
2
+ VERSION = '2.11.497'
3
3
  end
@@ -442,6 +442,10 @@
442
442
  "models": "iotsecuretunneling/2018-10-05",
443
443
  "endpoint": "api.tunneling.iot"
444
444
  },
445
+ "IoTSiteWise": {
446
+ "models": "iotsitewise/2019-12-02",
447
+ "endpoint": "iotsitewise"
448
+ },
445
449
  "IoTThingsGraph": {
446
450
  "models": "iotthingsgraph/2018-09-06",
447
451
  "endpoint": "iotthingsgraph"
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.496
4
+ version: 2.11.497
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-04-28 00:00:00.000000000 Z
11
+ date: 2020-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -508,6 +508,10 @@ files:
508
508
  - apis/iotsecuretunneling/2018-10-05/api-2.json
509
509
  - apis/iotsecuretunneling/2018-10-05/examples-1.json
510
510
  - apis/iotsecuretunneling/2018-10-05/paginators-1.json
511
+ - apis/iotsitewise/2019-12-02/api-2.json
512
+ - apis/iotsitewise/2019-12-02/examples-1.json
513
+ - apis/iotsitewise/2019-12-02/paginators-1.json
514
+ - apis/iotsitewise/2019-12-02/waiters-2.json
511
515
  - apis/iotthingsgraph/2018-09-06/api-2.json
512
516
  - apis/iotthingsgraph/2018-09-06/examples-1.json
513
517
  - apis/iotthingsgraph/2018-09-06/paginators-1.json
@@ -1049,6 +1053,7 @@ files:
1049
1053
  - lib/aws-sdk-core/ioteventsdata.rb
1050
1054
  - lib/aws-sdk-core/iotjobsdataplane.rb
1051
1055
  - lib/aws-sdk-core/iotsecuretunneling.rb
1056
+ - lib/aws-sdk-core/iotsitewise.rb
1052
1057
  - lib/aws-sdk-core/iotthingsgraph.rb
1053
1058
  - lib/aws-sdk-core/json.rb
1054
1059
  - lib/aws-sdk-core/json/builder.rb