aws-sdk-core 2.11.613 → 2.11.618

Sign up to get free protection for your applications and to get access to all the features.
@@ -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":{
@@ -612,6 +612,182 @@
612
612
  },
613
613
  "exception":true
614
614
  },
615
+ "ConfluenceAttachmentConfiguration":{
616
+ "type":"structure",
617
+ "members":{
618
+ "CrawlAttachments":{"shape":"Boolean"},
619
+ "AttachmentFieldMappings":{"shape":"ConfluenceAttachmentFieldMappingsList"}
620
+ }
621
+ },
622
+ "ConfluenceAttachmentFieldMappingsList":{
623
+ "type":"list",
624
+ "member":{"shape":"ConfluenceAttachmentToIndexFieldMapping"},
625
+ "max":11,
626
+ "min":1
627
+ },
628
+ "ConfluenceAttachmentFieldName":{
629
+ "type":"string",
630
+ "enum":[
631
+ "AUTHOR",
632
+ "CONTENT_TYPE",
633
+ "CREATED_DATE",
634
+ "DISPLAY_URL",
635
+ "FILE_SIZE",
636
+ "ITEM_TYPE",
637
+ "PARENT_ID",
638
+ "SPACE_KEY",
639
+ "SPACE_NAME",
640
+ "URL",
641
+ "VERSION"
642
+ ]
643
+ },
644
+ "ConfluenceAttachmentToIndexFieldMapping":{
645
+ "type":"structure",
646
+ "members":{
647
+ "DataSourceFieldName":{"shape":"ConfluenceAttachmentFieldName"},
648
+ "DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
649
+ "IndexFieldName":{"shape":"IndexFieldName"}
650
+ }
651
+ },
652
+ "ConfluenceBlogConfiguration":{
653
+ "type":"structure",
654
+ "members":{
655
+ "BlogFieldMappings":{"shape":"ConfluenceBlogFieldMappingsList"}
656
+ }
657
+ },
658
+ "ConfluenceBlogFieldMappingsList":{
659
+ "type":"list",
660
+ "member":{"shape":"ConfluenceBlogToIndexFieldMapping"},
661
+ "max":9,
662
+ "min":1
663
+ },
664
+ "ConfluenceBlogFieldName":{
665
+ "type":"string",
666
+ "enum":[
667
+ "AUTHOR",
668
+ "DISPLAY_URL",
669
+ "ITEM_TYPE",
670
+ "LABELS",
671
+ "PUBLISH_DATE",
672
+ "SPACE_KEY",
673
+ "SPACE_NAME",
674
+ "URL",
675
+ "VERSION"
676
+ ]
677
+ },
678
+ "ConfluenceBlogToIndexFieldMapping":{
679
+ "type":"structure",
680
+ "members":{
681
+ "DataSourceFieldName":{"shape":"ConfluenceBlogFieldName"},
682
+ "DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
683
+ "IndexFieldName":{"shape":"IndexFieldName"}
684
+ }
685
+ },
686
+ "ConfluenceConfiguration":{
687
+ "type":"structure",
688
+ "required":[
689
+ "ServerUrl",
690
+ "SecretArn",
691
+ "Version"
692
+ ],
693
+ "members":{
694
+ "ServerUrl":{"shape":"Url"},
695
+ "SecretArn":{"shape":"SecretArn"},
696
+ "Version":{"shape":"ConfluenceVersion"},
697
+ "SpaceConfiguration":{"shape":"ConfluenceSpaceConfiguration"},
698
+ "PageConfiguration":{"shape":"ConfluencePageConfiguration"},
699
+ "BlogConfiguration":{"shape":"ConfluenceBlogConfiguration"},
700
+ "AttachmentConfiguration":{"shape":"ConfluenceAttachmentConfiguration"},
701
+ "VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
702
+ "InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
703
+ "ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"}
704
+ }
705
+ },
706
+ "ConfluencePageConfiguration":{
707
+ "type":"structure",
708
+ "members":{
709
+ "PageFieldMappings":{"shape":"ConfluencePageFieldMappingsList"}
710
+ }
711
+ },
712
+ "ConfluencePageFieldMappingsList":{
713
+ "type":"list",
714
+ "member":{"shape":"ConfluencePageToIndexFieldMapping"},
715
+ "max":12,
716
+ "min":1
717
+ },
718
+ "ConfluencePageFieldName":{
719
+ "type":"string",
720
+ "enum":[
721
+ "AUTHOR",
722
+ "CONTENT_STATUS",
723
+ "CREATED_DATE",
724
+ "DISPLAY_URL",
725
+ "ITEM_TYPE",
726
+ "LABELS",
727
+ "MODIFIED_DATE",
728
+ "PARENT_ID",
729
+ "SPACE_KEY",
730
+ "SPACE_NAME",
731
+ "URL",
732
+ "VERSION"
733
+ ]
734
+ },
735
+ "ConfluencePageToIndexFieldMapping":{
736
+ "type":"structure",
737
+ "members":{
738
+ "DataSourceFieldName":{"shape":"ConfluencePageFieldName"},
739
+ "DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
740
+ "IndexFieldName":{"shape":"IndexFieldName"}
741
+ }
742
+ },
743
+ "ConfluenceSpaceConfiguration":{
744
+ "type":"structure",
745
+ "members":{
746
+ "CrawlPersonalSpaces":{"shape":"Boolean"},
747
+ "CrawlArchivedSpaces":{"shape":"Boolean"},
748
+ "IncludeSpaces":{"shape":"ConfluenceSpaceList"},
749
+ "ExcludeSpaces":{"shape":"ConfluenceSpaceList"},
750
+ "SpaceFieldMappings":{"shape":"ConfluenceSpaceFieldMappingsList"}
751
+ }
752
+ },
753
+ "ConfluenceSpaceFieldMappingsList":{
754
+ "type":"list",
755
+ "member":{"shape":"ConfluenceSpaceToIndexFieldMapping"},
756
+ "max":4,
757
+ "min":1
758
+ },
759
+ "ConfluenceSpaceFieldName":{
760
+ "type":"string",
761
+ "enum":[
762
+ "DISPLAY_URL",
763
+ "ITEM_TYPE",
764
+ "SPACE_KEY",
765
+ "URL"
766
+ ]
767
+ },
768
+ "ConfluenceSpaceIdentifier":{
769
+ "type":"string",
770
+ "max":255,
771
+ "min":1,
772
+ "pattern":"^\\P{C}*$"
773
+ },
774
+ "ConfluenceSpaceList":{
775
+ "type":"list",
776
+ "member":{"shape":"ConfluenceSpaceIdentifier"},
777
+ "min":1
778
+ },
779
+ "ConfluenceSpaceToIndexFieldMapping":{
780
+ "type":"structure",
781
+ "members":{
782
+ "DataSourceFieldName":{"shape":"ConfluenceSpaceFieldName"},
783
+ "DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
784
+ "IndexFieldName":{"shape":"IndexFieldName"}
785
+ }
786
+ },
787
+ "ConfluenceVersion":{
788
+ "type":"string",
789
+ "enum":["SERVER"]
790
+ },
615
791
  "ConnectionConfiguration":{
616
792
  "type":"structure",
617
793
  "required":[
@@ -729,7 +905,8 @@
729
905
  "DatabaseConfiguration":{"shape":"DatabaseConfiguration"},
730
906
  "SalesforceConfiguration":{"shape":"SalesforceConfiguration"},
731
907
  "OneDriveConfiguration":{"shape":"OneDriveConfiguration"},
732
- "ServiceNowConfiguration":{"shape":"ServiceNowConfiguration"}
908
+ "ServiceNowConfiguration":{"shape":"ServiceNowConfiguration"},
909
+ "ConfluenceConfiguration":{"shape":"ConfluenceConfiguration"}
733
910
  }
734
911
  },
735
912
  "DataSourceDateFieldFormat":{
@@ -875,7 +1052,8 @@
875
1052
  "SALESFORCE",
876
1053
  "ONEDRIVE",
877
1054
  "SERVICENOW",
878
- "CUSTOM"
1055
+ "CUSTOM",
1056
+ "CONFLUENCE"
879
1057
  ]
880
1058
  },
881
1059
  "DataSourceVpcConfiguration":{