@@ -173,6 +173,7 @@ let package = Package(
173173 . library( name: " AWSImagebuilder " , targets: [ " AWSImagebuilder " ] ) ,
174174 . library( name: " AWSInspector " , targets: [ " AWSInspector " ] ) ,
175175 . library( name: " AWSInspector2 " , targets: [ " AWSInspector2 " ] ) ,
176+ . library( name: " AWSInternetMonitor " , targets: [ " AWSInternetMonitor " ] ) ,
176177 . library( name: " AWSIoT " , targets: [ " AWSIoT " ] ) ,
177178 . library( name: " AWSIoT1ClickDevicesService " , targets: [ " AWSIoT1ClickDevicesService " ] ) ,
178179 . library( name: " AWSIoT1ClickProjects " , targets: [ " AWSIoT1ClickProjects " ] ) ,
@@ -346,6 +347,7 @@ let package = Package(
346347 . library( name: " AWSTextract " , targets: [ " AWSTextract " ] ) ,
347348 . library( name: " AWSTimestreamQuery " , targets: [ " AWSTimestreamQuery " ] ) ,
348349 . library( name: " AWSTimestreamWrite " , targets: [ " AWSTimestreamWrite " ] ) ,
350+ . library( name: " AWSTnb " , targets: [ " AWSTnb " ] ) ,
349351 . library( name: " AWSTranscribe " , targets: [ " AWSTranscribe " ] ) ,
350352 . library( name: " AWSTranscribeStreaming " , targets: [ " AWSTranscribeStreaming " ] ) ,
351353 . library( name: " AWSTransfer " , targets: [ " AWSTransfer " ] ) ,
@@ -523,6 +525,7 @@ let package = Package(
523525 . target( name: " AWSImagebuilder " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSImagebuilder " ) ,
524526 . target( name: " AWSInspector " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSInspector " ) ,
525527 . target( name: " AWSInspector2 " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSInspector2 " ) ,
528+ . target( name: " AWSInternetMonitor " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSInternetMonitor " ) ,
526529 . target( name: " AWSIoT " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSIoT " ) ,
527530 . target( name: " AWSIoT1ClickDevicesService " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSIoT1ClickDevicesService " ) ,
528531 . target( name: " AWSIoT1ClickProjects " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSIoT1ClickProjects " ) ,
@@ -696,6 +699,7 @@ let package = Package(
696699 . target( name: " AWSTextract " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSTextract " ) ,
697700 . target( name: " AWSTimestreamQuery " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSTimestreamQuery " ) ,
698701 . target( name: " AWSTimestreamWrite " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSTimestreamWrite " ) ,
702+ . target( name: " AWSTnb " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSTnb " ) ,
699703 . target( name: " AWSTranscribe " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSTranscribe " ) ,
700704 . target( name: " AWSTranscribeStreaming " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSTranscribeStreaming " ) ,
701705 . target( name: " AWSTransfer " , dependencies: [ clientRuntime, " AWSClientRuntime " ] , path: " ./Sources/Services/AWSTransfer " ) ,
@@ -863,6 +867,7 @@ let package = Package(
863867 . testTarget( name: " AWSImagebuilderTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSImagebuilder " , smithyTestUtil] , path: " ./Tests/Services/AWSImagebuilderTests " ) ,
864868 . testTarget( name: " AWSInspectorTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSInspector " , smithyTestUtil] , path: " ./Tests/Services/AWSInspectorTests " ) ,
865869 . testTarget( name: " AWSInspector2Tests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSInspector2 " , smithyTestUtil] , path: " ./Tests/Services/AWSInspector2Tests " ) ,
870+ . testTarget( name: " AWSInternetMonitorTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSInternetMonitor " , smithyTestUtil] , path: " ./Tests/Services/AWSInternetMonitorTests " ) ,
866871 . testTarget( name: " AWSIoTTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSIoT " , smithyTestUtil] , path: " ./Tests/Services/AWSIoTTests " ) ,
867872 . testTarget( name: " AWSIoT1ClickDevicesServiceTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSIoT1ClickDevicesService " , smithyTestUtil] , path: " ./Tests/Services/AWSIoT1ClickDevicesServiceTests " ) ,
868873 . testTarget( name: " AWSIoT1ClickProjectsTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSIoT1ClickProjects " , smithyTestUtil] , path: " ./Tests/Services/AWSIoT1ClickProjectsTests " ) ,
@@ -1036,6 +1041,7 @@ let package = Package(
10361041 . testTarget( name: " AWSTextractTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSTextract " , smithyTestUtil] , path: " ./Tests/Services/AWSTextractTests " ) ,
10371042 . testTarget( name: " AWSTimestreamQueryTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSTimestreamQuery " , smithyTestUtil] , path: " ./Tests/Services/AWSTimestreamQueryTests " ) ,
10381043 . testTarget( name: " AWSTimestreamWriteTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSTimestreamWrite " , smithyTestUtil] , path: " ./Tests/Services/AWSTimestreamWriteTests " ) ,
1044+ . testTarget( name: " AWSTnbTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSTnb " , smithyTestUtil] , path: " ./Tests/Services/AWSTnbTests " ) ,
10391045 . testTarget( name: " AWSTranscribeTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSTranscribe " , smithyTestUtil] , path: " ./Tests/Services/AWSTranscribeTests " ) ,
10401046 . testTarget( name: " AWSTranscribeStreamingTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSTranscribeStreaming " , smithyTestUtil] , path: " ./Tests/Services/AWSTranscribeStreamingTests " ) ,
10411047 . testTarget( name: " AWSTransferTests " , dependencies: [ awsCommonRuntimeKit, clientRuntime, " AWSClientRuntime " , " AWSTransfer " , smithyTestUtil] , path: " ./Tests/Services/AWSTransferTests " ) ,
@@ -1072,6 +1078,6 @@ case (false, true):
10721078 ]
10731079case ( false , false ) :
10741080 package . dependencies += [
1075- . package ( url: " https://github.com/awslabs/smithy-swift " , . exact( " 0.12 .0 " ) )
1081+ . package ( url: " https://github.com/awslabs/smithy-swift " , . exact( " 0.13 .0 " ) )
10761082 ]
10771083}
0 commit comments