aws-sdk-core 2.11.607 → 2.11.612

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.
@@ -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
  }
@@ -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"}
@@ -2889,7 +2889,10 @@
2889
2889
  },
2890
2890
  "PropertyKey":{
2891
2891
  "type":"string",
2892
- "enum":["OWNER"],
2892
+ "enum":[
2893
+ "OWNER",
2894
+ "LAUNCH_ROLE"
2895
+ ],
2893
2896
  "max":128,
2894
2897
  "min":1
2895
2898
  },
@@ -2978,7 +2981,8 @@
2978
2981
  "LastProvisioningRecordId":{"shape":"Id"},
2979
2982
  "LastSuccessfulProvisioningRecordId":{"shape":"Id"},
2980
2983
  "ProductId":{"shape":"Id"},
2981
- "ProvisioningArtifactId":{"shape":"Id"}
2984
+ "ProvisioningArtifactId":{"shape":"Id"},
2985
+ "LaunchRoleArn":{"shape":"RoleArn"}
2982
2986
  }
2983
2987
  },
2984
2988
  "ProvisionedProductDetails":{
@@ -3264,7 +3268,8 @@
3264
3268
  "ProvisioningArtifactId":{"shape":"Id"},
3265
3269
  "PathId":{"shape":"Id"},
3266
3270
  "RecordErrors":{"shape":"RecordErrors"},
3267
- "RecordTags":{"shape":"RecordTags"}
3271
+ "RecordTags":{"shape":"RecordTags"},
3272
+ "LaunchRoleArn":{"shape":"RoleArn"}
3268
3273
  }
3269
3274
  },
3270
3275
  "RecordDetails":{
@@ -3445,6 +3450,12 @@
3445
3450
  }
3446
3451
  },
3447
3452
  "ResourceType":{"type":"string"},
3453
+ "RoleArn":{
3454
+ "type":"string",
3455
+ "max":1224,
3456
+ "min":1,
3457
+ "pattern":"arn:[a-z0-9-\\.]{1,63}:iam::[a-z0-9-\\.]{0,63}:role\\/.{0,1023}"
3458
+ },
3448
3459
  "ScanProvisionedProductsInput":{
3449
3460
  "type":"structure",
3450
3461
  "members":{
@@ -1159,13 +1159,16 @@
1159
1159
  "Message":{"shape":"message"},
1160
1160
  "Subject":{"shape":"subject"},
1161
1161
  "MessageStructure":{"shape":"messageStructure"},
1162
- "MessageAttributes":{"shape":"MessageAttributeMap"}
1162
+ "MessageAttributes":{"shape":"MessageAttributeMap"},
1163
+ "MessageDeduplicationId":{"shape":"String"},
1164
+ "MessageGroupId":{"shape":"String"}
1163
1165
  }
1164
1166
  },
1165
1167
  "PublishResponse":{
1166
1168
  "type":"structure",
1167
1169
  "members":{
1168
- "MessageId":{"shape":"messageId"}
1170
+ "MessageId":{"shape":"messageId"},
1171
+ "SequenceNumber":{"shape":"String"}
1169
1172
  }
1170
1173
  },
1171
1174
  "RemovePermissionInput":{
@@ -7374,6 +7374,7 @@
7374
7374
  "type":"list",
7375
7375
  "member":{"shape":"PatchCVEId"}
7376
7376
  },
7377
+ "PatchCVEIds":{"type":"string"},
7377
7378
  "PatchClassification":{"type":"string"},
7378
7379
  "PatchComplianceData":{
7379
7380
  "type":"structure",
@@ -7391,7 +7392,8 @@
7391
7392
  "Classification":{"shape":"PatchClassification"},
7392
7393
  "Severity":{"shape":"PatchSeverity"},
7393
7394
  "State":{"shape":"PatchComplianceDataState"},
7394
- "InstalledTime":{"shape":"DateTime"}
7395
+ "InstalledTime":{"shape":"DateTime"},
7396
+ "CVEIds":{"shape":"PatchCVEIds"}
7395
7397
  }
7396
7398
  },
7397
7399
  "PatchComplianceDataList":{
@@ -614,6 +614,7 @@
614
614
  "ca-central-1" : { },
615
615
  "eu-central-1" : { },
616
616
  "eu-north-1" : { },
617
+ "eu-south-1" : { },
617
618
  "eu-west-1" : { },
618
619
  "eu-west-2" : { },
619
620
  "eu-west-3" : { },
@@ -748,6 +749,7 @@
748
749
  },
749
750
  "backup" : {
750
751
  "endpoints" : {
752
+ "af-south-1" : { },
751
753
  "ap-east-1" : { },
752
754
  "ap-northeast-1" : { },
753
755
  "ap-northeast-2" : { },
@@ -757,6 +759,7 @@
757
759
  "ca-central-1" : { },
758
760
  "eu-central-1" : { },
759
761
  "eu-north-1" : { },
762
+ "eu-south-1" : { },
760
763
  "eu-west-1" : { },
761
764
  "eu-west-2" : { },
762
765
  "eu-west-3" : { },
@@ -3296,6 +3299,7 @@
3296
3299
  "sa-east-1" : { },
3297
3300
  "us-east-1" : { },
3298
3301
  "us-east-2" : { },
3302
+ "us-west-1" : { },
3299
3303
  "us-west-2" : { }
3300
3304
  }
3301
3305
  },
@@ -5580,6 +5584,12 @@
5580
5584
  "eu-west-1" : { },
5581
5585
  "eu-west-2" : { },
5582
5586
  "eu-west-3" : { },
5587
+ "fips-ca-central-1" : {
5588
+ "credentialScope" : {
5589
+ "region" : "ca-central-1"
5590
+ },
5591
+ "hostname" : "ssm-fips.ca-central-1.amazonaws.com"
5592
+ },
5583
5593
  "fips-us-east-1" : {
5584
5594
  "credentialScope" : {
5585
5595
  "region" : "us-east-1"
@@ -5606,30 +5616,6 @@
5606
5616
  },
5607
5617
  "me-south-1" : { },
5608
5618
  "sa-east-1" : { },
5609
- "ssm-facade-fips-us-east-1" : {
5610
- "credentialScope" : {
5611
- "region" : "us-east-1"
5612
- },
5613
- "hostname" : "ssm-facade-fips.us-east-1.amazonaws.com"
5614
- },
5615
- "ssm-facade-fips-us-east-2" : {
5616
- "credentialScope" : {
5617
- "region" : "us-east-2"
5618
- },
5619
- "hostname" : "ssm-facade-fips.us-east-2.amazonaws.com"
5620
- },
5621
- "ssm-facade-fips-us-west-1" : {
5622
- "credentialScope" : {
5623
- "region" : "us-west-1"
5624
- },
5625
- "hostname" : "ssm-facade-fips.us-west-1.amazonaws.com"
5626
- },
5627
- "ssm-facade-fips-us-west-2" : {
5628
- "credentialScope" : {
5629
- "region" : "us-west-2"
5630
- },
5631
- "hostname" : "ssm-facade-fips.us-west-2.amazonaws.com"
5632
- },
5633
5619
  "us-east-1" : { },
5634
5620
  "us-east-2" : { },
5635
5621
  "us-west-1" : { },
@@ -6743,6 +6729,12 @@
6743
6729
  "cn-northwest-1" : { }
6744
6730
  }
6745
6731
  },
6732
+ "fsx" : {
6733
+ "endpoints" : {
6734
+ "cn-north-1" : { },
6735
+ "cn-northwest-1" : { }
6736
+ }
6737
+ },
6746
6738
  "gamelift" : {
6747
6739
  "endpoints" : {
6748
6740
  "cn-north-1" : { }
@@ -6801,6 +6793,11 @@
6801
6793
  "cn-northwest-1" : { }
6802
6794
  }
6803
6795
  },
6796
+ "iotanalytics" : {
6797
+ "endpoints" : {
6798
+ "cn-north-1" : { }
6799
+ }
6800
+ },
6804
6801
  "iotevents" : {
6805
6802
  "endpoints" : {
6806
6803
  "cn-north-1" : { }
@@ -6995,6 +6992,12 @@
6995
6992
  "cn-northwest-1" : { }
6996
6993
  }
6997
6994
  },
6995
+ "securityhub" : {
6996
+ "endpoints" : {
6997
+ "cn-north-1" : { },
6998
+ "cn-northwest-1" : { }
6999
+ }
7000
+ },
6998
7001
  "serverlessrepo" : {
6999
7002
  "defaults" : {
7000
7003
  "protocols" : [ "https" ]
@@ -7287,8 +7290,12 @@
7287
7290
  "protocols" : [ "http", "https" ]
7288
7291
  },
7289
7292
  "endpoints" : {
7290
- "us-gov-east-1" : { },
7291
- "us-gov-west-1" : { }
7293
+ "us-gov-east-1" : {
7294
+ "protocols" : [ "http", "https" ]
7295
+ },
7296
+ "us-gov-west-1" : {
7297
+ "protocols" : [ "http", "https" ]
7298
+ }
7292
7299
  }
7293
7300
  },
7294
7301
  "appstream2" : {
@@ -7341,8 +7348,12 @@
7341
7348
  "protocols" : [ "http", "https" ]
7342
7349
  },
7343
7350
  "endpoints" : {
7344
- "us-gov-east-1" : { },
7345
- "us-gov-west-1" : { }
7351
+ "us-gov-east-1" : {
7352
+ "protocols" : [ "http", "https" ]
7353
+ },
7354
+ "us-gov-west-1" : {
7355
+ "protocols" : [ "http", "https" ]
7356
+ }
7346
7357
  }
7347
7358
  },
7348
7359
  "backup" : {
@@ -7483,6 +7494,12 @@
7483
7494
  },
7484
7495
  "cognito-identity" : {
7485
7496
  "endpoints" : {
7497
+ "fips-us-gov-west-1" : {
7498
+ "credentialScope" : {
7499
+ "region" : "us-gov-west-1"
7500
+ },
7501
+ "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
7502
+ },
7486
7503
  "us-gov-west-1" : { }
7487
7504
  }
7488
7505
  },
@@ -7864,6 +7881,12 @@
7864
7881
  "protocols" : [ "https" ]
7865
7882
  },
7866
7883
  "endpoints" : {
7884
+ "dataplane-us-gov-west-1" : {
7885
+ "credentialScope" : {
7886
+ "region" : "us-gov-west-1"
7887
+ },
7888
+ "hostname" : "greengrass-ats.iot.us-gov-west-1.amazonaws.com"
7889
+ },
7867
7890
  "us-gov-west-1" : {
7868
7891
  "credentialScope" : {
7869
7892
  "region" : "us-gov-west-1"
@@ -8473,18 +8496,6 @@
8473
8496
  },
8474
8497
  "hostname" : "ssm.us-gov-west-1.amazonaws.com"
8475
8498
  },
8476
- "ssm-facade-fips-us-gov-east-1" : {
8477
- "credentialScope" : {
8478
- "region" : "us-gov-east-1"
8479
- },
8480
- "hostname" : "ssm-facade.us-gov-east-1.amazonaws.com"
8481
- },
8482
- "ssm-facade-fips-us-gov-west-1" : {
8483
- "credentialScope" : {
8484
- "region" : "us-gov-west-1"
8485
- },
8486
- "hostname" : "ssm-facade.us-gov-west-1.amazonaws.com"
8487
- },
8488
8499
  "us-gov-east-1" : { },
8489
8500
  "us-gov-west-1" : { }
8490
8501
  }