aws-sdk-core 2.11.480 → 2.11.481

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: abfb8c77fdf38b2745f8234ef902e672238e8cb0
4
- data.tar.gz: '08a4b0529ec998cb090596ad56633dee132992a2'
3
+ metadata.gz: f89251a460b6df6dd86e446204d05775aa72895a
4
+ data.tar.gz: 635a7555f781cfc90187ed32504bed7ae88fd300
5
5
  SHA512:
6
- metadata.gz: bc676f939315014d4667accc37f70ccba69132e9c8b75bb34fa7dd8b5098b35704a8aa1c20fa33748d0ace1f1e00b2e21ee016ffcfc78f015cecc0751d22ff9b
7
- data.tar.gz: ae8a86e48b8f9e680d4888f9754a06549c9b6b808d6b758154805a863525339fcef6862b313a6993adc8c0d7217ae349b90d10a7e7e26385676f917b8fe2cc31
6
+ metadata.gz: fa49b90d80b13844aee6b214571d71d36b18e184fbaa197bc912ae3176477b3b78c6661fc61ddea31a1bfac9da14f0dc07ceb8803d3175a9ebe18bb05d39a51a
7
+ data.tar.gz: 2fbbe9f380e65c0fb7b7242ef1db987e4bb420a01043e0469fdeedd18765bf1722f6f2d3fe0f10a8f8519f287f039ab16bae67a6cca6ec2f8b87d4b97f2ed2de
@@ -303,6 +303,22 @@
303
303
  {"shape":"InternalFailureException"}
304
304
  ]
305
305
  },
306
+ "CreateDimension":{
307
+ "name":"CreateDimension",
308
+ "http":{
309
+ "method":"POST",
310
+ "requestUri":"/dimensions/{name}"
311
+ },
312
+ "input":{"shape":"CreateDimensionRequest"},
313
+ "output":{"shape":"CreateDimensionResponse"},
314
+ "errors":[
315
+ {"shape":"InternalFailureException"},
316
+ {"shape":"InvalidRequestException"},
317
+ {"shape":"LimitExceededException"},
318
+ {"shape":"ResourceAlreadyExistsException"},
319
+ {"shape":"ThrottlingException"}
320
+ ]
321
+ },
306
322
  "CreateDomainConfiguration":{
307
323
  "name":"CreateDomainConfiguration",
308
324
  "http":{
@@ -731,6 +747,20 @@
731
747
  {"shape":"ResourceNotFoundException"}
732
748
  ]
733
749
  },
750
+ "DeleteDimension":{
751
+ "name":"DeleteDimension",
752
+ "http":{
753
+ "method":"DELETE",
754
+ "requestUri":"/dimensions/{name}"
755
+ },
756
+ "input":{"shape":"DeleteDimensionRequest"},
757
+ "output":{"shape":"DeleteDimensionResponse"},
758
+ "errors":[
759
+ {"shape":"InternalFailureException"},
760
+ {"shape":"InvalidRequestException"},
761
+ {"shape":"ThrottlingException"}
762
+ ]
763
+ },
734
764
  "DeleteDomainConfiguration":{
735
765
  "name":"DeleteDomainConfiguration",
736
766
  "http":{
@@ -1228,6 +1258,21 @@
1228
1258
  {"shape":"InternalFailureException"}
1229
1259
  ]
1230
1260
  },
1261
+ "DescribeDimension":{
1262
+ "name":"DescribeDimension",
1263
+ "http":{
1264
+ "method":"GET",
1265
+ "requestUri":"/dimensions/{name}"
1266
+ },
1267
+ "input":{"shape":"DescribeDimensionRequest"},
1268
+ "output":{"shape":"DescribeDimensionResponse"},
1269
+ "errors":[
1270
+ {"shape":"InternalFailureException"},
1271
+ {"shape":"InvalidRequestException"},
1272
+ {"shape":"ResourceNotFoundException"},
1273
+ {"shape":"ThrottlingException"}
1274
+ ]
1275
+ },
1231
1276
  "DescribeDomainConfiguration":{
1232
1277
  "name":"DescribeDomainConfiguration",
1233
1278
  "http":{
@@ -1992,6 +2037,20 @@
1992
2037
  {"shape":"InternalFailureException"}
1993
2038
  ]
1994
2039
  },
2040
+ "ListDimensions":{
2041
+ "name":"ListDimensions",
2042
+ "http":{
2043
+ "method":"GET",
2044
+ "requestUri":"/dimensions"
2045
+ },
2046
+ "input":{"shape":"ListDimensionsRequest"},
2047
+ "output":{"shape":"ListDimensionsResponse"},
2048
+ "errors":[
2049
+ {"shape":"InternalFailureException"},
2050
+ {"shape":"InvalidRequestException"},
2051
+ {"shape":"ThrottlingException"}
2052
+ ]
2053
+ },
1995
2054
  "ListDomainConfigurations":{
1996
2055
  "name":"ListDomainConfigurations",
1997
2056
  "http":{
@@ -2273,7 +2332,8 @@
2273
2332
  "errors":[
2274
2333
  {"shape":"InvalidRequestException"},
2275
2334
  {"shape":"ThrottlingException"},
2276
- {"shape":"InternalFailureException"}
2335
+ {"shape":"InternalFailureException"},
2336
+ {"shape":"ResourceNotFoundException"}
2277
2337
  ]
2278
2338
  },
2279
2339
  "ListSecurityProfilesForTarget":{
@@ -2992,6 +3052,21 @@
2992
3052
  {"shape":"InternalFailureException"}
2993
3053
  ]
2994
3054
  },
3055
+ "UpdateDimension":{
3056
+ "name":"UpdateDimension",
3057
+ "http":{
3058
+ "method":"PATCH",
3059
+ "requestUri":"/dimensions/{name}"
3060
+ },
3061
+ "input":{"shape":"UpdateDimensionRequest"},
3062
+ "output":{"shape":"UpdateDimensionResponse"},
3063
+ "errors":[
3064
+ {"shape":"InternalFailureException"},
3065
+ {"shape":"InvalidRequestException"},
3066
+ {"shape":"ResourceNotFoundException"},
3067
+ {"shape":"ThrottlingException"}
3068
+ ]
3069
+ },
2995
3070
  "UpdateDomainConfiguration":{
2996
3071
  "name":"UpdateDomainConfiguration",
2997
3072
  "http":{
@@ -3401,6 +3476,10 @@
3401
3476
  "type":"list",
3402
3477
  "member":{"shape":"BehaviorMetric"}
3403
3478
  },
3479
+ "AdditionalMetricsToRetainV2List":{
3480
+ "type":"list",
3481
+ "member":{"shape":"MetricToRetain"}
3482
+ },
3404
3483
  "AdditionalParameterMap":{
3405
3484
  "type":"map",
3406
3485
  "key":{"shape":"AttributeKey"},
@@ -3956,6 +4035,7 @@
3956
4035
  "members":{
3957
4036
  "name":{"shape":"BehaviorName"},
3958
4037
  "metric":{"shape":"BehaviorMetric"},
4038
+ "metricDimension":{"shape":"MetricDimension"},
3959
4039
  "criteria":{"shape":"BehaviorCriteria"}
3960
4040
  }
3961
4041
  },
@@ -4490,6 +4570,36 @@
4490
4570
  "certificatePem":{"shape":"CertificatePem"}
4491
4571
  }
4492
4572
  },
4573
+ "CreateDimensionRequest":{
4574
+ "type":"structure",
4575
+ "required":[
4576
+ "name",
4577
+ "type",
4578
+ "stringValues",
4579
+ "clientRequestToken"
4580
+ ],
4581
+ "members":{
4582
+ "name":{
4583
+ "shape":"DimensionName",
4584
+ "location":"uri",
4585
+ "locationName":"name"
4586
+ },
4587
+ "type":{"shape":"DimensionType"},
4588
+ "stringValues":{"shape":"DimensionStringValues"},
4589
+ "tags":{"shape":"TagList"},
4590
+ "clientRequestToken":{
4591
+ "shape":"ClientRequestToken",
4592
+ "idempotencyToken":true
4593
+ }
4594
+ }
4595
+ },
4596
+ "CreateDimensionResponse":{
4597
+ "type":"structure",
4598
+ "members":{
4599
+ "name":{"shape":"DimensionName"},
4600
+ "arn":{"shape":"DimensionArn"}
4601
+ }
4602
+ },
4493
4603
  "CreateDomainConfigurationRequest":{
4494
4604
  "type":"structure",
4495
4605
  "required":["domainConfigurationName"],
@@ -4842,7 +4952,12 @@
4842
4952
  "securityProfileDescription":{"shape":"SecurityProfileDescription"},
4843
4953
  "behaviors":{"shape":"Behaviors"},
4844
4954
  "alertTargets":{"shape":"AlertTargets"},
4845
- "additionalMetricsToRetain":{"shape":"AdditionalMetricsToRetainList"},
4955
+ "additionalMetricsToRetain":{
4956
+ "shape":"AdditionalMetricsToRetainList",
4957
+ "deprecated":true,
4958
+ "deprecatedMessage":"Use additionalMetricsToRetainV2."
4959
+ },
4960
+ "additionalMetricsToRetainV2":{"shape":"AdditionalMetricsToRetainV2List"},
4846
4961
  "tags":{"shape":"TagList"}
4847
4962
  }
4848
4963
  },
@@ -5112,6 +5227,22 @@
5112
5227
  "error":{"httpStatusCode":409},
5113
5228
  "exception":true
5114
5229
  },
5230
+ "DeleteDimensionRequest":{
5231
+ "type":"structure",
5232
+ "required":["name"],
5233
+ "members":{
5234
+ "name":{
5235
+ "shape":"DimensionName",
5236
+ "location":"uri",
5237
+ "locationName":"name"
5238
+ }
5239
+ }
5240
+ },
5241
+ "DeleteDimensionResponse":{
5242
+ "type":"structure",
5243
+ "members":{
5244
+ }
5245
+ },
5115
5246
  "DeleteDomainConfigurationRequest":{
5116
5247
  "type":"structure",
5117
5248
  "required":["domainConfigurationName"],
@@ -5678,6 +5809,28 @@
5678
5809
  "authorizerDescription":{"shape":"AuthorizerDescription"}
5679
5810
  }
5680
5811
  },
5812
+ "DescribeDimensionRequest":{
5813
+ "type":"structure",
5814
+ "required":["name"],
5815
+ "members":{
5816
+ "name":{
5817
+ "shape":"DimensionName",
5818
+ "location":"uri",
5819
+ "locationName":"name"
5820
+ }
5821
+ }
5822
+ },
5823
+ "DescribeDimensionResponse":{
5824
+ "type":"structure",
5825
+ "members":{
5826
+ "name":{"shape":"DimensionName"},
5827
+ "arn":{"shape":"DimensionArn"},
5828
+ "type":{"shape":"DimensionType"},
5829
+ "stringValues":{"shape":"DimensionStringValues"},
5830
+ "creationDate":{"shape":"Timestamp"},
5831
+ "lastModifiedDate":{"shape":"Timestamp"}
5832
+ }
5833
+ },
5681
5834
  "DescribeDomainConfigurationRequest":{
5682
5835
  "type":"structure",
5683
5836
  "required":["domainConfigurationName"],
@@ -5933,7 +6086,12 @@
5933
6086
  "securityProfileDescription":{"shape":"SecurityProfileDescription"},
5934
6087
  "behaviors":{"shape":"Behaviors"},
5935
6088
  "alertTargets":{"shape":"AlertTargets"},
5936
- "additionalMetricsToRetain":{"shape":"AdditionalMetricsToRetainList"},
6089
+ "additionalMetricsToRetain":{
6090
+ "shape":"AdditionalMetricsToRetainList",
6091
+ "deprecated":true,
6092
+ "deprecatedMessage":"Use additionalMetricsToRetainV2."
6093
+ },
6094
+ "additionalMetricsToRetainV2":{"shape":"AdditionalMetricsToRetainV2List"},
5937
6095
  "version":{"shape":"Version"},
5938
6096
  "creationDate":{"shape":"Timestamp"},
5939
6097
  "lastModifiedDate":{"shape":"Timestamp"}
@@ -6170,6 +6328,39 @@
6170
6328
  "max":128,
6171
6329
  "min":1
6172
6330
  },
6331
+ "DimensionArn":{"type":"string"},
6332
+ "DimensionName":{
6333
+ "type":"string",
6334
+ "max":128,
6335
+ "min":1,
6336
+ "pattern":"[a-zA-Z0-9:_-]+"
6337
+ },
6338
+ "DimensionNames":{
6339
+ "type":"list",
6340
+ "member":{"shape":"DimensionName"}
6341
+ },
6342
+ "DimensionStringValue":{
6343
+ "type":"string",
6344
+ "max":256,
6345
+ "min":1
6346
+ },
6347
+ "DimensionStringValues":{
6348
+ "type":"list",
6349
+ "member":{"shape":"DimensionStringValue"},
6350
+ "max":100,
6351
+ "min":1
6352
+ },
6353
+ "DimensionType":{
6354
+ "type":"string",
6355
+ "enum":["TOPIC_FILTER"]
6356
+ },
6357
+ "DimensionValueOperator":{
6358
+ "type":"string",
6359
+ "enum":[
6360
+ "IN",
6361
+ "NOT_IN"
6362
+ ]
6363
+ },
6173
6364
  "DisableAllLogs":{"type":"boolean"},
6174
6365
  "DisableTopicRuleRequest":{
6175
6366
  "type":"structure",
@@ -7534,6 +7725,28 @@
7534
7725
  "nextMarker":{"shape":"Marker"}
7535
7726
  }
7536
7727
  },
7728
+ "ListDimensionsRequest":{
7729
+ "type":"structure",
7730
+ "members":{
7731
+ "nextToken":{
7732
+ "shape":"NextToken",
7733
+ "location":"querystring",
7734
+ "locationName":"nextToken"
7735
+ },
7736
+ "maxResults":{
7737
+ "shape":"MaxResults",
7738
+ "location":"querystring",
7739
+ "locationName":"maxResults"
7740
+ }
7741
+ }
7742
+ },
7743
+ "ListDimensionsResponse":{
7744
+ "type":"structure",
7745
+ "members":{
7746
+ "dimensionNames":{"shape":"DimensionNames"},
7747
+ "nextToken":{"shape":"NextToken"}
7748
+ }
7749
+ },
7537
7750
  "ListDomainConfigurationsRequest":{
7538
7751
  "type":"structure",
7539
7752
  "members":{
@@ -8054,6 +8267,11 @@
8054
8267
  "shape":"MaxResults",
8055
8268
  "location":"querystring",
8056
8269
  "locationName":"maxResults"
8270
+ },
8271
+ "dimensionName":{
8272
+ "shape":"DimensionName",
8273
+ "location":"querystring",
8274
+ "locationName":"dimensionName"
8057
8275
  }
8058
8276
  }
8059
8277
  },
@@ -8656,6 +8874,22 @@
8656
8874
  "type":"string",
8657
8875
  "max":128
8658
8876
  },
8877
+ "MetricDimension":{
8878
+ "type":"structure",
8879
+ "required":["dimensionName"],
8880
+ "members":{
8881
+ "dimensionName":{"shape":"DimensionName"},
8882
+ "operator":{"shape":"DimensionValueOperator"}
8883
+ }
8884
+ },
8885
+ "MetricToRetain":{
8886
+ "type":"structure",
8887
+ "required":["metric"],
8888
+ "members":{
8889
+ "metric":{"shape":"BehaviorMetric"},
8890
+ "metricDimension":{"shape":"MetricDimension"}
8891
+ }
8892
+ },
8659
8893
  "MetricValue":{
8660
8894
  "type":"structure",
8661
8895
  "members":{
@@ -10688,6 +10922,32 @@
10688
10922
  "action":{"shape":"DeviceCertificateUpdateAction"}
10689
10923
  }
10690
10924
  },
10925
+ "UpdateDimensionRequest":{
10926
+ "type":"structure",
10927
+ "required":[
10928
+ "name",
10929
+ "stringValues"
10930
+ ],
10931
+ "members":{
10932
+ "name":{
10933
+ "shape":"DimensionName",
10934
+ "location":"uri",
10935
+ "locationName":"name"
10936
+ },
10937
+ "stringValues":{"shape":"DimensionStringValues"}
10938
+ }
10939
+ },
10940
+ "UpdateDimensionResponse":{
10941
+ "type":"structure",
10942
+ "members":{
10943
+ "name":{"shape":"DimensionName"},
10944
+ "arn":{"shape":"DimensionArn"},
10945
+ "type":{"shape":"DimensionType"},
10946
+ "stringValues":{"shape":"DimensionStringValues"},
10947
+ "creationDate":{"shape":"Timestamp"},
10948
+ "lastModifiedDate":{"shape":"Timestamp"}
10949
+ }
10950
+ },
10691
10951
  "UpdateDomainConfigurationRequest":{
10692
10952
  "type":"structure",
10693
10953
  "required":["domainConfigurationName"],
@@ -10866,7 +11126,12 @@
10866
11126
  "securityProfileDescription":{"shape":"SecurityProfileDescription"},
10867
11127
  "behaviors":{"shape":"Behaviors"},
10868
11128
  "alertTargets":{"shape":"AlertTargets"},
10869
- "additionalMetricsToRetain":{"shape":"AdditionalMetricsToRetainList"},
11129
+ "additionalMetricsToRetain":{
11130
+ "shape":"AdditionalMetricsToRetainList",
11131
+ "deprecated":true,
11132
+ "deprecatedMessage":"Use additionalMetricsToRetainV2."
11133
+ },
11134
+ "additionalMetricsToRetainV2":{"shape":"AdditionalMetricsToRetainV2List"},
10870
11135
  "deleteBehaviors":{"shape":"DeleteBehaviors"},
10871
11136
  "deleteAlertTargets":{"shape":"DeleteAlertTargets"},
10872
11137
  "deleteAdditionalMetricsToRetain":{"shape":"DeleteAdditionalMetricsToRetain"},
@@ -10885,7 +11150,12 @@
10885
11150
  "securityProfileDescription":{"shape":"SecurityProfileDescription"},
10886
11151
  "behaviors":{"shape":"Behaviors"},
10887
11152
  "alertTargets":{"shape":"AlertTargets"},
10888
- "additionalMetricsToRetain":{"shape":"AdditionalMetricsToRetainList"},
11153
+ "additionalMetricsToRetain":{
11154
+ "shape":"AdditionalMetricsToRetainList",
11155
+ "deprecated":true,
11156
+ "deprecatedMessage":"Use additionalMetricsToRetainV2."
11157
+ },
11158
+ "additionalMetricsToRetainV2":{"shape":"AdditionalMetricsToRetainV2List"},
10889
11159
  "version":{"shape":"Version"},
10890
11160
  "creationDate":{"shape":"Timestamp"},
10891
11161
  "lastModifiedDate":{"shape":"Timestamp"}
@@ -82,6 +82,40 @@
82
82
  }
83
83
  ]
84
84
  },
85
+ "AddFlowVpcInterfaces": {
86
+ "name": "AddFlowVpcInterfaces",
87
+ "http": {
88
+ "method": "POST",
89
+ "requestUri": "/v1/flows/{flowArn}/vpcInterfaces",
90
+ "responseCode": 201
91
+ },
92
+ "input": {
93
+ "shape": "AddFlowVpcInterfacesRequest"
94
+ },
95
+ "output": {
96
+ "shape": "AddFlowVpcInterfacesResponse"
97
+ },
98
+ "errors": [
99
+ {
100
+ "shape": "BadRequestException"
101
+ },
102
+ {
103
+ "shape": "InternalServerErrorException"
104
+ },
105
+ {
106
+ "shape": "ForbiddenException"
107
+ },
108
+ {
109
+ "shape": "NotFoundException"
110
+ },
111
+ {
112
+ "shape": "ServiceUnavailableException"
113
+ },
114
+ {
115
+ "shape": "TooManyRequestsException"
116
+ }
117
+ ]
118
+ },
85
119
  "CreateFlow": {
86
120
  "name": "CreateFlow",
87
121
  "http": {
@@ -370,6 +404,40 @@
370
404
  }
371
405
  ]
372
406
  },
407
+ "RemoveFlowVpcInterface": {
408
+ "name": "RemoveFlowVpcInterface",
409
+ "http": {
410
+ "method": "DELETE",
411
+ "requestUri": "/v1/flows/{flowArn}/vpcInterfaces/{vpcInterfaceName}",
412
+ "responseCode": 200
413
+ },
414
+ "input": {
415
+ "shape": "RemoveFlowVpcInterfaceRequest"
416
+ },
417
+ "output": {
418
+ "shape": "RemoveFlowVpcInterfaceResponse"
419
+ },
420
+ "errors": [
421
+ {
422
+ "shape": "BadRequestException"
423
+ },
424
+ {
425
+ "shape": "InternalServerErrorException"
426
+ },
427
+ {
428
+ "shape": "ForbiddenException"
429
+ },
430
+ {
431
+ "shape": "NotFoundException"
432
+ },
433
+ {
434
+ "shape": "ServiceUnavailableException"
435
+ },
436
+ {
437
+ "shape": "TooManyRequestsException"
438
+ }
439
+ ]
440
+ },
373
441
  "RevokeFlowEntitlement": {
374
442
  "name": "RevokeFlowEntitlement",
375
443
  "http": {
@@ -732,6 +800,37 @@
732
800
  }
733
801
  }
734
802
  },
803
+ "AddFlowVpcInterfacesRequest": {
804
+ "type": "structure",
805
+ "members": {
806
+ "FlowArn": {
807
+ "shape": "__string",
808
+ "location": "uri",
809
+ "locationName": "flowArn"
810
+ },
811
+ "VpcInterfaces": {
812
+ "shape": "__listOfVpcInterfaceRequest",
813
+ "locationName": "vpcInterfaces"
814
+ }
815
+ },
816
+ "required": [
817
+ "FlowArn",
818
+ "VpcInterfaces"
819
+ ]
820
+ },
821
+ "AddFlowVpcInterfacesResponse": {
822
+ "type": "structure",
823
+ "members": {
824
+ "FlowArn": {
825
+ "shape": "__string",
826
+ "locationName": "flowArn"
827
+ },
828
+ "VpcInterfaces": {
829
+ "shape": "__listOfVpcInterface",
830
+ "locationName": "vpcInterfaces"
831
+ }
832
+ }
833
+ },
735
834
  "AddOutputRequest": {
736
835
  "type": "structure",
737
836
  "members": {
@@ -854,6 +953,10 @@
854
953
  "Sources": {
855
954
  "shape": "__listOfSetSourceRequest",
856
955
  "locationName": "sources"
956
+ },
957
+ "VpcInterfaces": {
958
+ "shape": "__listOfVpcInterfaceRequest",
959
+ "locationName": "vpcInterfaces"
857
960
  }
858
961
  },
859
962
  "required": [
@@ -1059,6 +1162,10 @@
1059
1162
  "Status": {
1060
1163
  "shape": "Status",
1061
1164
  "locationName": "status"
1165
+ },
1166
+ "VpcInterfaces": {
1167
+ "shape": "__listOfVpcInterface",
1168
+ "locationName": "vpcInterfaces"
1062
1169
  }
1063
1170
  },
1064
1171
  "required": [
@@ -1477,6 +1584,42 @@
1477
1584
  }
1478
1585
  }
1479
1586
  },
1587
+ "RemoveFlowVpcInterfaceRequest": {
1588
+ "type": "structure",
1589
+ "members": {
1590
+ "FlowArn": {
1591
+ "shape": "__string",
1592
+ "location": "uri",
1593
+ "locationName": "flowArn"
1594
+ },
1595
+ "VpcInterfaceName": {
1596
+ "shape": "__string",
1597
+ "location": "uri",
1598
+ "locationName": "vpcInterfaceName"
1599
+ }
1600
+ },
1601
+ "required": [
1602
+ "FlowArn",
1603
+ "VpcInterfaceName"
1604
+ ]
1605
+ },
1606
+ "RemoveFlowVpcInterfaceResponse": {
1607
+ "type": "structure",
1608
+ "members": {
1609
+ "FlowArn": {
1610
+ "shape": "__string",
1611
+ "locationName": "flowArn"
1612
+ },
1613
+ "NonDeletedNetworkInterfaceIds": {
1614
+ "shape": "__listOf__string",
1615
+ "locationName": "nonDeletedNetworkInterfaceIds"
1616
+ },
1617
+ "VpcInterfaceName": {
1618
+ "shape": "__string",
1619
+ "locationName": "vpcInterfaceName"
1620
+ }
1621
+ }
1622
+ },
1480
1623
  "ResponseError": {
1481
1624
  "type": "structure",
1482
1625
  "members": {
@@ -1576,6 +1719,10 @@
1576
1719
  "shape": "__string",
1577
1720
  "locationName": "streamId"
1578
1721
  },
1722
+ "VpcInterfaceName": {
1723
+ "shape": "__string",
1724
+ "locationName": "vpcInterfaceName"
1725
+ },
1579
1726
  "WhitelistCidr": {
1580
1727
  "shape": "__string",
1581
1728
  "locationName": "whitelistCidr"
@@ -1621,6 +1768,10 @@
1621
1768
  "shape": "Transport",
1622
1769
  "locationName": "transport"
1623
1770
  },
1771
+ "VpcInterfaceName": {
1772
+ "shape": "__string",
1773
+ "locationName": "vpcInterfaceName"
1774
+ },
1624
1775
  "WhitelistCidr": {
1625
1776
  "shape": "__string",
1626
1777
  "locationName": "whitelistCidr"
@@ -2039,6 +2190,10 @@
2039
2190
  "shape": "__string",
2040
2191
  "locationName": "streamId"
2041
2192
  },
2193
+ "VpcInterfaceName": {
2194
+ "shape": "__string",
2195
+ "locationName": "vpcInterfaceName"
2196
+ },
2042
2197
  "WhitelistCidr": {
2043
2198
  "shape": "__string",
2044
2199
  "locationName": "whitelistCidr"
@@ -2062,6 +2217,65 @@
2062
2217
  }
2063
2218
  }
2064
2219
  },
2220
+ "VpcInterface": {
2221
+ "type": "structure",
2222
+ "members": {
2223
+ "Name": {
2224
+ "shape": "__string",
2225
+ "locationName": "name"
2226
+ },
2227
+ "NetworkInterfaceIds": {
2228
+ "shape": "__listOf__string",
2229
+ "locationName": "networkInterfaceIds"
2230
+ },
2231
+ "RoleArn": {
2232
+ "shape": "__string",
2233
+ "locationName": "roleArn"
2234
+ },
2235
+ "SecurityGroupIds": {
2236
+ "shape": "__listOf__string",
2237
+ "locationName": "securityGroupIds"
2238
+ },
2239
+ "SubnetId": {
2240
+ "shape": "__string",
2241
+ "locationName": "subnetId"
2242
+ }
2243
+ },
2244
+ "required": [
2245
+ "NetworkInterfaceIds",
2246
+ "SubnetId",
2247
+ "SecurityGroupIds",
2248
+ "RoleArn",
2249
+ "Name"
2250
+ ]
2251
+ },
2252
+ "VpcInterfaceRequest": {
2253
+ "type": "structure",
2254
+ "members": {
2255
+ "Name": {
2256
+ "shape": "__string",
2257
+ "locationName": "name"
2258
+ },
2259
+ "RoleArn": {
2260
+ "shape": "__string",
2261
+ "locationName": "roleArn"
2262
+ },
2263
+ "SecurityGroupIds": {
2264
+ "shape": "__listOf__string",
2265
+ "locationName": "securityGroupIds"
2266
+ },
2267
+ "SubnetId": {
2268
+ "shape": "__string",
2269
+ "locationName": "subnetId"
2270
+ }
2271
+ },
2272
+ "required": [
2273
+ "SubnetId",
2274
+ "SecurityGroupIds",
2275
+ "RoleArn",
2276
+ "Name"
2277
+ ]
2278
+ },
2065
2279
  "__boolean": {
2066
2280
  "type": "boolean"
2067
2281
  },
@@ -2119,6 +2333,18 @@
2119
2333
  "shape": "Source"
2120
2334
  }
2121
2335
  },
2336
+ "__listOfVpcInterface": {
2337
+ "type": "list",
2338
+ "member": {
2339
+ "shape": "VpcInterface"
2340
+ }
2341
+ },
2342
+ "__listOfVpcInterfaceRequest": {
2343
+ "type": "list",
2344
+ "member": {
2345
+ "shape": "VpcInterfaceRequest"
2346
+ }
2347
+ },
2122
2348
  "__listOf__integer": {
2123
2349
  "type": "list",
2124
2350
  "member": {
@@ -2155,4 +2381,4 @@
2155
2381
  "timestampFormat": "unixTimestamp"
2156
2382
  }
2157
2383
  }
2158
- }
2384
+ }
@@ -5929,7 +5929,19 @@
5929
5929
  "codebuild" : {
5930
5930
  "endpoints" : {
5931
5931
  "us-gov-east-1" : { },
5932
- "us-gov-west-1" : { }
5932
+ "us-gov-east-1-fips" : {
5933
+ "credentialScope" : {
5934
+ "region" : "us-gov-east-1"
5935
+ },
5936
+ "hostname" : "codebuild-fips.us-gov-east-1.amazonaws.com"
5937
+ },
5938
+ "us-gov-west-1" : { },
5939
+ "us-gov-west-1-fips" : {
5940
+ "credentialScope" : {
5941
+ "region" : "us-gov-west-1"
5942
+ },
5943
+ "hostname" : "codebuild-fips.us-gov-west-1.amazonaws.com"
5944
+ }
5933
5945
  }
5934
5946
  },
5935
5947
  "codecommit" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.480'
2
+ VERSION = '2.11.481'
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.480
4
+ version: 2.11.481
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-03-31 00:00:00.000000000 Z
11
+ date: 2020-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath