aws-sdk-core 2.11.614 → 2.11.619

Sign up to get free protection for your applications and to get access to all the features.
@@ -955,6 +955,7 @@
955
955
  "members":{
956
956
  "Name":{"shape":"TargetGroupName"},
957
957
  "Protocol":{"shape":"ProtocolEnum"},
958
+ "ProtocolVersion":{"shape":"ProtocolVersion"},
958
959
  "Port":{"shape":"Port"},
959
960
  "VpcId":{"shape":"VpcId"},
960
961
  "HealthCheckProtocol":{"shape":"ProtocolEnum"},
@@ -1286,6 +1287,7 @@
1286
1287
  "TargetGroupStickinessConfig":{"shape":"TargetGroupStickinessConfig"}
1287
1288
  }
1288
1289
  },
1290
+ "GrpcCode":{"type":"string"},
1289
1291
  "HealthCheckEnabled":{"type":"boolean"},
1290
1292
  "HealthCheckIntervalSeconds":{
1291
1293
  "type":"integer",
@@ -1577,9 +1579,9 @@
1577
1579
  "Marker":{"type":"string"},
1578
1580
  "Matcher":{
1579
1581
  "type":"structure",
1580
- "required":["HttpCode"],
1581
1582
  "members":{
1582
- "HttpCode":{"shape":"HttpCode"}
1583
+ "HttpCode":{"shape":"HttpCode"},
1584
+ "GrpcCode":{"shape":"GrpcCode"}
1583
1585
  }
1584
1586
  },
1585
1587
  "Max":{"type":"string"},
@@ -1730,6 +1732,7 @@
1730
1732
  "TCP_UDP"
1731
1733
  ]
1732
1734
  },
1735
+ "ProtocolVersion":{"type":"string"},
1733
1736
  "QueryStringConditionConfig":{
1734
1737
  "type":"structure",
1735
1738
  "members":{
@@ -2121,7 +2124,8 @@
2121
2124
  "HealthCheckPath":{"shape":"Path"},
2122
2125
  "Matcher":{"shape":"Matcher"},
2123
2126
  "LoadBalancerArns":{"shape":"LoadBalancerArns"},
2124
- "TargetType":{"shape":"TargetTypeEnum"}
2127
+ "TargetType":{"shape":"TargetTypeEnum"},
2128
+ "ProtocolVersion":{"shape":"ProtocolVersion"}
2125
2129
  }
2126
2130
  },
2127
2131
  "TargetGroupArn":{"type":"string"},
@@ -3213,7 +3213,8 @@
3213
3213
  "NumberOfWorkers":{"shape":"NullableInteger"},
3214
3214
  "Timeout":{"shape":"Timeout"},
3215
3215
  "MaxRetries":{"shape":"NullableInteger"},
3216
- "Tags":{"shape":"TagsMap"}
3216
+ "Tags":{"shape":"TagsMap"},
3217
+ "TransformEncryption":{"shape":"TransformEncryption"}
3217
3218
  }
3218
3219
  },
3219
3220
  "CreateMLTransformResponse":{
@@ -4397,7 +4398,8 @@
4397
4398
  "WorkerType":{"shape":"WorkerType"},
4398
4399
  "NumberOfWorkers":{"shape":"NullableInteger"},
4399
4400
  "Timeout":{"shape":"Timeout"},
4400
- "MaxRetries":{"shape":"NullableInteger"}
4401
+ "MaxRetries":{"shape":"NullableInteger"},
4402
+ "TransformEncryption":{"shape":"TransformEncryption"}
4401
4403
  }
4402
4404
  },
4403
4405
  "GetMLTransformsRequest":{
@@ -5348,7 +5350,8 @@
5348
5350
  "WorkerType":{"shape":"WorkerType"},
5349
5351
  "NumberOfWorkers":{"shape":"NullableInteger"},
5350
5352
  "Timeout":{"shape":"Timeout"},
5351
- "MaxRetries":{"shape":"NullableInteger"}
5353
+ "MaxRetries":{"shape":"NullableInteger"},
5354
+ "TransformEncryption":{"shape":"TransformEncryption"}
5352
5355
  }
5353
5356
  },
5354
5357
  "MLTransformNotReadyException":{
@@ -5358,6 +5361,21 @@
5358
5361
  },
5359
5362
  "exception":true
5360
5363
  },
5364
+ "MLUserDataEncryption":{
5365
+ "type":"structure",
5366
+ "required":["MlUserDataEncryptionMode"],
5367
+ "members":{
5368
+ "MlUserDataEncryptionMode":{"shape":"MLUserDataEncryptionModeString"},
5369
+ "KmsKeyId":{"shape":"NameString"}
5370
+ }
5371
+ },
5372
+ "MLUserDataEncryptionModeString":{
5373
+ "type":"string",
5374
+ "enum":[
5375
+ "DISABLED",
5376
+ "SSE-KMS"
5377
+ ]
5378
+ },
5361
5379
  "MapValue":{
5362
5380
  "type":"map",
5363
5381
  "key":{"shape":"GenericString"},
@@ -6494,6 +6512,13 @@
6494
6512
  "max":10,
6495
6513
  "min":1
6496
6514
  },
6515
+ "TransformEncryption":{
6516
+ "type":"structure",
6517
+ "members":{
6518
+ "MlUserDataEncryption":{"shape":"MLUserDataEncryption"},
6519
+ "TaskRunSecurityConfigurationName":{"shape":"NameString"}
6520
+ }
6521
+ },
6497
6522
  "TransformFilterCriteria":{
6498
6523
  "type":"structure",
6499
6524
  "members":{
@@ -791,7 +791,7 @@
791
791
  "AccountList":{
792
792
  "type":"list",
793
793
  "member":{"shape":"AccountId"},
794
- "max":50,
794
+ "max":1536,
795
795
  "min":1
796
796
  },
797
797
  "Ami":{
@@ -1899,7 +1899,7 @@
1899
1899
  "shape":"RestrictedInteger",
1900
1900
  "box":true
1901
1901
  },
1902
- "nextToken":{"shape":"NonEmptyString"}
1902
+ "nextToken":{"shape":"PaginationToken"}
1903
1903
  }
1904
1904
  },
1905
1905
  "ListComponentBuildVersionsResponse":{
@@ -1907,7 +1907,7 @@
1907
1907
  "members":{
1908
1908
  "requestId":{"shape":"NonEmptyString"},
1909
1909
  "componentSummaryList":{"shape":"ComponentSummaryList"},
1910
- "nextToken":{"shape":"NonEmptyString"}
1910
+ "nextToken":{"shape":"PaginationToken"}
1911
1911
  }
1912
1912
  },
1913
1913
  "ListComponentsRequest":{
@@ -1919,7 +1919,7 @@
1919
1919
  "shape":"RestrictedInteger",
1920
1920
  "box":true
1921
1921
  },
1922
- "nextToken":{"shape":"NonEmptyString"}
1922
+ "nextToken":{"shape":"PaginationToken"}
1923
1923
  }
1924
1924
  },
1925
1925
  "ListComponentsResponse":{
@@ -1927,7 +1927,7 @@
1927
1927
  "members":{
1928
1928
  "requestId":{"shape":"NonEmptyString"},
1929
1929
  "componentVersionList":{"shape":"ComponentVersionList"},
1930
- "nextToken":{"shape":"NonEmptyString"}
1930
+ "nextToken":{"shape":"PaginationToken"}
1931
1931
  }
1932
1932
  },
1933
1933
  "ListDistributionConfigurationsRequest":{
@@ -1938,7 +1938,7 @@
1938
1938
  "shape":"RestrictedInteger",
1939
1939
  "box":true
1940
1940
  },
1941
- "nextToken":{"shape":"NonEmptyString"}
1941
+ "nextToken":{"shape":"PaginationToken"}
1942
1942
  }
1943
1943
  },
1944
1944
  "ListDistributionConfigurationsResponse":{
@@ -1946,7 +1946,7 @@
1946
1946
  "members":{
1947
1947
  "requestId":{"shape":"NonEmptyString"},
1948
1948
  "distributionConfigurationSummaryList":{"shape":"DistributionConfigurationSummaryList"},
1949
- "nextToken":{"shape":"NonEmptyString"}
1949
+ "nextToken":{"shape":"PaginationToken"}
1950
1950
  }
1951
1951
  },
1952
1952
  "ListImageBuildVersionsRequest":{
@@ -1959,7 +1959,7 @@
1959
1959
  "shape":"RestrictedInteger",
1960
1960
  "box":true
1961
1961
  },
1962
- "nextToken":{"shape":"NonEmptyString"}
1962
+ "nextToken":{"shape":"PaginationToken"}
1963
1963
  }
1964
1964
  },
1965
1965
  "ListImageBuildVersionsResponse":{
@@ -1967,7 +1967,7 @@
1967
1967
  "members":{
1968
1968
  "requestId":{"shape":"NonEmptyString"},
1969
1969
  "imageSummaryList":{"shape":"ImageSummaryList"},
1970
- "nextToken":{"shape":"NonEmptyString"}
1970
+ "nextToken":{"shape":"PaginationToken"}
1971
1971
  }
1972
1972
  },
1973
1973
  "ListImagePipelineImagesRequest":{
@@ -1980,7 +1980,7 @@
1980
1980
  "shape":"RestrictedInteger",
1981
1981
  "box":true
1982
1982
  },
1983
- "nextToken":{"shape":"NonEmptyString"}
1983
+ "nextToken":{"shape":"PaginationToken"}
1984
1984
  }
1985
1985
  },
1986
1986
  "ListImagePipelineImagesResponse":{
@@ -1988,7 +1988,7 @@
1988
1988
  "members":{
1989
1989
  "requestId":{"shape":"NonEmptyString"},
1990
1990
  "imageSummaryList":{"shape":"ImageSummaryList"},
1991
- "nextToken":{"shape":"NonEmptyString"}
1991
+ "nextToken":{"shape":"PaginationToken"}
1992
1992
  }
1993
1993
  },
1994
1994
  "ListImagePipelinesRequest":{
@@ -1999,7 +1999,7 @@
1999
1999
  "shape":"RestrictedInteger",
2000
2000
  "box":true
2001
2001
  },
2002
- "nextToken":{"shape":"NonEmptyString"}
2002
+ "nextToken":{"shape":"PaginationToken"}
2003
2003
  }
2004
2004
  },
2005
2005
  "ListImagePipelinesResponse":{
@@ -2007,7 +2007,7 @@
2007
2007
  "members":{
2008
2008
  "requestId":{"shape":"NonEmptyString"},
2009
2009
  "imagePipelineList":{"shape":"ImagePipelineList"},
2010
- "nextToken":{"shape":"NonEmptyString"}
2010
+ "nextToken":{"shape":"PaginationToken"}
2011
2011
  }
2012
2012
  },
2013
2013
  "ListImageRecipesRequest":{
@@ -2019,7 +2019,7 @@
2019
2019
  "shape":"RestrictedInteger",
2020
2020
  "box":true
2021
2021
  },
2022
- "nextToken":{"shape":"NonEmptyString"}
2022
+ "nextToken":{"shape":"PaginationToken"}
2023
2023
  }
2024
2024
  },
2025
2025
  "ListImageRecipesResponse":{
@@ -2027,7 +2027,7 @@
2027
2027
  "members":{
2028
2028
  "requestId":{"shape":"NonEmptyString"},
2029
2029
  "imageRecipeSummaryList":{"shape":"ImageRecipeSummaryList"},
2030
- "nextToken":{"shape":"NonEmptyString"}
2030
+ "nextToken":{"shape":"PaginationToken"}
2031
2031
  }
2032
2032
  },
2033
2033
  "ListImagesRequest":{
@@ -2039,7 +2039,7 @@
2039
2039
  "shape":"RestrictedInteger",
2040
2040
  "box":true
2041
2041
  },
2042
- "nextToken":{"shape":"NonEmptyString"}
2042
+ "nextToken":{"shape":"PaginationToken"}
2043
2043
  }
2044
2044
  },
2045
2045
  "ListImagesResponse":{
@@ -2047,7 +2047,7 @@
2047
2047
  "members":{
2048
2048
  "requestId":{"shape":"NonEmptyString"},
2049
2049
  "imageVersionList":{"shape":"ImageVersionList"},
2050
- "nextToken":{"shape":"NonEmptyString"}
2050
+ "nextToken":{"shape":"PaginationToken"}
2051
2051
  }
2052
2052
  },
2053
2053
  "ListInfrastructureConfigurationsRequest":{
@@ -2058,7 +2058,7 @@
2058
2058
  "shape":"RestrictedInteger",
2059
2059
  "box":true
2060
2060
  },
2061
- "nextToken":{"shape":"NonEmptyString"}
2061
+ "nextToken":{"shape":"PaginationToken"}
2062
2062
  }
2063
2063
  },
2064
2064
  "ListInfrastructureConfigurationsResponse":{
@@ -2066,7 +2066,7 @@
2066
2066
  "members":{
2067
2067
  "requestId":{"shape":"NonEmptyString"},
2068
2068
  "infrastructureConfigurationSummaryList":{"shape":"InfrastructureConfigurationSummaryList"},
2069
- "nextToken":{"shape":"NonEmptyString"}
2069
+ "nextToken":{"shape":"PaginationToken"}
2070
2070
  }
2071
2071
  },
2072
2072
  "ListTagsForResourceRequest":{
@@ -2122,6 +2122,11 @@
2122
2122
  "Amazon"
2123
2123
  ]
2124
2124
  },
2125
+ "PaginationToken":{
2126
+ "type":"string",
2127
+ "max":65535,
2128
+ "min":1
2129
+ },
2125
2130
  "PipelineExecutionStartCondition":{
2126
2131
  "type":"string",
2127
2132
  "enum":[
@@ -3684,7 +3684,12 @@
3684
3684
  "location":"uri",
3685
3685
  "locationName":"jobId"
3686
3686
  },
3687
- "comment":{"shape":"Comment"}
3687
+ "comment":{"shape":"Comment"},
3688
+ "namespaceId":{
3689
+ "shape":"NamespaceId",
3690
+ "location":"querystring",
3691
+ "locationName":"namespaceId"
3692
+ }
3688
3693
  }
3689
3694
  },
3690
3695
  "AssociateTargetsWithJobResponse":{
@@ -4924,7 +4929,8 @@
4924
4929
  "jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
4925
4930
  "abortConfig":{"shape":"AbortConfig"},
4926
4931
  "timeoutConfig":{"shape":"TimeoutConfig"},
4927
- "tags":{"shape":"TagList"}
4932
+ "tags":{"shape":"TagList"},
4933
+ "namespaceId":{"shape":"NamespaceId"}
4928
4934
  }
4929
4935
  },
4930
4936
  "CreateJobResponse":{
@@ -5578,6 +5584,11 @@
5578
5584
  "shape":"ForceFlag",
5579
5585
  "location":"querystring",
5580
5586
  "locationName":"force"
5587
+ },
5588
+ "namespaceId":{
5589
+ "shape":"NamespaceId",
5590
+ "location":"querystring",
5591
+ "locationName":"namespaceId"
5581
5592
  }
5582
5593
  }
5583
5594
  },
@@ -5594,6 +5605,11 @@
5594
5605
  "shape":"ForceFlag",
5595
5606
  "location":"querystring",
5596
5607
  "locationName":"force"
5608
+ },
5609
+ "namespaceId":{
5610
+ "shape":"NamespaceId",
5611
+ "location":"querystring",
5612
+ "locationName":"namespaceId"
5597
5613
  }
5598
5614
  }
5599
5615
  },
@@ -6609,9 +6625,8 @@
6609
6625
  },
6610
6626
  "DetailsValue":{
6611
6627
  "type":"string",
6612
- "max":1024,
6613
6628
  "min":1,
6614
- "pattern":"[^\\p{C}]*+"
6629
+ "pattern":"[^\\p{C}]+"
6615
6630
  },
6616
6631
  "DeviceCertificateUpdateAction":{
6617
6632
  "type":"string",
@@ -7448,7 +7463,8 @@
7448
7463
  "lastUpdatedAt":{"shape":"DateType"},
7449
7464
  "completedAt":{"shape":"DateType"},
7450
7465
  "jobProcessDetails":{"shape":"JobProcessDetails"},
7451
- "timeoutConfig":{"shape":"TimeoutConfig"}
7466
+ "timeoutConfig":{"shape":"TimeoutConfig"},
7467
+ "namespaceId":{"shape":"NamespaceId"}
7452
7468
  }
7453
7469
  },
7454
7470
  "JobArn":{"type":"string"},
@@ -8156,6 +8172,11 @@
8156
8172
  "location":"querystring",
8157
8173
  "locationName":"status"
8158
8174
  },
8175
+ "namespaceId":{
8176
+ "shape":"NamespaceId",
8177
+ "location":"querystring",
8178
+ "locationName":"namespaceId"
8179
+ },
8159
8180
  "maxResults":{
8160
8181
  "shape":"LaserMaxResults",
8161
8182
  "location":"querystring",
@@ -8207,6 +8228,11 @@
8207
8228
  "shape":"ThingGroupId",
8208
8229
  "location":"querystring",
8209
8230
  "locationName":"thingGroupId"
8231
+ },
8232
+ "namespaceId":{
8233
+ "shape":"NamespaceId",
8234
+ "location":"querystring",
8235
+ "locationName":"namespaceId"
8210
8236
  }
8211
8237
  }
8212
8238
  },
@@ -9307,6 +9333,12 @@
9307
9333
  "max":65535,
9308
9334
  "min":1
9309
9335
  },
9336
+ "NamespaceId":{
9337
+ "type":"string",
9338
+ "max":64,
9339
+ "min":1,
9340
+ "pattern":"[a-zA-Z0-9_-]+"
9341
+ },
9310
9342
  "NextToken":{"type":"string"},
9311
9343
  "NonCompliantChecksCount":{"type":"integer"},
9312
9344
  "NonCompliantResource":{
@@ -11464,7 +11496,12 @@
11464
11496
  "presignedUrlConfig":{"shape":"PresignedUrlConfig"},
11465
11497
  "jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
11466
11498
  "abortConfig":{"shape":"AbortConfig"},
11467
- "timeoutConfig":{"shape":"TimeoutConfig"}
11499
+ "timeoutConfig":{"shape":"TimeoutConfig"},
11500
+ "namespaceId":{
11501
+ "shape":"NamespaceId",
11502
+ "location":"querystring",
11503
+ "locationName":"namespaceId"
11504
+ }
11468
11505
  }
11469
11506
  },
11470
11507
  "UpdateMitigationActionRequest":{
@@ -2677,6 +2677,10 @@
2677
2677
  "shape": "__listOf__string",
2678
2678
  "locationName": "eq"
2679
2679
  },
2680
+ "eqExactMatch": {
2681
+ "shape": "__listOf__string",
2682
+ "locationName": "eqExactMatch"
2683
+ },
2680
2684
  "gt": {
2681
2685
  "shape": "__long",
2682
2686
  "locationName": "gt"
@@ -2644,6 +2644,14 @@
2644
2644
  "AutomaticInputFailoverSettings": {
2645
2645
  "type": "structure",
2646
2646
  "members": {
2647
+ "ErrorClearTimeMsec": {
2648
+ "shape": "__integerMin1",
2649
+ "locationName": "errorClearTimeMsec"
2650
+ },
2651
+ "FailoverConditions": {
2652
+ "shape": "__listOfFailoverCondition",
2653
+ "locationName": "failoverConditions"
2654
+ },
2647
2655
  "InputPreference": {
2648
2656
  "shape": "InputPreference",
2649
2657
  "locationName": "inputPreference"
@@ -5514,6 +5522,24 @@
5514
5522
  "TimecodeConfig"
5515
5523
  ]
5516
5524
  },
5525
+ "FailoverCondition": {
5526
+ "type": "structure",
5527
+ "members": {
5528
+ "FailoverConditionSettings": {
5529
+ "shape": "FailoverConditionSettings",
5530
+ "locationName": "failoverConditionSettings"
5531
+ }
5532
+ }
5533
+ },
5534
+ "FailoverConditionSettings": {
5535
+ "type": "structure",
5536
+ "members": {
5537
+ "InputLossSettings": {
5538
+ "shape": "InputLossFailoverSettings",
5539
+ "locationName": "inputLossSettings"
5540
+ }
5541
+ }
5542
+ },
5517
5543
  "FeatureActivations": {
5518
5544
  "type": "structure",
5519
5545
  "members": {
@@ -6528,6 +6554,13 @@
6528
6554
  "SUBDIRECTORY_PER_STREAM"
6529
6555
  ]
6530
6556
  },
6557
+ "HlsDiscontinuityTags": {
6558
+ "type": "string",
6559
+ "enum": [
6560
+ "INSERT",
6561
+ "NEVER_INSERT"
6562
+ ]
6563
+ },
6531
6564
  "HlsEncryptionType": {
6532
6565
  "type": "string",
6533
6566
  "enum": [
@@ -6586,6 +6619,10 @@
6586
6619
  "shape": "HlsDirectoryStructure",
6587
6620
  "locationName": "directoryStructure"
6588
6621
  },
6622
+ "DiscontinuityTags": {
6623
+ "shape": "HlsDiscontinuityTags",
6624
+ "locationName": "discontinuityTags"
6625
+ },
6589
6626
  "EncryptionType": {
6590
6627
  "shape": "HlsEncryptionType",
6591
6628
  "locationName": "encryptionType"
@@ -6602,6 +6639,10 @@
6602
6639
  "shape": "IFrameOnlyPlaylistType",
6603
6640
  "locationName": "iFrameOnlyPlaylists"
6604
6641
  },
6642
+ "IncompleteSegmentBehavior": {
6643
+ "shape": "HlsIncompleteSegmentBehavior",
6644
+ "locationName": "incompleteSegmentBehavior"
6645
+ },
6605
6646
  "IndexNSegments": {
6606
6647
  "shape": "__integerMin3",
6607
6648
  "locationName": "indexNSegments"
@@ -6729,6 +6770,13 @@
6729
6770
  "ENABLED"
6730
6771
  ]
6731
6772
  },
6773
+ "HlsIncompleteSegmentBehavior": {
6774
+ "type": "string",
6775
+ "enum": [
6776
+ "AUTO",
6777
+ "SUPPRESS"
6778
+ ]
6779
+ },
6732
6780
  "HlsInputSettings": {
6733
6781
  "type": "structure",
6734
6782
  "members": {
@@ -7493,6 +7541,15 @@
7493
7541
  }
7494
7542
  }
7495
7543
  },
7544
+ "InputLossFailoverSettings": {
7545
+ "type": "structure",
7546
+ "members": {
7547
+ "InputLossThresholdMsec": {
7548
+ "shape": "__integerMin100",
7549
+ "locationName": "inputLossThresholdMsec"
7550
+ }
7551
+ }
7552
+ },
7496
7553
  "InputLossImageType": {
7497
7554
  "type": "string",
7498
7555
  "enum": [
@@ -12155,6 +12212,10 @@
12155
12212
  "type": "integer",
12156
12213
  "min": 1
12157
12214
  },
12215
+ "__integerMin100": {
12216
+ "type": "integer",
12217
+ "min": 100
12218
+ },
12158
12219
  "__integerMin1000": {
12159
12220
  "type": "integer",
12160
12221
  "min": 1000
@@ -12363,6 +12424,12 @@
12363
12424
  "shape": "ChannelSummary"
12364
12425
  }
12365
12426
  },
12427
+ "__listOfFailoverCondition": {
12428
+ "type": "list",
12429
+ "member": {
12430
+ "shape": "FailoverCondition"
12431
+ }
12432
+ },
12366
12433
  "__listOfHlsAdMarkers": {
12367
12434
  "type": "list",
12368
12435
  "member": {