aws-sdk-core 2.11.605 → 2.11.610

Sign up to get free protection for your applications and to get access to all the features.
@@ -918,7 +918,8 @@
918
918
  "OracleSettings":{"shape":"OracleSettings"},
919
919
  "SybaseSettings":{"shape":"SybaseSettings"},
920
920
  "MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
921
- "IBMDb2Settings":{"shape":"IBMDb2Settings"}
921
+ "IBMDb2Settings":{"shape":"IBMDb2Settings"},
922
+ "ResourceIdentifier":{"shape":"String"}
922
923
  }
923
924
  },
924
925
  "CreateEndpointResponse":{
@@ -969,7 +970,8 @@
969
970
  "Tags":{"shape":"TagList"},
970
971
  "KmsKeyId":{"shape":"String"},
971
972
  "PubliclyAccessible":{"shape":"BooleanOptional"},
972
- "DnsNameServers":{"shape":"String"}
973
+ "DnsNameServers":{"shape":"String"},
974
+ "ResourceIdentifier":{"shape":"String"}
973
975
  }
974
976
  },
975
977
  "CreateReplicationInstanceResponse":{
@@ -1020,7 +1022,8 @@
1020
1022
  "CdcStartPosition":{"shape":"String"},
1021
1023
  "CdcStopPosition":{"shape":"String"},
1022
1024
  "Tags":{"shape":"TagList"},
1023
- "TaskData":{"shape":"String"}
1025
+ "TaskData":{"shape":"String"},
1026
+ "ResourceIdentifier":{"shape":"String"}
1024
1027
  }
1025
1028
  },
1026
1029
  "CreateReplicationTaskResponse":{
@@ -2138,11 +2141,14 @@
2138
2141
  "AfterConnectScript":{"shape":"String"},
2139
2142
  "BucketFolder":{"shape":"String"},
2140
2143
  "BucketName":{"shape":"String"},
2144
+ "CaseSensitiveNames":{"shape":"BooleanOptional"},
2145
+ "CompUpdate":{"shape":"BooleanOptional"},
2141
2146
  "ConnectionTimeout":{"shape":"IntegerOptional"},
2142
2147
  "DatabaseName":{"shape":"String"},
2143
2148
  "DateFormat":{"shape":"String"},
2144
2149
  "EmptyAsNull":{"shape":"BooleanOptional"},
2145
2150
  "EncryptionMode":{"shape":"EncryptionModeValue"},
2151
+ "ExplicitIds":{"shape":"BooleanOptional"},
2146
2152
  "FileTransferUploadStreams":{"shape":"IntegerOptional"},
2147
2153
  "LoadTimeout":{"shape":"IntegerOptional"},
2148
2154
  "MaxFileSize":{"shape":"IntegerOptional"},
@@ -14611,6 +14611,14 @@
14611
14611
  "locationName":"item"
14612
14612
  }
14613
14613
  },
14614
+ "EphemeralNvmeSupport":{
14615
+ "type":"string",
14616
+ "enum":[
14617
+ "unsupported",
14618
+ "supported",
14619
+ "required"
14620
+ ]
14621
+ },
14614
14622
  "ErrorSet":{
14615
14623
  "type":"list",
14616
14624
  "member":{
@@ -18497,6 +18505,10 @@
18497
18505
  "Disks":{
18498
18506
  "shape":"DiskInfoList",
18499
18507
  "locationName":"disks"
18508
+ },
18509
+ "NvmeSupport":{
18510
+ "shape":"EphemeralNvmeSupport",
18511
+ "locationName":"nvmeSupport"
18500
18512
  }
18501
18513
  }
18502
18514
  },
@@ -1557,8 +1557,11 @@
1557
1557
  "EnvironmentStatus":{
1558
1558
  "type":"string",
1559
1559
  "enum":[
1560
+ "Aborting",
1560
1561
  "Launching",
1561
1562
  "Updating",
1563
+ "LinkingFrom",
1564
+ "LinkingTo",
1562
1565
  "Ready",
1563
1566
  "Terminating",
1564
1567
  "Terminated"
@@ -576,7 +576,8 @@
576
576
  "IdempotencyToken":{
577
577
  "shape":"IdempotencyToken",
578
578
  "idempotencyToken":true
579
- }
579
+ },
580
+ "PortOverrides":{"shape":"PortOverrides"}
580
581
  }
581
582
  },
582
583
  "CreateEndpointGroupResponse":{
@@ -735,7 +736,8 @@
735
736
  "HealthCheckProtocol":{"shape":"HealthCheckProtocol"},
736
737
  "HealthCheckPath":{"shape":"GenericString"},
737
738
  "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
738
- "ThresholdCount":{"shape":"ThresholdCount"}
739
+ "ThresholdCount":{"shape":"ThresholdCount"},
740
+ "PortOverrides":{"shape":"PortOverrides"}
739
741
  }
740
742
  },
741
743
  "EndpointGroupAlreadyExistsException":{
@@ -964,6 +966,19 @@
964
966
  "max":65535,
965
967
  "min":1
966
968
  },
969
+ "PortOverride":{
970
+ "type":"structure",
971
+ "members":{
972
+ "ListenerPort":{"shape":"PortNumber"},
973
+ "EndpointPort":{"shape":"PortNumber"}
974
+ }
975
+ },
976
+ "PortOverrides":{
977
+ "type":"list",
978
+ "member":{"shape":"PortOverride"},
979
+ "max":10,
980
+ "min":0
981
+ },
967
982
  "PortRange":{
968
983
  "type":"structure",
969
984
  "members":{
@@ -1123,7 +1138,8 @@
1123
1138
  "HealthCheckProtocol":{"shape":"HealthCheckProtocol"},
1124
1139
  "HealthCheckPath":{"shape":"GenericString"},
1125
1140
  "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
1126
- "ThresholdCount":{"shape":"ThresholdCount"}
1141
+ "ThresholdCount":{"shape":"ThresholdCount"},
1142
+ "PortOverrides":{"shape":"PortOverrides"}
1127
1143
  }
1128
1144
  },
1129
1145
  "UpdateEndpointGroupResponse":{
@@ -2908,6 +2908,7 @@
2908
2908
  "DatabaseName":{"shape":"DatabaseName"},
2909
2909
  "Description":{"shape":"DescriptionString"},
2910
2910
  "Classifiers":{"shape":"ClassifierNameList"},
2911
+ "RecrawlPolicy":{"shape":"RecrawlPolicy"},
2911
2912
  "SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
2912
2913
  "State":{"shape":"CrawlerState"},
2913
2914
  "TablePrefix":{"shape":"TablePrefix"},
@@ -3043,6 +3044,7 @@
3043
3044
  "Classifiers":{"shape":"ClassifierNameList"},
3044
3045
  "TablePrefix":{"shape":"TablePrefix"},
3045
3046
  "SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
3047
+ "RecrawlPolicy":{"shape":"RecrawlPolicy"},
3046
3048
  "Configuration":{"shape":"CrawlerConfiguration"},
3047
3049
  "CrawlerSecurityConfiguration":{"shape":"CrawlerSecurityConfiguration"},
3048
3050
  "Tags":{"shape":"TagsMap"}
@@ -5765,6 +5767,19 @@
5765
5767
  "type":"long",
5766
5768
  "box":true
5767
5769
  },
5770
+ "RecrawlBehavior":{
5771
+ "type":"string",
5772
+ "enum":[
5773
+ "CRAWL_EVERYTHING",
5774
+ "CRAWL_NEW_FOLDERS_ONLY"
5775
+ ]
5776
+ },
5777
+ "RecrawlPolicy":{
5778
+ "type":"structure",
5779
+ "members":{
5780
+ "RecrawlBehavior":{"shape":"RecrawlBehavior"}
5781
+ }
5782
+ },
5768
5783
  "ReplaceBoolean":{"type":"boolean"},
5769
5784
  "ResetJobBookmarkRequest":{
5770
5785
  "type":"structure",
@@ -6733,6 +6748,7 @@
6733
6748
  "Classifiers":{"shape":"ClassifierNameList"},
6734
6749
  "TablePrefix":{"shape":"TablePrefix"},
6735
6750
  "SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
6751
+ "RecrawlPolicy":{"shape":"RecrawlPolicy"},
6736
6752
  "Configuration":{"shape":"CrawlerConfiguration"},
6737
6753
  "CrawlerSecurityConfiguration":{"shape":"CrawlerSecurityConfiguration"}
6738
6754
  }
@@ -549,6 +549,7 @@
549
549
  "enum":[
550
550
  "AVAILABLE",
551
551
  "AWS_CANCELLED",
552
+ "AWS_FAILED",
552
553
  "CANCELLED",
553
554
  "CANCELLING",
554
555
  "COMPLETED",
@@ -611,6 +612,7 @@
611
612
  "type":"structure",
612
613
  "members":{
613
614
  "destination":{"shape":"Destination"},
615
+ "errorMessage":{"shape":"String"},
614
616
  "source":{"shape":"Source"}
615
617
  }
616
618
  },
@@ -934,6 +934,7 @@
934
934
  {"shape":"ResourceNotFoundException"},
935
935
  {"shape":"DeleteConflictException"},
936
936
  {"shape":"ThrottlingException"},
937
+ {"shape":"ConflictingResourceUpdateException"},
937
938
  {"shape":"UnauthorizedException"}
938
939
  ]
939
940
  },
@@ -951,6 +952,7 @@
951
952
  {"shape":"ThrottlingException"},
952
953
  {"shape":"ResourceNotFoundException"},
953
954
  {"shape":"UnauthorizedException"},
955
+ {"shape":"ConflictingResourceUpdateException"},
954
956
  {"shape":"DeleteConflictException"}
955
957
  ]
956
958
  },
@@ -3473,7 +3475,7 @@
3473
3475
  "type":"string",
3474
3476
  "max":2048,
3475
3477
  "min":1,
3476
- "pattern":"arn:aws:acm:[a-z]{2}-(gov-)?[a-z]{4,9}-\\d{1}:\\d{12}:certificate/?[a-zA-Z0-9/-]+"
3478
+ "pattern":"arn:aws(-cn|-us-gov|-iso-b|-iso)?:acm:[a-z]{2}-(gov-|iso-|isob-)?[a-z]{4,9}-\\d{1}:\\d{12}:certificate/[a-zA-Z0-9/-]+"
3477
3479
  },
3478
3480
  "Action":{
3479
3481
  "type":"structure",
@@ -4070,7 +4072,10 @@
4070
4072
  "type":"list",
4071
4073
  "member":{"shape":"AuthResult"}
4072
4074
  },
4073
- "AuthorizerArn":{"type":"string"},
4075
+ "AuthorizerArn":{
4076
+ "type":"string",
4077
+ "max":2048
4078
+ },
4074
4079
  "AuthorizerConfig":{
4075
4080
  "type":"structure",
4076
4081
  "members":{
@@ -4095,7 +4100,10 @@
4095
4100
  "signingDisabled":{"shape":"BooleanKey"}
4096
4101
  }
4097
4102
  },
4098
- "AuthorizerFunctionArn":{"type":"string"},
4103
+ "AuthorizerFunctionArn":{
4104
+ "type":"string",
4105
+ "max":2048
4106
+ },
4099
4107
  "AuthorizerName":{
4100
4108
  "type":"string",
4101
4109
  "max":128,
@@ -6136,7 +6144,8 @@
6136
6144
  "authorizerConfig":{"shape":"AuthorizerConfig"},
6137
6145
  "domainConfigurationStatus":{"shape":"DomainConfigurationStatus"},
6138
6146
  "serviceType":{"shape":"ServiceType"},
6139
- "domainType":{"shape":"DomainType"}
6147
+ "domainType":{"shape":"DomainType"},
6148
+ "lastStatusChangeDate":{"shape":"DateType"}
6140
6149
  }
6141
6150
  },
6142
6151
  "DescribeEndpointRequest":{
@@ -9147,6 +9156,7 @@
9147
9156
  },
9148
9157
  "Marker":{
9149
9158
  "type":"string",
9159
+ "max":1024,
9150
9160
  "pattern":"[A-Za-z0-9+/]+={0,2}"
9151
9161
  },
9152
9162
  "MaxJobExecutionsPerMin":{
@@ -9907,7 +9917,10 @@
9907
9917
  "min":1,
9908
9918
  "pattern":"[\\w.:-]+"
9909
9919
  },
9910
- "Resource":{"type":"string"},
9920
+ "Resource":{
9921
+ "type":"string",
9922
+ "max":2048
9923
+ },
9911
9924
  "ResourceAlreadyExistsException":{
9912
9925
  "type":"structure",
9913
9926
  "members":{
@@ -644,9 +644,7 @@
644
644
  "required":[
645
645
  "Name",
646
646
  "IndexId",
647
- "Type",
648
- "Configuration",
649
- "RoleArn"
647
+ "Type"
650
648
  ],
651
649
  "members":{
652
650
  "Name":{"shape":"DataSourceName"},
@@ -656,7 +654,11 @@
656
654
  "Description":{"shape":"Description"},
657
655
  "Schedule":{"shape":"ScanSchedule"},
658
656
  "RoleArn":{"shape":"RoleArn"},
659
- "Tags":{"shape":"TagList"}
657
+ "Tags":{"shape":"TagList"},
658
+ "ClientToken":{
659
+ "shape":"ClientTokenName",
660
+ "idempotencyToken":true
661
+ }
660
662
  }
661
663
  },
662
664
  "CreateDataSourceResponse":{
@@ -681,7 +683,11 @@
681
683
  "S3Path":{"shape":"S3Path"},
682
684
  "RoleArn":{"shape":"RoleArn"},
683
685
  "Tags":{"shape":"TagList"},
684
- "FileFormat":{"shape":"FaqFileFormat"}
686
+ "FileFormat":{"shape":"FaqFileFormat"},
687
+ "ClientToken":{
688
+ "shape":"ClientTokenName",
689
+ "idempotencyToken":true
690
+ }
685
691
  }
686
692
  },
687
693
  "CreateFaqResponse":{
@@ -752,7 +758,7 @@
752
758
  },
753
759
  "DataSourceInclusionsExclusionsStringsMember":{
754
760
  "type":"string",
755
- "max":50,
761
+ "max":150,
756
762
  "min":1
757
763
  },
758
764
  "DataSourceName":{
@@ -868,7 +874,8 @@
868
874
  "DATABASE",
869
875
  "SALESFORCE",
870
876
  "ONEDRIVE",
871
- "SERVICENOW"
877
+ "SERVICENOW",
878
+ "CUSTOM"
872
879
  ]
873
880
  },
874
881
  "DataSourceVpcConfiguration":{
@@ -1035,7 +1042,7 @@
1035
1042
  "Description":{
1036
1043
  "type":"string",
1037
1044
  "max":1000,
1038
- "min":1,
1045
+ "min":0,
1039
1046
  "pattern":"^\\P{C}*$"
1040
1047
  },
1041
1048
  "Document":{
@@ -1720,6 +1727,7 @@
1720
1727
  "members":{
1721
1728
  "BucketName":{"shape":"S3BucketName"},
1722
1729
  "InclusionPrefixes":{"shape":"DataSourceInclusionsExclusionsStrings"},
1730
+ "InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1723
1731
  "ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1724
1732
  "DocumentsMetadataConfiguration":{"shape":"DocumentsMetadataConfiguration"},
1725
1733
  "AccessControlListConfiguration":{"shape":"AccessControlListConfiguration"}
@@ -2081,6 +2081,10 @@
2081
2081
  "publiclyWritable": {
2082
2082
  "shape": "__long",
2083
2083
  "locationName": "publiclyWritable"
2084
+ },
2085
+ "unknown": {
2086
+ "shape": "__long",
2087
+ "locationName": "unknown"
2084
2088
  }
2085
2089
  }
2086
2090
  },
@@ -2115,6 +2119,10 @@
2115
2119
  "notShared": {
2116
2120
  "shape": "__long",
2117
2121
  "locationName": "notShared"
2122
+ },
2123
+ "unknown": {
2124
+ "shape": "__long",
2125
+ "locationName": "unknown"
2118
2126
  }
2119
2127
  }
2120
2128
  },
@@ -2310,6 +2318,33 @@
2310
2318
  }
2311
2319
  }
2312
2320
  },
2321
+ "Cell": {
2322
+ "type": "structure",
2323
+ "members": {
2324
+ "cellReference": {
2325
+ "shape": "__string",
2326
+ "locationName": "cellReference"
2327
+ },
2328
+ "column": {
2329
+ "shape": "__long",
2330
+ "locationName": "column"
2331
+ },
2332
+ "columnName": {
2333
+ "shape": "__string",
2334
+ "locationName": "columnName"
2335
+ },
2336
+ "row": {
2337
+ "shape": "__long",
2338
+ "locationName": "row"
2339
+ }
2340
+ }
2341
+ },
2342
+ "Cells": {
2343
+ "type": "list",
2344
+ "member": {
2345
+ "shape": "Cell"
2346
+ }
2347
+ },
2313
2348
  "ClassificationDetails": {
2314
2349
  "type": "structure",
2315
2350
  "members": {
@@ -2343,6 +2378,10 @@
2343
2378
  "ClassificationResult": {
2344
2379
  "type": "structure",
2345
2380
  "members": {
2381
+ "additionalOccurrences": {
2382
+ "shape": "__boolean",
2383
+ "locationName": "additionalOccurrences"
2384
+ },
2346
2385
  "customDataIdentifiers": {
2347
2386
  "shape": "CustomDataIdentifiers",
2348
2387
  "locationName": "customDataIdentifiers"
@@ -2718,6 +2757,10 @@
2718
2757
  "name": {
2719
2758
  "shape": "__string",
2720
2759
  "locationName": "name"
2760
+ },
2761
+ "occurrences": {
2762
+ "shape": "Occurrences",
2763
+ "locationName": "occurrences"
2721
2764
  }
2722
2765
  }
2723
2766
  },
@@ -2771,6 +2814,10 @@
2771
2814
  "shape": "__long",
2772
2815
  "locationName": "count"
2773
2816
  },
2817
+ "occurrences": {
2818
+ "shape": "Occurrences",
2819
+ "locationName": "occurrences"
2820
+ },
2774
2821
  "type": {
2775
2822
  "shape": "__string",
2776
2823
  "locationName": "type"
@@ -2969,6 +3016,10 @@
2969
3016
  "tags": {
2970
3017
  "shape": "TagMap",
2971
3018
  "locationName": "tags"
3019
+ },
3020
+ "userPausedDetails": {
3021
+ "shape": "UserPausedDetails",
3022
+ "locationName": "userPausedDetails"
2972
3023
  }
2973
3024
  }
2974
3025
  },
@@ -3961,7 +4012,8 @@
3961
4012
  "PAUSED",
3962
4013
  "CANCELLED",
3963
4014
  "COMPLETE",
3964
- "IDLE"
4015
+ "IDLE",
4016
+ "USER_PAUSED"
3965
4017
  ]
3966
4018
  },
3967
4019
  "JobSummary": {
@@ -3990,6 +4042,10 @@
3990
4042
  "name": {
3991
4043
  "shape": "__string",
3992
4044
  "locationName": "name"
4045
+ },
4046
+ "userPausedDetails": {
4047
+ "shape": "UserPausedDetails",
4048
+ "locationName": "userPausedDetails"
3993
4049
  }
3994
4050
  }
3995
4051
  },
@@ -4409,6 +4465,31 @@
4409
4465
  }
4410
4466
  }
4411
4467
  },
4468
+ "Occurrences": {
4469
+ "type": "structure",
4470
+ "members": {
4471
+ "cells": {
4472
+ "shape": "Cells",
4473
+ "locationName": "cells"
4474
+ },
4475
+ "lineRanges": {
4476
+ "shape": "Ranges",
4477
+ "locationName": "lineRanges"
4478
+ },
4479
+ "offsetRanges": {
4480
+ "shape": "Ranges",
4481
+ "locationName": "offsetRanges"
4482
+ },
4483
+ "pages": {
4484
+ "shape": "Pages",
4485
+ "locationName": "pages"
4486
+ },
4487
+ "records": {
4488
+ "shape": "Records",
4489
+ "locationName": "records"
4490
+ }
4491
+ }
4492
+ },
4412
4493
  "OrderBy": {
4413
4494
  "type": "string",
4414
4495
  "enum": [
@@ -4416,6 +4497,29 @@
4416
4497
  "DESC"
4417
4498
  ]
4418
4499
  },
4500
+ "Page": {
4501
+ "type": "structure",
4502
+ "members": {
4503
+ "lineRange": {
4504
+ "shape": "Range",
4505
+ "locationName": "lineRange"
4506
+ },
4507
+ "offsetRange": {
4508
+ "shape": "Range",
4509
+ "locationName": "offsetRange"
4510
+ },
4511
+ "pageNumber": {
4512
+ "shape": "__long",
4513
+ "locationName": "pageNumber"
4514
+ }
4515
+ }
4516
+ },
4517
+ "Pages": {
4518
+ "type": "list",
4519
+ "member": {
4520
+ "shape": "Page"
4521
+ }
4522
+ },
4419
4523
  "PolicyDetails": {
4420
4524
  "type": "structure",
4421
4525
  "members": {
@@ -4450,6 +4554,44 @@
4450
4554
  }
4451
4555
  }
4452
4556
  },
4557
+ "Range": {
4558
+ "type": "structure",
4559
+ "members": {
4560
+ "end": {
4561
+ "shape": "__long",
4562
+ "locationName": "end"
4563
+ },
4564
+ "start": {
4565
+ "shape": "__long",
4566
+ "locationName": "start"
4567
+ },
4568
+ "startColumn": {
4569
+ "shape": "__long",
4570
+ "locationName": "startColumn"
4571
+ }
4572
+ }
4573
+ },
4574
+ "Ranges": {
4575
+ "type": "list",
4576
+ "member": {
4577
+ "shape": "Range"
4578
+ }
4579
+ },
4580
+ "Record": {
4581
+ "type": "structure",
4582
+ "members": {
4583
+ "recordIndex": {
4584
+ "shape": "__long",
4585
+ "locationName": "recordIndex"
4586
+ }
4587
+ }
4588
+ },
4589
+ "Records": {
4590
+ "type": "list",
4591
+ "member": {
4592
+ "shape": "Record"
4593
+ }
4594
+ },
4453
4595
  "RelationshipStatus": {
4454
4596
  "type": "string",
4455
4597
  "enum": [
@@ -5362,6 +5504,23 @@
5362
5504
  "AWSService"
5363
5505
  ]
5364
5506
  },
5507
+ "UserPausedDetails": {
5508
+ "type": "structure",
5509
+ "members": {
5510
+ "jobExpiresAt": {
5511
+ "shape": "__timestampIso8601",
5512
+ "locationName": "jobExpiresAt"
5513
+ },
5514
+ "jobImminentExpirationHealthEventArn": {
5515
+ "shape": "__string",
5516
+ "locationName": "jobImminentExpirationHealthEventArn"
5517
+ },
5518
+ "jobPausedAt": {
5519
+ "shape": "__timestampIso8601",
5520
+ "locationName": "jobPausedAt"
5521
+ }
5522
+ }
5523
+ },
5365
5524
  "ValidationException": {
5366
5525
  "type": "structure",
5367
5526
  "members": {